This repo contain Wezard React Native template with React Navigation navigation.
npx react-native init AppName --template @wezard/react-native-react-navigation-template
or
npx react-native init AppName --template https://github.com/wezard-it/react-native-boilerplate-react-navigation
Since React Native 0.74, it was added support for modern versions of Yarn. For new projects Yarn 3.6.4 is the default package manager, and for existing projects, you can upgrade to Yarn 3.6.4 by running yarn set version berry
in the project root.
Make sure to add the value nodeLinker: node-modules
inside the file .yarnrc.yml file generated with the previous command.
yarn translations:sort
: this script reorder translation files in an alphabetical order. If you add other languages other italian and english make sure to add files path inscript/sort_tranlsations.js