MyReactNativeApp 安装WebView组件 $ cd MyReactNativeApp $ npm install react-native-webview --save $ cd ios $ npx pod-install
elements @react-navigation/material-bottom-tabs @react-navigation/material-top-tabs $ cd ios $ npx pod-install
ios npx cap sync React Native方案 创建React Native项目 npx react-native init MobileApp cd MobileApp && npx pod-install
yarn add react-native-reanimated yarn add tailwindcss 然后需要专门针对 iOS 的支持安装 Reanimated 的 pod 依赖 npx pod-install