React Native Application Using WP REST Application

This is Native Application Template by using WP REST API.

Required

  • 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

Getting Start

$ 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

How To Contribute

If you find some bug

Please make GitHub Issues. -> https://github.com/hideokamoto/wp-react-native/issues

If you want to add some function

  • 1:Fork this repository
  • 2:Write some code to add function that you want to add.
  • 3:Make Pull Request

Using