maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.9k stars 506 forks source link

It's not working correct with react-navigation V3. createBottomTabNavigator and textInput Bug #273

Open AfanasievN opened 5 years ago

AfanasievN commented 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

`

Image attached. Maybe I'm doing something wrong on ui side. I am testing only in android

Снимок экрана 2019-05-07 в 18 49 19

react-navigation version: 3.3.2 react-native-modal-box: 1.7.1

ezha86 commented 5 years ago

coverScreen = true prop seem do the job, but backdrop area become inactive

AfanasievN commented 5 years ago

coverScreen property not working ...