Basic Requirement for App
NOTE :
Before launching the app, ensure you have correctly set up
the ReelEaseAI Node.js and have added all necessary data through
the admin panel.
Creating a React-Native project requires the following prerequisites:
-
React Native Installation Guide:
Follow the official step-by-step setup for React Native CLI to install Node.js, JDK, Android Studio, and required tools.
React Native Official Setup Guide -
Node.js (Required):
Download and install Node.js (LTS version recommended) to run JavaScript on your system.
Download Node.js -
Android Studio (Android Setup):
Install Android Studio for Android development. It includes Android SDK and emulator required for running React Native apps.
Download Android Studio -
Visual Studio Code (Code Editor):
A lightweight and recommended editor for writing and managing your project code.
Download Visual Studio Code -
Xcode (iOS Setup – Mac Only):
Required for building and running iOS applications. Includes iOS Simulator and development tools.
Download Xcode -
Apple Developer Account (iOS Publish):
Required for publishing your app on the Apple App Store.
Apple Developer Account -
Node Admin Setup:
Before configuring the React Native app, set up the ReelEaseAI Node.js backend to manage content, users, and configurations.
-
React Native SDK:
Install React Native (version 0.83.0 recommended). Refer to the official installation guide for complete steps.
Installation Guide
Integrated Development Environment (IDE):
Use tools like Android Studio, Visual Studio Code, or Xcode (for iOS) to access and modify the code efficiently.
Testing and Debugging:Thoroughly test the application on emulators or physical devices for both Android and iOS to ensure smooth performance.