mirror of
https://github.com/zhigang1992/react-native-bottom-sheet.git
synced 2026-06-16 02:44:29 +08:00
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:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user