-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
I'm opening this to track problems and gather information as I dig into this. If anyone has ideas or figures it out first, please update here. It looks like after upgrading to RN 0.24 there is an issue in DefaultRenderer not receiving the expected navigationState, and getting:
undefined is not an object (evaluating 'navigationState.index')
Logging the keys of navigationState inside DefaultRenderer, I see:
[ 'layout',
'navigationState',
'onNavigate',
'position',
'scene',
'scenes' ]
So it seems like its not getting the right value here for navigationState in 0.24. I did scan through the diff of NavigationExperimental on react-native between 0.22 and 0.24 but didn't see anything obvious.
I'll update here if I figure it out.
sylvainbaronnet
Metadata
Metadata
Assignees
Labels
No labels