Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

Typescript array random not printing on screen react-native [closed]

$
0
0
const knowlotainment = (arr: any['Love all, trust a few, do wrong to none.', ...]) =>    arr[Math.floor(Math.random() * arr.length)]formatting:     <View><Text style={styles.description}>{description}</Text></View>

Typescript array random not printing on screen react-nativedescription: console.log(knowlotainment) shows nothing or undefined

thank you.


Viewing all articles
Browse latest Browse all 6287

Trending Articles