giioohbernini / reactnative-redux

My React Native with redux example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native with Redux example

Possible problems

echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_user_watches && echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_queued_events && echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_user_instances && watchman shutdown-server

How to use

install

# Install react native cli globally (Use yarn if you want)
npm install -g react-native-cli

# Local dependencies (Use yarn if you want)
npm i

Change your Sdk folder on local.properties in android folder

Boots up your emulator and run react-native run-android and soon after npm start

About

My React Native with redux example


Languages

Language:JavaScript 50.9%Language:Objective-C 29.7%Language:Python 11.1%Language:Java 8.4%