Skip to content

Commit 6542346

Browse files
Update README.md
1 parent c7c2fce commit 6542346

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3539
MainApplication.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
}

0 commit comments

Comments
 (0)