Skip to content

Commit 694d363

Browse files
Merge branch 'master' of github.com:cesardeazevedo/react-native-nested-scroll-view
2 parents e146b65 + 53fe7b5 commit 694d363

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# react-native-nested-scroll-view
22

3-
This is a fork from the original react native ScrollView and a replacement with NestedScrollView.
4-
You should only use this if you are using native components such as CoordinatorLayout.
3+
This is a fork from the original react native ScrollView and a replacement with [NestedScrollView](https://developer.android.com/reference/android/support/v4/widget/NestedScrollView.html).
4+
5+
**DISCLAIMER**
6+
7+
I build this component while i was building the [react-native-bottom-sheet-behavior](https://github.com/cesardeazevedo/react-native-bottom-sheet-behavior) and the [react-native-collapsing-toolbar](https://github.com/cesardeazevedo/react-native-collapsing-toolbar), which the [NestedScrollView](https://developer.android.com/reference/android/support/v4/widget/NestedScrollView.html) was a requirement in order to work with [CoordinatorLayout's](https://developer.android.com/reference/android/support/design/widget/CoordinatorLayout.html), if you are not using any native component, and just want to add some nested scroll in some List, i don't know if this component will work for you, feel free to give a try.
8+
9+
This component is too generic and wasn't built covering all Nested Scroll use cases, instead, it was born as just a fork of the original react native ScrollView, and i haven't tested all use cases and possibilities.
10+
11+
This project is android only, and will fallback to ScrollView on iOS.
12+
13+
## Issues
14+
15+
If you have any issues, please attach a example project that i could reproduce it, since i don't know how people are exactly using it, without a project example, i won't be able to help you.
516

617
## Libraries Using it.
718

0 commit comments

Comments
 (0)