Category - React-Native

2019-11-14 07:46:18    16    0    0
## 步骤: > 1. 打开**夜神安卓模拟器**, **[官网](https://www.yeshen.com/)** > 2. 在 `run-android` 前先执行 `adb connect 127.0.0.1:52001` ,执行此命令是连接到夜神模拟器(端口默认是 `52001` ,如果你的是 `62001` 就改成 `62001` ,根据实际情况来改) > 3. 执行下 `ad
2019-11-14 07:46:18    12    0    0
``` > You have not accepted the license agreements of the following SDK components: [Android SDK Platform 23]. ``` ### 可以看出是因为缺少 `[Android SDK Platform 23]` 这时执行`android list sdk --all` 寻找匹配的序号 执行 `
2019-11-14 07:46:18    4    0    0
## [学习React Native必看的几个开源项目](https://blog.csdn.net/androidstarjack/article/details/80449935) ## [学习React Native必看的几个开源项目第二波](https://blog.csdn.net/androidstarjack/article/details/80449935) ## [2019
2019-11-14 07:46:18    4    0    0
## 模板解析(路径别名) 插件: `babel-plugin-module-resolver` ``` { "presets": ["module:metro-react-native-babel-preset"], "plugins": [ [ "module-resolver", {
2019-11-14 07:46:18    5    0    0
## [react native微信登录授权,以及一些错误](https://blog.csdn.net/ljfphp/article/details/79052820)
2019-11-14 07:46:18    17    0    0
### **官网:**
2/2