taongocson
taongocson
`# platform :ios, min_ios_version_supported platform :ios, '13.4'` add line into Podfile `pod 'react-native-maps', :path => '../node_modules/react-native-maps' pod 'react-native-google-maps', :path => '../node_modules/react-native-maps'` npm install cd ios pod install [https://github.com/react-native-maps/react-native-maps/blob/master/docs/installation.md#ios](url)
I've added: react-native-orientation-locker then in file App.js `import Orientation from "react-native-orientation-locker";` ` useEffect(() => { Orientation.lockToPortrait(); return () => { Orientation.unlockAllOrientations(); }; }, []);`
https://dev.to/collegewap/react-prevent-state-updates-on-unmounted-components-2j4d
@ngocle2497 i am using the library and getting error while rotating screen on IOS 16, Do you have any solution please help me!
react native > 0.7x.x add key into file Info.plist ``` UILaunchStoryboardName LaunchScreen ```
`renderTabBar={() => ()}`