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
the drawer keep render be hide the image component or parent component for android.
Eg: <View style={styles.container}> <Text>Login</Text> <Button label={'Login'} onPress={() => this.wisprMng()} /> <Drawer> <Message title="aaa" message="bbbbbbbbb" /> </Drawer> </View>
The text was updated successfully, but these errors were encountered:
jasonleewj85
changed the title
drawer keep render behind the image for android
drawer keep render behind the image or parent component for android
Mar 11, 2018
the drawer keep render be hide the image component or parent component for android.
Eg:
<View style={styles.container}> <Text>Login</Text> <Button label={'Login'} onPress={() => this.wisprMng()} /> <Drawer> <Message title="aaa" message="bbbbbbbbb" /> </Drawer> </View>
The text was updated successfully, but these errors were encountered: