Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hideokamoto/wp-react-native
https://github.com/hideokamoto/wp-react-native
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hideokamoto/wp-react-native
- Owner: hideokamoto
- Created: 2016-03-07T14:07:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T05:27:55.000Z (over 4 years ago)
- Last Synced: 2024-05-27T15:18:20.132Z (6 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 46
- Watchers: 7
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [React Native UI Components for Material Design](https://github.com/react-native-material-design/react-native-material-design)
- [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons)
- [React Native](https://facebook.github.io/react-native/)