fix: remove colorScheme attribute at React Native video tutorial (#1201)

This commit is contained in:
Aroyan
2022-03-22 15:50:38 +08:00
committed by GitHub
parent 17120b4db0
commit 1b9d74525a

View File

@ -5,4 +5,4 @@ React Native is a popular JavaScript-based mobile app framework that allows you
<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>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=0-S5a0eXPoc'>Tutorial to Learn React Native</BadgeLink>