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
In router.is, I have: <Scene key="tabEditProfile" onRight={() => {this.updateProfile()}} rightTitle="Save" component={EditProfile} icon={TabIcon} renderTitle="Edit your profile" hideTabBar swipeEnabled={false}/>
but this.updateProfile() only in screen edit-profile.js.
Who can help me how to call updateProfile funcation from edit-profile.js.
Thank's.
Version
Tell us which versions you are using:
react-native-router-flux v4.?.? (v3 is not supported)
react-native v0.?.?
Expected behaviour
Actual behaviour
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
1.
2.
3.
The text was updated successfully, but these errors were encountered:
In router.is, I have:
<Scene key="tabEditProfile" onRight={() => {this.updateProfile()}} rightTitle="Save" component={EditProfile} icon={TabIcon} renderTitle="Edit your profile" hideTabBar swipeEnabled={false}/>
but
this.updateProfile()
only in screenedit-profile.js
.Who can help me how to call updateProfile funcation from
edit-profile.js
.Thank's.
Version
Tell us which versions you are using:
Expected behaviour
Actual behaviour
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
1.
2.
3.
The text was updated successfully, but these errors were encountered: