07 2020 档案
摘要:1.安装 npm install --save react-native-vector-icons or yarn add react-native-vector-icons 2.配置 2.1.IOS配置 修改 info.plist 添加 <key>UIAppFonts</key> <array>
阅读全文
摘要:1.安装 npm install react-native-webrtc or yarn add react-native-webrtc 2.配置 2.1.Android react-native0.6以上版本自动链接,只需要修改 android/app/src/main/AndroidManife
阅读全文
摘要:1.安装 使用堆栈导航器前,请确保已经安装并配置了react-navigation/native,如果未安装请参考使用reactnavigation5.x npm install @react-navigation/stack or yarn add @react-navigation/stack
阅读全文
摘要:1.安装 #安装核心库npm install @react-navigation/nativeoryarn add @react-navigation/native #依赖库npm install react-native-reanimated react-native-gesture-handle
阅读全文
摘要:1.到oracle官网下载想要安装的jdk版本,安装。 https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html 2.配置环境变量 vi ~/.bash_profile 复制以下内容,粘贴到 ~/.bash_
阅读全文
摘要:给Xcode命令行工具指定路径 sudo xcode-select --switch /Applications/Xcode.app 其他命令参考 $ sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/ //查
阅读全文
摘要:将代码放在index.js 中 AppRegistry.registerComponent('App', () => App)之前 //关闭其中某些yellow警告 console.ignoredYellowBox = ['Warning: BackAndroid is deprecated. Pl
阅读全文