Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 907 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 907 Bytes

Super Starter Expo

🚀 A starting point for building expo RN apps, with baked in out of the box support for Persistance, Redux (Selectors, Sagas & Reducers), Push Notifications, Styled Components and more...

This project extends the Romulus CLI from Simpleweb but geared toward Expo's managed development workflow.

Also included are a range of screens, extending expo's tabs template.

As a product the idea is to update the styling of screens that focus on push event driven experiences.

Remove the need for dealing with XCode/Android studio and use Expo's features.

Folder Structure is suitable for small/medium sized projects as it focuses on vertical folder complexity over horizontal.

Installation

$ yarn

Run Expo

$ yarn start

Run Prettier Watcher

$ yarn prettier-watch

Run eslint

$ yarn eslint