-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
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
What did I do wrong?
Metadata
Metadata
Assignees
Labels
No labels
