Parth N Koshta

Results 14 comments of Parth N Koshta

I'm having the same problem Did you find any solution?

Try doing – - cd android && ./gradlew clean - Invalidate caches & restart - rebuild project from android studio

@syahrizan05 Probably some issue in your app level build.gradle file. Try going through your changes and see if anything is wrong. You can also try reverting some of your changes...

> RN: 0.66.3 TargetSdkVersion 31 Same issues, but after upgrade jdk to 11 and it's working fine Try to upgrade jdk to 11 :) This works 🎉

@Akarsh07 Were you able to fix this? My app randomly crashes sometimes after installing update.

> @RAMON90 i fixed the white screen with > > ``` > > @color/bg > true > ``` This didn't resolve white screen flash between splash screen and app mounting

> For some reason addid `SplashScreen.show(this, R.style.SplashTheme); ` causes white screen flash between splash screen and app mounting, any one facing the same issue or know a fix? were you...

You can use Migrations for your use case - https://github.com/rt2zz/redux-persist/blob/master/docs/migrations.md

@sameer0075 Did you update the `version` key in persistConfig to your latest migration key?

@srinath116 were you able to fix this?