In my next.js / typescript project on dev mode, checkType method eats up a lot of time. Production is fine. I've been wondering lately why my project is so much slower while development, I guess a huge part is due to checkType.

Is there any way to deactivate the strict type checking? Its becoming more and more of a problem with my growing amount of components.
See #1383
React is just slower in dev.
@bkniffler could you make a pull request replacing prop-types with flow types? It should improve dev performance considerably.
Hey there, if it was typescript I'd gladly help, but I'm not familiar with flow types :(
I've created a PR over here: https://github.com/necolas/react-native-web/pull/1477
Most helpful comment
I've created a PR over here: https://github.com/necolas/react-native-web/pull/1477