- replace directory name with your app name
- replace
"_YOUR_APP_NAME_
with your app name
yarn
npx expo start
- redux + redux toolkit - https://redux-toolkit.js.org/
- redux persist - https://github.com/rt2zz/redux-persist
- react navigation - https://reactnavigation.org/
- i18next - https://www.i18next.com/
- react i18next - https://react.i18next.com/
const i18n = useTranslation();
...
i18n.t('navigation.mainNavigation.home'); // @/src/translations
- should be used with custom hook "useThemeColors"
const COLORS = useThemeColors();