We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6540db3 commit d1431d2Copy full SHA for d1431d2
README.md
@@ -3,6 +3,10 @@
3
4
#### JS
5
> RN开发使用的是JavaScript,不管是ES5,ES6, TypeScript,只要是JS的语法,RN都能用,如果遇到JS问题,请直接百度。
6
+>
7
+
8
+#### 通用
9
+> 1、RN里面真的没有好用的下拉刷新和上拉加载组件,都是用`ScrollView`,`FlatList`,`SectionList`,`ListView`提供的效果;
10
11
#### iOS
12
> 1、 在不修改`info.plist`文件之前,一定要用`https`的网络请求(如何修改请百度);
0 commit comments