fmidev / weather-app

FMI's official weather application for mobile devices
7 stars 2 forks source link

Android version 4.1.0 crashes in production #605

Closed geosaaga closed 2 months ago

geosaaga commented 2 months ago

Google informed that Android version 4.1.0 has lot of crashes in production. The crash happens in init of

com.swmansion.rnscreens.ScreenFragment.

meaning react-native-screens library. This affects to > 25000 users.

Currently app is using latest compatible version of the library 3.3.4.

Image

geosaaga commented 2 months ago

Could be the same issue https://github.com/software-mansion/react-native-screens/issues/1644

geosaaga commented 2 months ago

Some code was lost in Java -> Kotlin conversion and that caused the issue and also splash screen was not working.

PR https://github.com/fmidev/weather-app/pull/606 should fix these issues.