Skip to content

Engazan/RN_Expo_Template

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published