Reputation: 65
[Maybe this is a off-topic question]
I started learning React Native from couple of months But I don't know if i am on the right path or not
Some of my queries are
Sorry for asking a silly off-topic question here.
Upvotes: 0
Views: 135
Reputation: 4849
React native ecosystem is wide as intersect both native mobile and web development.
Solidify your modern JavaScript skills (ES6+)
Understand how React works from a web perspective - Strongly recommended.
Familiarize with basic React Native concepts - Use Expo snack for development and testing - http://snack.expo.io/
When you 're confident with React Native, Try to setup local development with expo.io . At this stage, you don't have to spend week setup React Native CLI tooling ( Xcode or Android Studio and their dependencies.
Building real life apps - Either your local town weather app or food delivery app.
While building real apps. You will face with many challenges and in some case solutions will require learn in and out of native development for specific platforms (iOS and Android)
Keep building and learning and ask help when you stuck. People here are mostly willing to help.
Finally, help others, fellow community members
Upvotes: 1