Getting Started
Last updated
Last updated
To get started with React Native project you have to install some tools, dependencies and applications as follows:
and : This can be installed via the command line.
command line interference: This can be installed via the command line.
: This can be downloaded from Mac App Store.
: This can be download from the official website of Android.
Node Package Manager: This can be installed via command line in the project's main file.
You will need Node, Watchman, the React Native command line interface, Xcode and Android Studio to run the app in iOS and Android simulators:
To install node and watchman , run below commands respectively in your terminal:
To install the React Native command line utility, run the below command in your terminal:
You have to go the main files folder and install the NPM as follows :
Go to Downloads -> Hubay
using below commands:
if you see this error : "-bash: cd: hubayWoo: No such file or directory" it means that you are at the wrong directory. Please ensure that you are at the correct path in the download folder
Once you are in the folder, install the NPM by running the following command and using sudo
:
Upon completing all above steps, you will be able to build the app in iOS or Android simulator. Details about how to build the app for iOS and Android is mentioned in upcoming sections of this documentation.
Most of the shared hosting has disabled the HTTP Authorization Header by default. To enable this option you’ll need to edit your .htaccess
file adding the follow
The JWT needs a secret key
to sign the token this secret key
must be unique and never revealed.
To add the secret key
edit your wp-config.php
file and add a new constant called JWT_AUTH_SECRET_KEY
JSON API User extends the JSON API Plugin with a new Controller to allow RESTful user registration, authentication, password reset, RESTful Facebook Login, RESTful User Meta and BuddyPress xProfile get and update methods. This plugin is for WordPress/Mobile app developers who want to use WordPress as mobile app data backend.
You can install Xcode via the Mac App Store. By installing Xcode, will also install the iOS Simulator and all necessary tools to build your iOS app. To download Xcode
You can install Android Studio by downloading the setup file from the official developer portal of Android developer. To download Android Studio
In order to ensure that the login working appropriately, you are required to install for WordPress.
For more details about JWT authentication, please visit this
Download from