React Native CRUD project.
Download the React Native CRUD API and follow its instructions
Use NPM to install packages and dependencies
npm install
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
This repository is a simple Create, Read, Update & Delete project. The item includes a title, description & image.