https://github.com/welldone-software/rn-anim-widgets
React native animation widgets playground
https://github.com/welldone-software/rn-anim-widgets
Last synced: 11 days ago
JSON representation
React native animation widgets playground
- Host: GitHub
- URL: https://github.com/welldone-software/rn-anim-widgets
- Owner: welldone-software
- Created: 2016-11-16T17:52:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T19:46:26.000Z (over 9 years ago)
- Last Synced: 2025-10-05T07:21:23.776Z (9 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## rn-anim-widgets
React native animation widgets playground
### Running react native on Android on Win7 x64
Go to [react-native getting started](https://facebook.github.io/react-native/docs/getting-started.html) 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](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) (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