So I'm trying to run an iOS app project that is written in react-native, after cloning and npm install, I encountered a problem while trying to pod install in iOS folder.
This is the error:
[!] No podspec found for ReactNativePermissions
in ../node_modules/react-native-permissions
due to:
pod 'ReactNativePermissions', :path =>'../node_modules/react-native-permissions'
I tried to search but couldn't find any working solution, can anyone help me with this?