Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 745 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 745 Bytes

rn-anim-widgets

React native animation widgets playground

Running react native on Android on Win7 x64

Go to react-native getting started and follow installation steps. Install Android SDK or Android Studio

Add ANDROID_HOME

c:\Users\YOUR_USER\AppData\Local\Android\sdk\tools

Note that extactly ..\sdk\tools and not just ..\sdk

Install Java JDK (not JRE)

Add JAVA_HOME to environment variables. Should be like this

c:\Program Files\Java\jdk1.8.0_111\

To check - run in console:

java

You should not see "java not found", and java's help instead