Build your first mobile app using React Native
By. Agung Riyanto [apadevteam]

React Native is an open-source UI software framework created by Facebook, Inc. It is used to develop applications for Android, Android TV, iOS, macOS, tvOS, Web, Windows and UWP by enabling developers to use the React framework along with native platform capabilities.

the first time before you build your application using react native, you must configure/install some tools/package into your PC.

Let's start configure

  1. Install npm, react-native cli, java jdk, vscode or other text editor 
  2. Download SDK Android and setting into your PC
  3. Create virtual Device
  4. Now you can create your first react native app using command:  react-native init AwesomeProject
  5. Run your project using react-native start & react-native run-android

Marketing

You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file can't be installed on Android 12 or higher