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
Hey guys,
basically I have an app that opens react-native-custom-tabs for the user to edit his profile. In there I have edit image that allows for the user to upload an image either by selecting one from the gallery or taking new photo. If he takes new photo and presses OK to confirm it, the user gets redirected to the app and not the previously opened custom tabs. However, if he selects an image directly from the gallery, without taking new one, he gets redirected to the custom tabs with the open edit profile page, which is the behavior I am after.
Any opinions on how this could be achieved is welcomed. Thanks.
The text was updated successfully, but these errors were encountered:
Hey guys,
basically I have an app that opens react-native-custom-tabs for the user to edit his profile. In there I have edit image that allows for the user to upload an image either by selecting one from the gallery or taking new photo. If he takes new photo and presses OK to confirm it, the user gets redirected to the app and not the previously opened custom tabs. However, if he selects an image directly from the gallery, without taking new one, he gets redirected to the custom tabs with the open edit profile page, which is the behavior I am after.
Any opinions on how this could be achieved is welcomed. Thanks.
The text was updated successfully, but these errors were encountered: