You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Nav options can be defined as a function of the screen's props:
static navigationOptions = ({ navigation }) => ({
title: `Chat with ${navigation.state.params.user}`,
});
Is it supported yet in this CLJS wrappers for react-navigation? If yes, how do we do the same?
The text was updated successfully, but these errors were encountered:
In the following example of react navigation intro https://reactnavigation.org/docs/intro/, you can pass down the screen's props to
navigationOptions
.Is it supported yet in this CLJS wrappers for react-navigation? If yes, how do we do the same?
The text was updated successfully, but these errors were encountered: