This repository is a bare React Native + Expo template for developing mobile apps. It provides a solid foundation to kickstart mobile app development.
-
Cloning the repository:
git clone https://github.com/f1shuu/expo-template.git cd expo-template
-
Installing dependencies:
npm i
-
Starting the development server:
npm start
- language and theme provider,
- optimized font loader,
- EAS configuration,
- predefined colors, themes and translations,
- lightweight, with no useless dependencies.
After initializing an app using this template, remember to:
- update this README (or remove it entirely),
- change its name in app.json, package.json and package-lock.json,
- upload a font and config it inside Loader.js,
- upload custom adaptive-icon, favicon, icon and splash-icon into assets/images folder.