I want to downgrade my project as some of the third party packages are not updated with the latest version of react-native. I am using Xcode 9.0
When I try to downgrade my react-native version, I get this error:
error: /Users/........./node_modules/react-native/ReactCommon/privatedata/PrivateDataBase.h: No such file or directory
Points I followed:
In package.json I changed the version from 0.51 to 0.45
Then run npm install.
react-native-permissionsyou are using supports 0.51 or higher. - MattyK14react-native-permissionsversion that supports with react native 0.45. - Nisarg Thakkar