What is the react-router-native equivalent of the react-router:
history = useHistory()
history.push('/new/path')
?
What is the react-router-native equivalent of the react-router:
history = useHistory()
history.push('/new/path')
?
Copyright © 2021 Jogjafile Inc.
you can install
@react-navigation/native'and create yours routerManage . usenavigation.push()methods moveingthis is a complete example:
app.js
home.js
detail.js