I'm trying to react-native run-android there is this problem??
Could not resolve all files for configuration ':react-native-screens:debugCompileClasspath'.
Could not find swiperefreshlayout.jar (androidx.swiperefreshlayout:swiperefreshlayout:1.0.0)
i fix it by change this for Navigation x5:
androidx.swiperefreshlayout:swiperefreshlayout:1.0.0
GO to
.\node_modules\react-native-screens\android\build.gradel
change the version of
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
to
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-beta01'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With