-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Is it possible to add onPress like show in the example below?
export default class Example extends React.Component {
render() {
return (
<Router hideNavBar={true}>
<Schema name="modal" sceneConfig={Navigator.SceneConfigs.FloatFromBottom}/>
......
<Router>
<Route onPress={this.doSomethingCool} name="loginModal2" component={Login2} title="Login2"/>
.......
</Route>
</Router>
);
}
}
Metadata
Metadata
Assignees
Labels
No labels