Skip to content

Commit 9c0bbde

Browse files
committed
react-native link
1 parent d010f99 commit 9c0bbde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ ios在项目目录下建个文件夹,把tpl文件放里面去,使用uri:'文
6060

6161
### 忽略警告
6262
在代码中添加`console.disableYellowBox = true;`;如果忽略部分警告可以对应的值可以设置为忽略关键词数组`console.ignoredYellowBox = ['Warning: Each child'];`
63+
64+
### 项目依赖问题
65+
貌似可以通过`react-native link`直接一键依赖,免去繁琐的配置依赖文件。

0 commit comments

Comments
 (0)