React Navigation v6 with TypeScript: Nested Navigation (Part 2)

added by JavaScript Kicks
8/18/2022 1:04:40 PM

881 Views

Now that we are familiar with setting up your React Native mobile application navigation with TypeScript. Let's take it further by setting up nested navigation with full type-check. Let's extend the 3 screens (Home, Profile, Settings) with another screen named Feeds in a different navigator.


0 comments