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

What is the type of react native elements in Typescript?

$
0
0

For example, I want to assign the variable with the specific react native element type to restrict the react native element stored in the variable.

  b = React.createElement(Text,{},'hii');  a:Text = this.b; 

I tried to use the library @types/react-native to do it but it shows error as follow:

Type 'ComponentElement<TextProps, Text>' is missing the followingproperties from type 'Text': measure, measureInWindow, measureLayout,setNativeProps, and 8 more.

How can I solve it?


Viewing all articles
Browse latest Browse all 6287

Trending Articles



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