From 30957922b1c4b991a694586e10ffa84512e9e557 Mon Sep 17 00:00:00 2001 From: Farzad Mohtasham <48632860+FarzadMohtasham@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:57:15 +0330 Subject: [PATCH] Added new React native crash course video (#6341) * Added Tanstack-Router to the React Routers section * Added Tanstack/Router to React Router topic * Added new crash course video to React-Native roadmap * Update src/data/roadmaps/react-native/content/100-introduction/index.md * Update src/data/roadmaps/react/content/105-routers/100-react-router.md * Update src/data/roadmaps/react/content/105-routers/100-react-router.md --------- Co-authored-by: Kamran Ahmed --- .../roadmaps/react-native/content/100-introduction/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/react-native/content/100-introduction/index.md b/src/data/roadmaps/react-native/content/100-introduction/index.md index 817b69e50..5a051f219 100644 --- a/src/data/roadmaps/react-native/content/100-introduction/index.md +++ b/src/data/roadmaps/react-native/content/100-introduction/index.md @@ -6,4 +6,5 @@ Visit the following resources to learn more: - [@article@Official Website](https://reactnative.dev/) - [@article@Official Getting Started to React Native](https://reactnative.dev/docs/getting-started) -- [@video@Build a React Native App by Mosh](https://www.youtube.com/watch?v=0-S5a0eXPoc) \ No newline at end of file +- [@video@Build a React Native App by Mosh](https://www.youtube.com/watch?v=0-S5a0eXPoc) +- - [@video@React Native Course for Beginners in 2024 | Build a Full Stack React Native App](https://www.youtube.com/watch?v=ZBCUegTZF7M)