Problem Statement
What is React Native primarily used for?
Explanation
React Native is a JavaScript framework that allows developers to build native mobile applications for iOS and Android using the React library. It bridges JavaScript with native platform components, offering near-native performance and a single shared codebase.