When run pod install in an exists iOS app to Integrate react-native-image-sequence will get error like this:
[!] No podspec found for RCTImageSequence in ./node_modules/react-native-image-sequence
I have to add podspec file manually. So, I recommend adding podspec file into project.
When run
pod install
in an exists iOS app to Integrate react-native-image-sequence will get error like this: [!] No podspec found forRCTImageSequence
in./node_modules/react-native-image-sequence
I have to add podspec file manually. So, I recommend adding podspec file into project.