Skip to content

ritzblogs/ReactNative-Redux-ApiResponse

Repository files navigation

ReactNative-Redux-ApiResponse

Find detailed description -https://abodeofmystories.blogspot.com/2021/07/react-native-redux-for-api-response.html

Install at local

Open Terminal, then type command:

git clone https://github.com/ritzblogs/ReactNative-Redux-ApiResponse.git

Go to project folder :

cd ReactNative-Redux-ApiResponse

Type following command :

npm install

You must have ANDROID_HOME environtment variable, to check if you already have, type in your terminal :

echo $ANDROID_HOME

Make sure you have already installed React Native globally by running this command :

sudo npm install -g react-native-cli

At this point, you should be able to run the project. To run your project on your device/emulator at Debug configuration, type :

npm run android-dev

Or if you want to run at iOS simulator, run:

npm run ios-dev

If you have error message like Execution failed for task ':app:dexDebug'. run this on your terminal :

npm run android-clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published