Christophe Kwizera
Christophe Kwizera
Noo, am still trying to upgrade the project but it's hectic by using 1. `npx react-native upgrade` or documents mutation through [this guide ](https://react-native-community.github.io/upgrade-helper/?from=0.70.10&to=0.74.0) 2. creating a new app with...
> Hello, can we get any more context here? > > After what action this started to happen? Have done something particular like version upgrade or something? > > Looking...
here is the reproduction [github-repo](https://github.com/kabundege/rn-screens-reproduction-bug)
`reactNativeArchitectures` value in `gradle.properties` is ``` reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64 ```
A workaround that proved effective for me was to "upgrade" my application to the most recent version. This involved generating a new application using `npx react-native@latest init app_name`, ensuring that...
> @kabundege Did you solve this problem? I am also facing this problem. Yes i did, refer to this reply [here](https://github.com/software-mansion/react-native-screens/issues/2115#issuecomment-2088284646) > A workaround that proved effective for me was...
@kristensala kindly share with us your `android/build.gradle` changes, if it's where the NDK change were made. ``` buildscript { ext { buildToolsVersion = "31.0.0" minSdkVersion = 21 compileSdkVersion = 32...
> This worked for me > > Go to inspect -> settings gear -> Uncheck 'enable javascript source maps' and 'enable css source map'. > > Refresh. could you share...