DEV Community

React Navigation with Typescript

Andreas Bergqvist on May 14, 2019

So.. You want to build an React Native app with Typescript and you have decided to use React Navigation as navigation library. You have set all th...
Collapse
 
dhavaljardosh profile image
Dhaval Jardosh

Any articles to use createStackNavigator or createAppContainer?
I'm stuck here.

stackoverflow.com/questions/574406...

Collapse
 
cutiko profile image
Erick Navarro

This is amazing! I have been struggling with types and screen navigation props, this solved it, thanks

Collapse
 
andreasbergqvist profile image
Andreas Bergqvist

Awesome!

Collapse
 
madeinquant profile image
madeinquant

Can I find the source code of this tutorial?

Collapse
 
andreasbergqvist profile image
Andreas Bergqvist

Hi, currently no.. The code snippets are bits and pieces from a closed source project. Might share something later on.. But not planned.

Collapse
 
madeinquant profile image
madeinquant

Thank you

Collapse
 
mauroca80 profile image
mauroca80

great!!!!!

Collapse
 
anjueappen profile image
Anju Eappen

thanks for this! I was wondering where the navigation props referenced in the docs were concretely defined. Solved my issue as well.

Collapse
 
andreasbergqvist profile image
Andreas Bergqvist

Glad I could help!