File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,16 @@ If you have any issues, please attach a example project that i could reproduce i
24
24
25
25
## Getting started
26
26
27
- ** ATTENTION** : Make sure to use react-native 0.56 .0 or a greater version
27
+ ** ATTENTION** : Make sure to use react-native 0.57 .0 or a greater version
28
28
29
- #### react-native version 0.56.0 or greater
29
+ #### react-native version 0.57.4 or greater
30
30
31
31
` $ npm install react-native-nested-scroll-view --save `
32
32
33
+ #### react-native version 0.56.0 or bellow
34
+
35
+ ` $ npm install react-native-nested-scroll-view@7.0.0 --save `
36
+
33
37
#### react-native versions 0.55.4 or bellow
34
38
35
39
` $ npm install react-native-nested-scroll-view@6.0.1 --save `
@@ -61,11 +65,11 @@ android/app/build.gradle
61
65
``` diff
62
66
63
67
dependencies {
64
- compile fileTree(dir: "libs", include: ["*.jar"])
65
- + compile 'com.android.support:appcompat-v7:26 .1.0 '
66
- + compile 'com.android.support:design:26 .1.0 '
67
- compile " com.facebook.react:react-native:+" // From node_modules
68
- + compile project(':react-native-nested-scroll-view')
68
+ implementation fileTree(dir: "libs", include: ["*.jar"])
69
+ + implementation 'com.android.support:appcompat-v7:27 .1.1 '
70
+ + implementation 'com.android.support:design:27 .1.1 '
71
+ implementation ' com.facebook.react:react-native:+' // From node_modules
72
+ + implementation project(':react-native-nested-scroll-view')
69
73
}
70
74
71
75
```
You can’t perform that action at this time.
0 commit comments