0
What is Reactnative?
Hi all, I have a doubt what is React Native language?How is it different from React js ?What are the uses of React Native and React js independently ? Thanks
2 Answers
+ 12
React Native is a Javascript framework for rendering mobile application in iOS and Android. React is a Facebookâs Javascript library for building user interfaces which targets mobile platforms. So now developers can make mobile applications using this Javascript library which can be shared between platforms that makes it easy to develop in both iOS and Android.