vs-lance
vs-lance
Similar to how other libraries do it ( for example react-native-video: https://github.com/react-native-community/react-native-video/blob/master/react-native-video.podspec) I need to include my react native app as part of a larger ios app so I'm following...
This worked for me though I think you'll have to change the path to node_modules if you include it in your npm packaged version `require 'json' pjson = JSON.parse(File.read("./node_modules/react-native-gallery-manager/package.json")) Pod::Spec.new...
Note that I've forked your repo and created a tag. That's not actually necessary - if you leave that off it just checks out the master branch.
I have followed these instructions TO THE LETTER and am still getting > error opening input file '/Users/_me_/Repo/_AppName_/node_modules/react-native-video-processing/ios/RNVideoProcessing-Bridging-Header.h' (No such file or directory) 1. Where is AppName_Bridging_Header.h supposed to be...
Thanks! I did cleaning as well as undoing react-native link. I'm starting with a clean project this morning, because I think the issue is related to another package which uses...
It seems there is a conflict with react-native-image-crop-picker (ICP) which strongly encourages using cocoapods for its installation. I was starting from a fresh react-native init which installed RN 0.54, but...
Interesting. I actually installed both successfully about 2 - 3 months ago with RN 52.. Maybe the issue is with RN 54, or maybe it's the order I did things...
Two ways worked for me. One was to start with a totally clean app and install RNVideoProcessing first. Then never ever use cocoa pods or 'react native link' without a...
I had to abandon ship. Sorry... On Mon, Apr 16, 2018 at 9:03 PM, Aaron Vasquez wrote: > Are there any updates? I haven't been able to get this to...
+1! On Wed, Apr 18, 2018 at 5:48 AM, jeffreyhaen wrote: > @AaronVasquez @vs-lance > I got it working. The key to success was to > import the folder RNVideoProcessing...