简体   繁体   中英

React Native - Android - Splash Screen flashing during App navigation

I am developing a React Native application, and on Android, I have the problem that the splash screen flashes when I am navigating through different pages in the App.

I've tried to modify the.XML files to set the background color, I tried to style the whole app with a set solid background color but nothing works. Basically, I tried every solution available online, with no success. Any idea on how to solve this issue?

set this animationEnabled: false in screenOptions

 <Stack.Navigator screenOptions={{ animationEnabled: false }}   >
    ....
  </Stack.Navigator>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM