espenjanson
espenjanson
@dcvz next os, next issue! Same here, not working for me with react-native 0.65 and android. Exactly the same error message when I try to run ./gradlew bundleRelease
FYI, npx npx react-native init TestProject --template react-native-template-typescript does not create a react-native project with 0.65.1 but rather 0.64.2(?) (I found this out bugfixing my ios issue)
Sure! ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { buildToolsVersion = "29.0.3" minSdkVersion = 25 compileSdkVersion = 29 targetSdkVersion...
Haha, sorry @dcvz my bad there, I actually just included jcenter() instead of mavenCentral() - however, it's still not building for me. Not sure if it's because of track-player though...
@GrimDev As far as I know there's nothing wrong with doing this (yet?) repositories { mavenLocal() mavenCentral() jcenter() google() }
What's the status on this? :)
@Jpunt The logic behind it is the following: 1. ScrollView is higher in hierarchy, takes precedence over gesture handler from react-navigation 2. When scrollPos is 0, we want the navigation...
@BartoszKlonowski This is still a thing.
Any updates on this/ways to resolve it @laurens-lamberts @wcandillon @LeviWilliams ? Anything we can do to help? We just had to downgrade Skia to 196 because of thousands of crashes...