renative icon indicating copy to clipboard operation
renative copied to clipboard

Shouldn't SplashActivity allow overrides as well on onCreate?

Open CHaNGeTe opened this issue 7 months ago • 0 comments

https://github.com/flexn-io/renative/blob/c2dff4a8f4e515457424747c3597f2af5ed5b033/packages/engine-rn/templates/platforms/android/app/src/main/java/rnv_template/SplashActivity.kt#L11

To be able to easily apply this fix: https://github.com/software-mansion/react-native-screens#android

https://reactnavigation.org/docs/getting-started/#installing-dependencies-into-a-bare-react-native-project

super.onCreate(null)

CHaNGeTe avatar Mar 10 '25 12:03 CHaNGeTe