Web / React native Interview questions
What is React-native framework?
React Native is an open-source framework for building Android and iOS applications using React and the app platform's native capabilities. With React Native, you use JavaScript to access your platform's APIs as well as to describe the appearance and behavior of your UI using React components: bundles of reusable, nestable code.
The concepts are based on react framework. React Native runs on React, a popular open-source library for building user interfaces with JavaScript.
More Related questions...