File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ npm install jpush-react-native --save
5353* setting.gradle
5454
5555 ```
56- include ':jpush-react-native'
57- project(':jpush-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jpush-react-native/android')
58- include ':jcore-react-native'
59- project(':jcore-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jcore-react-native/android')
56+ include ':jpush-react-native'
57+ project(':jpush-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jpush-react-native/android')
58+ include ':jcore-react-native'
59+ project(':jcore-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/jcore-react-native/android')
6060 ```
6161
62- ###2 .2 iOS
62+ ### 2.2 iOS
6363
6464* Libraries
6565
You can’t perform that action at this time.
0 commit comments