React Native is an open-source framework created by Facebook, Instagram and the great community of developers. It uses JavaScript and JSX (JavaScript-XML) to create native apps for iOS and Android. With React Native, you can create a full mobile app just as you would in Java or Objective-C.
By using the native layout components, React Native allows you to create compelling UIs that are indistinguishable from a native app (Android or iOS). The code is shared across these two different code bases, but for the layout i-e the design elements like views, styles etc , you use native components of each platform. That is where the JSX markup comes in. JSX is used to create the layout for either iOS or Android, by using the respective native components, thus the name React NATIVE.
Read More on: https://citrusbits.com/react-native-pros-and-cons/
Leave Your Comment