Explain What is React Native?

devquora
devquora

Posted On: Feb 22, 2018

 

React Native is a mobile app development platform that allows you to create android and ios apps only using Javascript. React Native uses the same fundamental UI building blocks as regular iOS and Android apps so applications created using React Native are indistinguishable from an app built using Objective-C or Java.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    React Native Interview Questions

    Can we combine native ios or android code in React Native.

    Yes, we can. React Native smoothly combines the components written in Objective-C, Java, or Swift...

    React Native Interview Questions

    Who uses React Native?

    Thousands of apps are created using React Native. Here is the list of some popular companies who are using React Native..

    React Native Interview Questions

    List Step to Create and start a React Native App?

    Run the following command to Create and start a React Native App. Step 1: npm install -g create-react-native-app // Ins..