This repository contains the mobile application Gemini, developed with React Native and Expo.
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.
- 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.
To install and run the application, follow these steps:
-
Clone this repository:
git clone https://github.com/enocben/gemini-app.git
-
Navigate to the project directory:
cd gemini-app -
Install the dependencies:
npm install
or
yarn install
-
Start the application:
expo start
app/index.tsx: Main entry point of the application, containing the primary component that integrates the WebView and the status bar.
Contributions are welcome! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add new feature' - Push the changes to your fork:
git push origin feature/your-feature-name
- Create a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more details.