feat: added over drag support (#139)

* chore: updated scrollEventThrottle on scrollables

* chore: updated internal scrollable event

* chore: added animation config creator hooks

* chore: updated bottom sheet props and animation configs

* chore: updated interactive pan gesture hook

* chore: updated handle styling

* chore: updated ReText component

* chore: updated examples

* fix: fixed stuck sheet when interacting fast

* chore: updated navigator example

* fix: animationConfigs prop type
This commit is contained in:
Mo Gorhom
2021-01-02 17:15:17 +01:00
committed by GitHub
parent d689731a4f
commit 36c29935ba
19 changed files with 213 additions and 51 deletions

View File

@@ -182,8 +182,8 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") {
exclude group:'com.facebook.fbjni'
}