GemiBot Application
  • Getting Started
    • Get Started
    • Introduction
      • About Google Gemini Pro Vision
      • Features
    • Prerequisites
    • File Structure
    • Configurations
      • Setting up API key from Google AI Studio
      • Integrating the Gemini AI API Key
    • Installation
    • Support
Powered by GitBook
On this page
  • 1-Installing Dependencies
  • 2-Start React Native Cli server
  • 3-Run project in Simulators
  • 4-You're Done
  • 5-Demo Video

Was this helpful?

  1. Getting Started

Installation

After your system matches the previous requirement, you can not ready to build and run the application.

1-Installing Dependencies

  1. Navigate to 'GemiBot' folder.

  2. In terminal/command prompt window.

  3. Run the following command.

npm install
# or with yarn
# yarn install

2-Start React Native Cli server

npm start
# you can also use npm or yarn
# npm start

3-Run project in Simulators

A) For Android

run following command in terminal and it will run on simulator or on your device if you have connected using USB.

npm run android

B) For iOS

run following command in terminal and it will run on simulator or on your device if you have connected using USB.

npm run ios

4-You're Done

now you can start using the application without any problems

5-Demo Video

If everything is configured properly then the app will run on simulator or on your device

If you're facing any problems please consider contacting us here.

PreviousIntegrating the Gemini AI API KeyNextSupport

Last updated 1 year ago

Was this helpful?