Open AfanasievN opened 5 years ago
Having issue with createBottomTabNavigator and textIntput. Here is my code of a modal: `<Modal style={styles.commentsModal} ref={modal1 => { this.modal1 = modal1; }} swipeArea={60} position={'bottom'}
<FlatList keyExtractor={item => item.cardId} data={this.state.comments} renderItem={this._renderComment} keyboardShouldPersistTaps="always" keyboardDismissMode="on-drag" style={styles.cmContent} /> Post `
<FlatList keyExtractor={item => item.cardId} data={this.state.comments} renderItem={this._renderComment} keyboardShouldPersistTaps="always" keyboardDismissMode="on-drag" style={styles.cmContent} />
Image attached. Maybe I'm doing something wrong on ui side. I am testing only in android
react-navigation version: 3.3.2 react-native-modal-box: 1.7.1
coverScreen = true prop seem do the job, but backdrop area become inactive
coverScreen property not working ...
Having issue with createBottomTabNavigator and textIntput. Here is my code of a modal: `<Modal style={styles.commentsModal} ref={modal1 => { this.modal1 = modal1; }} swipeArea={60} position={'bottom'}
Image attached. Maybe I'm doing something wrong on ui side. I am testing only in android
react-navigation version: 3.3.2 react-native-modal-box: 1.7.1