+ 2
Should i learn JavaScript for mobile development with react native or should i learn Java instead?
A lot of ppl keep telling me that i can still build a native mobile game with JavaScript using react native but others say that its best to use Java am confused on which one i should learn.
2 Respostas
+ 5
For Android Java(or Kotlin) is best.
For cross platform development (Android,iOS,etc) use React Native.
+ 1
Samuel Adejumo
Actually React Native is JavaScript library which use for Mobile Apps Development. So definitely you need to learn JavaScript. But JavaScript is client side and Java is Server side so to work with React Native you also need to learn Java because you can connect Database with Java.
Know more about React Native here.
https://reactnative.dev/