Nero Liu
Nero Liu
Hi @tboba I think this is the stack trace. `Caused by java.lang.IllegalStateException: Screen fragments should never be restored. Follow instructions from https://github.com/software-mansion/react-native-screens/issues/17#issuecomment-424704067 to properly configure your main activity. at com.swmansion.rnscreens.ScreenFragment.(ScreenFragment.java:44)...
> @liujiangping Yeah, I understand, but you can't call onCreate with `savedInstanceState`. What Android(安卓) tries to do here, is that it tries to restore the state (your app may be...
> @liujiangping Will it be possible for you to create such ReactActivity and modify your application to use it, while you're trying to display react native page? Currently, I think...
createHtmlPlugin返回了两个插件 使用第二个(createMinifyHtmlPlugin),然后 在createHtmlPlugin optios 里面 minify配置里面加上removeComments:false