Skip to content

awesome-reactivesearch/todos-native-auth-client

Repository files navigation

Todos Native Auth Client

A React Native app built with

  • ReactiveSearch
  • Auth0
  • Appbase.io
  • ❤️

Check the corresponding Node/Express server here.

Usage

  1. Clone and setup the server from here

  2. Clone this repo

  3. Install dependencies:

yarn
  1. Start the packager:
yarn start
  1. Start the ios/android emulator with the react-native-cli:
react-native run-ios
react-native run-android