Pass Props with navigation

 

<TouchableOpacity
onPress={() => this.props.navigation.navigate('OpenServiceClick', {
itemId: data.TSR_SYS_ID,
})}>
 
 
 
OTHER SIDE
 
 
 
this.props.route.params.itemId
 
 
 
const text =  this.props.navigation.getParam('text', 'nothing sent')
 

Comments

Popular posts from this blog

Simple Redux

Add Axios Interceptor in Services where Api is called

React Interview Questions