react-native-image-sequence
react-native-image-sequence copied to clipboard
Add podspec file to project
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.
https://github.com/madsleejensen/react-native-image-sequence/commit/860af3e1a8e40741e7914b53802d058cdd63601b fixed this. this issue can be closed.