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

How to Pass Props and Navigation in below react native code

$
0
0

I am working on react native using typescript.

How to pass Navigation in interface, and below code snippet is Functional component or class component. What Reach.FC indicates ?

interface HomeScreenProps {}export const HomeScreen: React.FC<HomeScreenProps> = ({}) => (<View style={{ flex: 1, justifyContent: 'center', alignItems: 'center' }}><Text>Home!</Text></View>)

Viewing all articles
Browse latest Browse all 6212

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>