From cca746bc5d75307c4d64210341a0f98ec6e76948 Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Sat, 22 Jan 2022 16:32:35 +0700 Subject: [PATCH] React Native resources added (#1022) * React Native resources added * Update 100-react-native.md Co-authored-by: Kamran Ahmed --- .../content/121-mobile-applications/100-react-native.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/100-frontend/content/121-mobile-applications/100-react-native.md b/content/roadmaps/100-frontend/content/121-mobile-applications/100-react-native.md index dd1cfabae..d046bb502 100644 --- a/content/roadmaps/100-frontend/content/121-mobile-applications/100-react-native.md +++ b/content/roadmaps/100-frontend/content/121-mobile-applications/100-react-native.md @@ -1 +1,8 @@ -# React native \ No newline at end of file +# 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. + +Free Content +Official Website +Official Getting Started to React Native +Tutorial to Learn React Native