Skip to content

rubensanroman/react-native-wordpress-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Wordpress Api

React Native + Wordpress Rest API

A simple and reusable React Native (@expo) project that connects with a Wordpress Rest API and authenticates using JWT protocol. The folder structure is based on some research about good practices mixed with personal preferences.

JWT Authentication

I built a simple login form that asks the api for a JWT token which then will be stored in the device local storage.

iOs and Android screens

Posts Fetching

It retrieves the full posts array from the API and displays them as FlatList

Images coming soon ...

Selfie Take & Upload

It opens the front camera and take a picture for future uploading

Images coming soon ...

Getting Started

Just follow the typical installing & starting commands.

npm install
npm start

Prerequisites

You need a remote online installation of Wordpress with an enabled Rest API.

Setup

About

React Native / Expo + Wordpress REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published