π§βπ» Step-by-Step Guide for React Native Beginners: From Setup to Running Your First App! π @chai aur code
1οΈβ£ Installing React Native
Run the following command:
npx react-native init Awesome01
β οΈ Note: The init command is deprecated; you'll see a message advising to use npx @react-native-community/cli init after Dec 30, 2024.
2οΈβ£ Setting Up Andro...
shivanagendrababu.hashnode.dev2 min read