Open halstjas opened 5 years ago
Same. Problem still persists...
@halstjas did you made it work somehow ?
@Thrajnor , I was using the native-base library for my workflow generic components I discovered after much googling that some of the components of this library set the style and disable options like scrollview for any components which are nested inside them. ie
I also utilised react-native FlatList for my dynamic lists. The following is a good tutorial on this https://medium.com/@spencer_carli/how-to-use-the-flatlist-component-react-native-basics-92c482816fe6
I would like to use your library for my project and have added your library via the following instructions
1) yarn add react-native-nested-scroll-view 2) Manually linking via your instructions to amend
buildscript { ext { buildToolsVersion = "27.0.3" minSdkVersion = 16 compileSdkVersion = 27 targetSdkVersion = 26 supportLibVersion = "27.1.1" }
task wrapper(type: Wrapper) { gradleVersion = '4.4' distributionUrl = distributionUrl.replace("bin", "all") }
4) Please see build execution output below any assistance greatly appreciated been pulling my hair out trying to resolve nested scroll on android.
react-native run-android Starting JS server... Building and installing the app on the device (cd android && gradlew.bat installDebug)...
FAILURE: Build failed with an exception.
What went wrong: Failed to capture snapshot of output files for task ':app:mergeDebugAssets' property 'outputDir' during up-to-date check.
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 37s 66 actionable tasks: 7 executed, 59 up-to-date Could not install the app on the device, read the error above for details. Make sure you have an Android emulator running or a device connected and have set up your Android development environment: https://facebook.github.io/react-native/docs/getting-started.html ^CTerminate batch job (Y/N)? Y