Skip to content

Commit c3044c3

Browse files
RN-video
1 parent d8de46a commit c3044c3

File tree

5 files changed

+394
-9
lines changed

5 files changed

+394
-9
lines changed

12-移动端/01-react-native/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,9 @@ $ react-native link
142142
$ rnpm link react-native-video
143143
```
144144

145+
**4 按钮**
146+
147+
```Shell
148+
$ npm i react-native-button --save
149+
```
150+

12-移动端/01-react-native/RNStudy/app/common/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
api:{
1212
base:'http://rapapi.org/mockjs/26936/',
1313
creations:'api/creations',
14-
up:'api/up'
14+
up:'api/up',
15+
comment:'api/comments',
1516
}
1617
}

0 commit comments

Comments
 (0)