Posts by Djalma Junior • 11 points
1 post
-
1
votes1
answer853
viewsA: Typescript with React-navigation
I had the same doubt and I managed to solve making an interface and using Navigationstackprop it will map properties into the function. Example of the Interface: interface iHomeProps { navigation:…