We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d010f99 commit 9c0bbdeCopy full SHA for 9c0bbde
README.md
@@ -60,3 +60,6 @@ ios在项目目录下建个文件夹,把tpl文件放里面去,使用uri:'文
60
61
### 忽略警告
62
在代码中添加`console.disableYellowBox = true;`;如果忽略部分警告可以对应的值可以设置为忽略关键词数组`console.ignoredYellowBox = ['Warning: Each child'];`
63
+
64
+### 项目依赖问题
65
+貌似可以通过`react-native link`直接一键依赖,免去繁琐的配置依赖文件。
0 commit comments