리액트네이티브) expo bottomsheet 사용법


리액트네이티브) expo bottomsheet 사용법

https://gorhom.github.io/react-native-bottom-sheet/ Getting Started | React Native Bottom Sheet A performant interactive bottom sheet with fully configurable options gorhom.github.io 설치 ///yarn or npm 설치할것들 yarn add @gorhom/bottom-sheet@^4 yarn add react-native-gesture-handler yarn add react-native-reanimated@next //expo에 설치할것들 expo install react-native-gesture-handler expo install react-native-reanimated 설치후 babel.config.js 에 Babel 플러그인을 추가 module.exports = function(api) { api.cache(true); ret...



원문링크 : 리액트네이티브) expo bottomsheet 사용법