我想在我的新 expo 应用程序 ( )中使用React Native Bottom Sheet 。expo init
我已按照此处的说明进行操作。在此处查看 GitHub 存储库。
这就是我所做的。
expo init
(空白打字稿项目)yarn add @gorhom/bottom-sheet@^4
yarn add react-native-reanimated react-native-gesture-handler
App.tsx
用文档中的片段替换内容。添加
react-native-reanimated/plugin
到通天塔。module.exports = function (api) { api.cache(true); return { presets: ["babel-preset-expo"], plugins: ["react-native-reanimated/plugin"], }; };
开始博览会使用
expo start --clear