React Native resources added (#1022)

* React Native resources added

* Update 100-react-native.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Archit Sharma
2022-01-22 16:32:35 +07:00
committed by GitHub
parent 1adecfacde
commit 622a6f76b0

View File

@ -1 +1,8 @@
# React native # React Native
React Native is a popular JavaScript-based mobile app framework that allows you to build natively-rendered mobile apps for iOS and Android. The framework lets you create an application for various platforms by using the same codebase.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://reactnative.dev/'>Official Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://reactnative.dev/docs/getting-started'>Official Getting Started to React Native</BadgeLink>
<BadgeLink colorScheme='Watch' badgeText='Watch' href='https://www.youtube.com/watch?v=0-S5a0eXPoc'>Tutorial to Learn React Native</BadgeLink>