File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,17 @@ If you have any issues, please attach a example project that i could reproduce i
2424
2525## Getting started
2626
27+ ** ATTENTION** : Make sure to use react-native 0.56.0 or a greater version
28+
29+ #### react-native version 0.56.0 or greater
30+
2731` $ npm install react-native-nested-scroll-view --save `
2832
29- ### Automatic installation
33+ #### react-native versions 0.55.4 or bellow
3034
31- ` $ react-native link react-native-nested-scroll-view `
35+ ` $ npm install react-native-nested-scroll-view@6.0.1 --save `
3236
33- ### Manual installation
37+ ### Manual link
3438
3539MainApplication.java
3640
@@ -58,7 +62,8 @@ android/app/build.gradle
5862
5963 dependencies {
6064 compile fileTree(dir: "libs", include: ["*.jar"])
61- compile "com.android.support:appcompat-v7:23.0.1"
65+ + compile 'com.android.support:appcompat-v7:26.1.0'
66+ + compile 'com.android.support:design:26.1.0'
6267 compile "com.facebook.react:react-native:+" // From node_modules
6368+ compile project(':react-native-nested-scroll-view')
6469 }
You can’t perform that action at this time.
0 commit comments