Top

Documentation

ReelEaseAI Connect is a cloud-based SaaS platform built on Cloud API, designed to simplify the management of your WhatsApp customers. It helps automate conversations through intelligent chatbots and allows you to send bulk messages to your entire customer base with ease, along with detailed tracking and analytics. With its powerful and modern features, ReelEaseAI Connect provides an all-in-one solution to streamline communication and boost your growth. Get started today and begin scaling your earnings with ReelEaseAI Connect.!

Installation Guide

Purpose :
This setup is required to run the ReelEaseAI React Native app on Android devices, iOS simulators, or real devices.

icon Testing & Debugging

    Step 1: Check Setup

  • npx react-native doctor

    Step 2: Run App Debug

  • # For Android
                                    npx react-native run-android
                                    # OR
                                    ./gradlew clean
                                    ./gradlew assembledebug (build debug apk)
                                    
                                    # For iOS
                                    npx react-native run-ios

    Run App Release for Android:

    ./gradlew clean
                                    ./gradlew assemblerelease (build release apk)

    Step 3: Debug

  • 1. Use Console Logs:

    Add console.log() in your code to check API responses, variable values, etc.
  • 2. Open React Native Debugger:

    • Go to your project terminal and run app.
    • Once app is running, press j to open debugger.
    • 3. What You Can Check:

      Console logs, API responses, Network requests, Errors, Redux state.

      4. Check Terminal Errors:

      Always monitor your terminal for build errors or dependency issues.