Learning React and React Native
This repository has been archived on 2026-02-19. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Java 32.5%
  • Ruby 27.9%
  • Objective-C 22.8%
  • HTML 8.9%
  • Starlark 3.1%
  • Other 4.8%
Find a file
2020-06-01 12:07:14 -03:00
react-native-tutorial Adjust README files 2020-05-22 15:33:27 -03:00
react-native-webview Fix 'window.site' method 2020-06-01 12:07:14 -03:00
react-tutorial Adjust README files 2020-05-22 15:33:27 -03:00
.gitignore Merge react-tutorial and react-native-tutorial repositories 2020-05-22 15:28:07 -03:00
README.md Add information about react-native-webview 2020-05-29 12:03:33 -03:00

react

Learning React and React Native

This is the merge of two other repositories (now deleted), so history can be out of order until this commit.

react-tutorial

Learning React following their tutorial

react-native-tutorial

Learning React Native following their tutorial

Also, made a port of the react-tutorial to run on Android devices (should run on iOS as well).

react-native-webview

Sending data between a React Native application and a React web page :)