↧
Answer by Pritish Vaidya for blur by tapping outside of it, doesn't work in...
You need to pass your dimensions / flex of the parent container to the TouchableWithoutFeedbackin order for it work. Assuming that you have flex: 1 in your styles.container, add...
View Articleblur by tapping outside of it, doesn't work in react native
I have <TextInput/> and I would like to get to blur it and toggle the keyboard when tapping outside the <TextInput/> I have tried this solution but without any luck. import React, {...
View Article