question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use on a react-native app

See original GitHub issue

Question

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:closed
  • Created 4 years ago
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jacargentinacommented, Nov 11, 2019

I’ve remembered…

I ve used this fork for having this with a stream in react-native https://github.com/jacargentina/react-native-stream

0reactions
estebanrobleslunacommented, Nov 29, 2020

@swardhan I end up doing it in Native code HTH

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found