Engazan / RN_Expo_Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native, Expo Template

Getting Started

  1. replace directory name with your app name
  2. replace "_YOUR_APP_NAME_ with your app name
yarn
npx expo start

state managment

navigation

translations

const i18n = useTranslation();
...
i18n.t('navigation.mainNavigation.home'); // @/src/translations

light/dark theme

  • should be used with custom hook "useThemeColors"
const COLORS = useThemeColors();

About


Languages

Language:TypeScript 91.9%Language:JavaScript 8.1%