This is Native Application Template by using WP REST API.
- WordPress Site that activated WP REST API(Version2) Plugin:To make API Endpoint for WordPress
- Node.js:To build React Native Server
- npm:To get React Native
- React Native:To build Native Application
$ git clone https://github.com/hideokamoto/wp-react-native.git
$ cd wp-react-native
$ npm install
$ npm Start
$ react-native run-ios
or
$ react-native run-android
Please make GitHub Issues. -> https://github.com/hideokamoto/wp-react-native/issues
- 1:Fork this repository
- 2:Write some code to add function that you want to add.
- 3:Make Pull Request