Skip to content

enocben/gemini-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemini App

This repository contains the mobile application Gemini, developed with React Native and Expo.

Description

The Gemini application uses a WebView to display the content of the Gemini website. It is designed to provide a seamless and integrated user experience on mobile devices.

Note: This application is for educational purposes only and is not the official Gemini application.

Features

  • WebView Integration: Embeds a WebView to display the web content of Gemini.
  • Expo Compatibility: Utilizes Expo for easy development and deployment.
  • Status Bar Customization: Customizes the status bar using Expo.

Installation

To install and run the application, follow these steps:

  1. Clone this repository:

    git clone https://github.com/enocben/gemini-app.git
  2. Navigate to the project directory:

    cd gemini-app
  3. Install the dependencies:

    npm install

    or

    yarn install
  4. Start the application:

    expo start

Project Structure

  • app/index.tsx: Main entry point of the application, containing the primary component that integrates the WebView and the status bar.

Contribution

Contributions are welcome! If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m 'Add new feature'
  4. Push the changes to your fork:
    git push origin feature/your-feature-name
  5. Create a Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published