Skip to content

Commit

Permalink
Merge pull request #663 from jpush/dev
Browse files Browse the repository at this point in the history
更新README.md
  • Loading branch information
wicked-tc130 authored Sep 10, 2019
2 parents 48f635b + ebf3a0f commit 178c41e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ npm install jpush-react-native --save
* setting.gradle

```
include ':jpush-react-native'
project(':jpush-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jpush-react-native/android')
include ':jcore-react-native'
project(':jcore-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jcore-react-native/android')
include ':jpush-react-native'
project(':jpush-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jpush-react-native/android')
include ':jcore-react-native'
project(':jcore-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jcore-react-native/android')
```

###2.2 iOS
### 2.2 iOS

* Libraries

Expand Down

0 comments on commit 178c41e

Please sign in to comment.