React Native Expo Scaffold

This is a scaffold, using the Crowdbotics framework, for creating self-contained mobile apps.

It uses React Native, with Expo, for the frontend and Django scaffold as a backend.

React Native Included Features

  • Expo
  • Redux and Redux Thunk
  • React Navigation with Redux Integration
  • NativeBase UI Library
  • HTTP API Client Wrapper for fetch
  • ESLint Config using Airbnb's Style Guide
  • Initial Home Screen

home--1-

  • Initial Authentication Screens:
    • Login

login

  • Signup

signup

  • Forgot Password

forgotPassword

Django Included Features

  • Local Authentication using email and password with allauth

  • Rest API using django rest framework

  • Forgot Password

  • Bootstrap4

  • Toast Notification

  • Inline content editor in Home Page

GitHub