Skip to content

A modern mobile application that enables users to browse multiple web pages simultaneously in a seamless interface

License

Notifications You must be signed in to change notification settings

kehhhh/multi-view-browser

Repository files navigation

Multi-View Browser

A modern mobile application that enables users to browse multiple web pages simultaneously in a seamless interface.

Features

  • Multiple web views in a single screen
  • Easy navigation between different web pages
  • Customizable layout options
  • Responsive design for various screen sizes
  • Cross-platform support (iOS and Android)

Download

Get the latest version of Multi-View Browser: Download APK

Installation

  1. Clone the repository:
git clone https://github.com/kehhhh/multi-view-browser.git
cd multi-view-browser
  1. Install dependencies:
npm install
  1. Start the development server:
npm start

Running the App

  • For iOS:
npm run ios
  • For Android:
npm run android

Development Requirements

  • Node.js (v14 or higher)
  • npm or yarn
  • Expo CLI
  • iOS Simulator (for iOS development)
  • Android Studio and Android SDK (for Android development)

Building and Releasing

Building the APK

  1. Install the latest EAS CLI:
npm install -g eas-cli
  1. Build the APK using EAS:
eas build -p android --profile preview

Releasing on GitHub

  1. Go to your repository's Releases page
  2. Click "Create a new release"
  3. Tag version (e.g., v1.0.0)
  4. Title the release (e.g., "Version 1.0.0")
  5. Add release notes describing the changes
  6. Upload the generated APK file
  7. Mark as pre-release if needed
  8. Click "Publish release"

Note: Make sure to sign your APK before release. You can configure signing in eas.json.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you encounter any issues or have questions, please:

  1. Check the Issues page
  2. Create a new issue if your problem isn't already listed

Acknowledgments

  • Thanks to all contributors who have helped shape this project
  • Built with Expo and React Native

About

A modern mobile application that enables users to browse multiple web pages simultaneously in a seamless interface

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published