728x90
반응형
BottomSheet
-
[React-Native]react-native bottomSheetModal not workingReact-Native 2023. 3. 10. 17:45
문제점 기존 앱 개발을 안드로이드 지원할 생각이 없었는데, 안드로이드를 지원하게 되면서 기존에 사용하던 react-native-bottom-sheet 란 라이브러리가 작동이 안되었다.. https://github.com/gorhom/react-native-bottom-sheet 해결방법 index.js /** * @format */ import {gestureHandlerRootHOC} from 'react-native-gesture-handler'; import {AppRegistry} from 'react-native'; import App from './App'; import {name as appName} from './app.json'; AppRegistry.registerComponent(ap..