maxs15 / react-native-modalbox

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

Inputs don't lose focus when press outside of it #333

Closed uvrik closed 3 years ago

uvrik commented 3 years ago

I have some inputs inside Modal. My code looks like this:

<Modal>
  <View>
    <TehtInput />
  </View>
<Modal>

So i focus on text input, write some text and tap outside area (inside the modal). But it keeps focusing on the input. If i have more than one input and tap unfocused, it changes focus corectly,