Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 565 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 565 Bytes

React Native CRUD

React Native CRUD project.

Installation

Download the React Native CRUD API and follow its instructions

Use NPM to install packages and dependencies

npm install

Usage

Change the url in the services/FetchApi.js file to the url from your API server

const url = 'your_url_name_here'

Start the server using expo

expo start

Description

This repository is a simple Create, Read, Update & Delete project. The item includes a title, description & image.