How to use on a react-native app
See original GitHub issueQuestion
I’m investigating if possible to reuse my nodejs server pdf generator on the react-native app.
Description
So far i’m getting error about 'zlib' not found
; which is solved by installing it from npm; but then i’m getting 'fs' module not found
Would love some advice/pointers; i was using react-native-pdf-lib
but its limitations made me investigate on reusing my pdfkit
solution from the server on the mobile app.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
React Native · Learn once, write anywhere
Create native apps for Android, iOS, and more using React. React Native combines the best parts of native development with React, a best-in-class...
Read more >React Native Tutorial for Beginners - Build a React Native App
React Native Tutorial for Beginners - Learn to build an amazing React Native app for iOS & Android. Get the full...
Read more >Develop a Mobile App With React Native | by Sophia Martin
Getting Started With An App Development Process With React Native · Step 1: Prerequisites To Get Started · Step 2: Installing Expo CLI...
Read more >React Native - Environment Setup - Tutorialspoint
Step 1: Install create-react-native-app · Step 2: Create project · Step 3: NodeJS Python Jdk8 · Step 4: Install React Native CLI ·...
Read more >Build Your Mobile App in 10 Days With React Native
3. Folder Structure of React Native App · Add a folder in the root and name it “app”. · Move App.js file into...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve remembered…
I ve used this fork for having this with a stream in react-native https://github.com/jacargentina/react-native-stream
@swardhan I end up doing it in Native code HTH