Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 685 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 685 Bytes

React-Native-CRUD

A React Native example App with basic CRUD (Create, Read, Update, Delete) functions using the Firebase Firestore Database and the Expo CLI. The Application is a simple Users List. You can Create, Update and Delete Users from the List. The Users Are Stored in a Firebase Firestore.

requirements

Before you can run this Project you have to install the following things:

Be sure to install expo with the command ### `npm install --global expo-cli`