- Never use any
- Migrating from react-native-navigation (RNN) to react-navigation
- Most core screens have been converted
- Working on fixing remaining Navigation.push calls in helper functions
src/components/nav/helper.tsx- Contains navigation helper functions that need RNN removalsrc/navigation/types.ts- Navigation type definitionssrc/navigation/AppNavigator.tsx- Main navigation setup
- The project uses yarn, not npm
- TypeScript checking command is
yarn check:types - Many screens need to be added to navigation types before helper functions can be converted