We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tell us which versions you are using:
"^4.0.0-beta.31"
Code:
<Scene key="referral" type="replace" component={ReferralPage} title="Free Points" titleStyle={styles.title} renderLeftButton={() => <View />} onLeft={() => {}} renderRightButton={customRightCloseButton} rightButtonStyle={styles.navIconButton} navigationBarStyle={styles.mainNavigationBar} back={false} />
const customRightCloseButton = ({ rightCallback }) => ( <TouchableOpacity onPress={Actions.pop} style={styles.closeButton}> <IonIcon name="ios-close" size={30} color="white" /> </TouchableOpacity> )
Screen opens first time and stays open until close pressed
Screen opens, closes, and then when I reopen, both come up and the stack is messed up so Actions.pop() does nothing.
The text was updated successfully, but these errors were encountered:
Probably navigation hierarchy is wrong. Please refer to Example project - you need to use LightboxNavigator for popups.
Sorry, something went wrong.
No branches or pull requests
Version
Tell us which versions you are using:
"^4.0.0-beta.31"
Code:
Expected behaviour
Screen opens first time and stays open until close pressed
Actual behaviour
Screen opens, closes, and then when I reopen, both come up and the stack is messed up so Actions.pop() does nothing.
The text was updated successfully, but these errors were encountered: