react-native-orientation-locker icon indicating copy to clipboard operation
react-native-orientation-locker copied to clipboard

Are there additional setup steps require for iOS after npm and pod install

Open elmcapp opened this issue 1 year ago • 2 comments

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 avatar Mar 07 '23 02:03 elmcapp

@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.

metropontikas avatar Apr 11 '23 08:04 metropontikas

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.

abh1abii avatar Jul 05 '24 06:07 abh1abii