From a210fbb94c1160d728d10dbb9c6aaf6b2291ca63 Mon Sep 17 00:00:00 2001 From: Sojin <77185816+SojinSamuel@users.noreply.github.com> Date: Wed, 3 Aug 2022 20:52:24 +0530 Subject: [PATCH] Add react native course link * A Concrete Guide to React Native basics I wasn't comfortable following the react native documentation when I was starting out as a web developer (even after learning javascript). this free react native course from udemy was my go-to guide to dive deep into react native basics. After playing with the basic knowledge you will acquire from this course then you'll be able to dive deep into react native documentation. This course structure follows a learn by build format. so you'll not be bored yet you'll be excited to build your first react native app ever. * Update content/roadmaps/100-frontend/content/121-mobile-applications/100-react-native.md Co-authored-by: Kamran Ahmed --- .../content/121-mobile-applications/100-react-native.md | 1 + 1 file changed, 1 insertion(+) 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 63ed95d78..9b3e04d0a 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 @@ -5,4 +5,5 @@ React Native is a popular JavaScript-based mobile app framework that allows you Free Content Official Website Official Getting Started to React Native +Build a React Native App by Mosh Tutorial to Learn React Native