We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d2238 commit 49adceeCopy full SHA for 49adcee
1 file changed
src/expo.ts
@@ -107,7 +107,7 @@ const withMainActivity: Expo.ConfigPlugin<Props> = (config) =>
107
comment: " //",
108
tag: "bootsplash-init",
109
offset: 0,
110
- anchor: /super\.onCreate\(null\)/,
+ anchor: /super\.onCreate\((null|savedInstanceState)\)/,
111
newSrc:
112
" RNBootSplash.init(this, R.style.BootTheme)" +
113
(language === "java" ? ";" : ""),
0 commit comments