pontusab / react-native-image-manipulator

🗻Manipulate the image provided via uri. Available modifications are rotating, flipping (mirroring), resizing and cropping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems during installation

kaiseikotani opened this issue · comments

The following is displayed and I cannot proceed
pod install

No podspec found for react-native-image-manipulator in ../node_modules/react-native-image-manipulator/ios


pod 'React', :path => '../node_modules/react-native/'
pod 'react-native-image-manipulator', :path => '../node_modules/react-native-image-manipulator/ios'

try like this
pod 'react-native-image-manipulator', :path => '../node_modules/@pontusab/react-native-image-manipulator/ios/react-native-image-manipulator.podspec'