Skip to content

Props should be defined for stack #362

@megazoid84

Description

@megazoid84

Hi. Thanks for your work. I have a small trouble shortly described in subject. When I add

import Home from './Home'

const scenes = Actions.create(
  <Scene key="modal" component={Modal}>
    <Scene key="root" hideNavBar={true}>
      <Scene key="home" component={Home} title="Replace" type="replace"/>
    </Scene>
  </Scene>
);

Inserting source code above give me the next error
Error screen

What did I do wrong?

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