Browse for React Native Components and APIs availability from version to version, see the evolutions.
These tables are generated from the table of contents of the official Getting Started, using a Ruby script. The website itself is using GitHub Pages, powered by jekyll.
Install Ruby first if you have it on your computer.
gem install --no-rdoc --no-ri nokogiri semantic
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.
To include other evolutions such as:
- Syntax
- etc.
This document is licensed under the CC-BY-4.0 - see the LICENSE file for details.