Static Pdf In React Native Using React-native-pdf
I tried to follow the instructions from https://github.com/wonday/react-native-pdf and cloned the repo to tried to stand up the example that they provided but I was unable to get i
Solution 1:
The answer ended up being that I had to generate the assets folder, then add to XCode, then add the files to the assets folder.
To add files to Xcode I had to open up the ios folder in XCode, then I had to right click Libraries, Add Files to "project" then click the assets folder, this is when I ran the react-native build command and react-native run-ios
Post a Comment for "Static Pdf In React Native Using React-native-pdf"