We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67c59d commit 668fcb6Copy full SHA for 668fcb6
packages/core/src/platform/createApp.ios.js
@@ -138,7 +138,7 @@ export default function createApp (options) {
138
useEffect(() => {
139
const changeSubscription = ReactNative.AppState.addEventListener('change', (currentState) => {
140
if (currentState === 'active') {
141
- let options = global.__mpxEnterOptions
+ let options = global.__mpxEnterOptions || {}
142
const navigation = getFocusedNavigation()
143
if (navigation) {
144
const state = navigation.getState()
0 commit comments