You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but using
Navigation.registerComponentWithRedux(
HOME_SCREEN,
() => require('../screens/Home').default,
Provider,
store
)
static get options() is working
static get options() not working
but using
Navigation.registerComponentWithRedux(
HOME_SCREEN,
() => require('../screens/Home').default,
Provider,
store
)
static get options() is working