Quantcast
Channel: Why my design gets disappear when I use ? - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Phuoc Nguyen for Why my design gets disappear when I use ?

Add style={{height: '100%'}} to your TouchableWithoutFeedback component

View Article



Answer by TheRakeshPurohit for Why my design gets disappear when I use ?

There was an issue with the import statement.useimport { TouchableWithoutFeedback } from 'react-native';insteadimport { TouchableWithoutFeedback } from 'react-native-gesture-handler';

View Article

Answer by Mohamed Adly for Why my design gets disappear when I use ?

faced this problem before and imported it from react native not react native gesture handler or use button with transparent attribute instead of touchable

View Article

Why my design gets disappear when I use ?

<View style={{flex:1}} ><ImageBackground source={require('../images/back02.png')} style={styles.bgscreen} onPress={Keyboard.dismiss}><KeyboardAvoidingView...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images