/react-native-project-accelerator

React Native project accelerator that can serve as reference for bootstrapping projects. Includes localization and authorization via services based approach using hooks to manage state and react native for UX

Primary LanguageJavaScriptMIT LicenseMIT

React Native Project Accelerator

React Native project accelerator that can serve as reference for bootstrapping projects.

Includes localization and authorization via services based approach using hooks to manage state and react native for UX

STATUS: Alpha

Note: This repo is under active change and this code should be used as reference implementation ONLY and not used in a production application

Getting Started

To run the app, simply run

npm install && npm run start

And scan the QR code in the Expo client app.

Features

  • Search
  • Compatible with Expo
  • Custom Drawer Menu via react-native-gesture-handler
  • Navigation Bar via React Native Elements Header
  • Persistent user language storage
  • Localization via local json files and service
  • Form validation via formik and yup

Notes

Icons

Auth

Drawer

Layout

Storage

Forms