expo-template-speedrunner
v0.1.0
Published
Speedrunner is an Expo / React Native template that automates the obvious parts of a new react native app.
Downloads
7
Maintainers
Readme
Speedrunner for Expo
Speedrunner is an Expo / React Native template that automates the obvious parts of a new react native app.
Usage
Create a new Expo app called myAwesomeApp
with the Expo CLI, using expo-template-speedrunner
as the template:
npx create-expo-app myAwesomeApp --template expo-template-speedrunner
cd myAwesomeApp
npm install expo@latest
npx expo install --fix
npx expo start
The video below shows your new app launching and running.
What's included:
- UI-Kitten for ready-built components.
- React-nativigation with bottom tabs.
- A starter splash screen
- A login page with Google/Apple/Facebook or SMS login
- A sample Home screen and Profile screen
- Jest for testing
- ESlint
- Starter application structure.
- Travis CI configuration, with tests, lint, and audit steps
(None of this is done.)