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.
I built a simple login form that asks the api for a JWT token which then will be stored in the device local storage.
It retrieves the full posts array from the API and displays them as FlatList
Images coming soon ...
It opens the front camera and take a picture for future uploading
Images coming soon ...
Just follow the typical installing & starting commands.
npm install
npm start
You need a remote online installation of Wordpress with an enabled Rest API.