1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-24 18:03:06 +02:00

Add new course option to react-native node content (#2648)

This commit is contained in:
Diego Oliveira
2022-10-21 10:25:50 -03:00
committed by GitHub
parent 167cd44095
commit cdfe24fa8c

View File

@@ -6,3 +6,5 @@ React Native is a popular JavaScript-based mobile app framework that allows you
<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 badgeText='Watch' href='https://www.youtube.com/watch?v=0-S5a0eXPoc'>Build a React Native App by Mosh</BadgeLink>
<BadgeLink colorScheme='green' badgeText='Course' href='https://www.codecademy.com/learn/learn-react-native'>Learn React Native by CodeAcademy</BadgeLink>