lorenzoangelini

Results 8 comments of lorenzoangelini

@EmpireJones I have the same problem after upgrading to 0.63

in my case path like this: import { SplashScreen } from 'src/splashScreen/screen'. They are searched inside the node_module, and obviously they are not found. In the previous version of react...

I have a similar problem. i'm upgrading from 61.5 to 63.00. i changed com.android.tools.build:gradle:3.4.2 -> com.android.tools.build:gradle:3.5.3 and https\://services.gradle.org/distributions/gradle-5.5-all.zip -> https\://services.gradle.org/distributions/gradle-6.2-all.zip When i launch ./gradlew bundleDevRelease i don't find into the...

Hi @Daavidaviid i'm trying to use the BlurView in android. I have the following error: BlurView cannor contain any child views on Android. it seem that is not yet supported....

@dlebedynskyi Does the release version crash for you too? RN 0.63.4 with Hermes enabled -> ok RN 064 --version 0.64.0-rc.2 with Hermes enabled -> ko RN 064 --version 0.64.0-rc.2 with...

@maxvw I tried your solution but i have the following error: error: An organization slug is required (provide with --org) Add --log-level=[info|debug] or export SENTRY_LOG_LEVEL=[info|debug] to see more output. Please...

@maxvw Thank you very much, your suggestion resolved my issue. However I hope that this issue will be fixed in the next release

@retyui Thank you!