Skip to content

tracking React Native 0.24 compatibility/issues #489

@joenoon

Description

@joenoon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions