skip to Main Content

Touchabble Opacity Not working-react native

The touchableOpacity component doesn't word and I don't know why The First Component App.tsx function App(): JSX.Element { const [focuseSubject, setFocusSubject] = useState(null) return ( <View style={styles.container}> { focuseSubject ? <Text>{focuseSubject} </Text> : <Focus addSubject={setFocusSubject} /> } <Text style={ {color:…

VIEW QUESTION
Back To Top
Search