https://github.com/evianzhow/react-native-evolution-cheatsheet
Browse for React Native Components and APIs availability from version to version, see the evolutions.
https://github.com/evianzhow/react-native-evolution-cheatsheet
react-native
Last synced: 3 months ago
JSON representation
Browse for React Native Components and APIs availability from version to version, see the evolutions.
- Host: GitHub
- URL: https://github.com/evianzhow/react-native-evolution-cheatsheet
- Owner: evianzhow
- License: cc-by-4.0
- Created: 2017-11-25T06:51:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T13:48:14.000Z (over 8 years ago)
- Last Synced: 2025-10-09T03:10:04.077Z (9 months ago)
- Topics: react-native
- Language: Ruby
- Homepage: https://evianzhow.github.io/react-native-evolution-cheatsheet/
- Size: 16.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [React Native Evolution Cheatsheet](https://evianzhow.github.io/react-native-evolution-cheatsheet/)
Browse for React Native Components and APIs availability from version to version, see the evolutions.
[](http://makeapullrequest.com)
## Getting Started
These tables are generated from the table of contents of the official [Getting Started](http://facebook.github.io/react-native/docs/getting-started.html), using a Ruby script. The website itself is using GitHub Pages, powered by [jekyll](https://jekyllrb.com).
### Prerequisites
Install Ruby first if you have it on your computer.
```
gem install --no-rdoc --no-ri nokogiri semantic
```
### Generating
Run the Ruby script to generate `rn-components-evolution.csv` and `rn-components-evolution.csv` under working directory from the docs.
```
ruby main.rb
```
or
```
chmod +x main.rb
./main.rb
```
Import those two CSVs into Microsoft Excel or LibreOffice Calc using UTF-8 encoding, then **do an whole spreadsheet transpose**.
## Future Plans
To include other evolutions such as:
* Syntax
* _etc._
## License
This document is licensed under the CC-BY-4.0 - see the [LICENSE](LICENSE) file for details.