react-native-orientation-locker
react-native-orientation-locker copied to clipboard
Are there additional setup steps require for iOS after npm and pod install
I have installed the library for iOS and android using yarn add react-native-orientation-locker. After it installed did the following cd ios, then pod install.
Are there any additional steps we have to follow. I did see the section under Configuration but was not sure if that was required to make things work or was that for manually configuration.
@elmcapp I don't know if you solved it already, but for future reference, do follow the section under Configuration. I had the same issue with you, and after following that section the library worked properly for both iOS and Android.
Configuration Section is to be done for both auto-linking and manual linking.
In your case, try
npm i react-native-orientation-locker
npx pod-install ios
Then follow all the steps under Configuration section.
Then build the app.