Skip to content

8base Application React Native Example with authentication and CRUD based Expo

License

Notifications You must be signed in to change notification settings

8base/react-native-app-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8base React Native App Example

Server Setup

  • Sign up 8base account;
  • Install 8base CLI npm install -g 8base;
  • Login using CLI 8base login;
  • Go to the server directory cd server;
  • Install dependencies npm install;
  • Import schema and data via 8base import -f=DEMO.JSON;

Client Setup

  • Go to the client directory cd client;
  • Install dependencies npm install;
  • Get 8base API endpoint for your account;
  • Replace uri in the App.js with your enpoint
  • Start app via npm start;
  • Open app via simulator or on the your phone;
  • Explore it.

About

8base Application React Native Example with authentication and CRUD based Expo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published