A modern mobile application that enables users to browse multiple web pages simultaneously in a seamless interface.
- 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)
Get the latest version of Multi-View Browser:
- Clone the repository:
git clone https://github.com/kehhhh/multi-view-browser.git
cd multi-view-browser- Install dependencies:
npm install- Start the development server:
npm start- For iOS:
npm run ios- For Android:
npm run android- Node.js (v14 or higher)
- npm or yarn
- Expo CLI
- iOS Simulator (for iOS development)
- Android Studio and Android SDK (for Android development)
- Install the latest EAS CLI:
npm install -g eas-cli- Build the APK using EAS:
eas build -p android --profile preview- Go to your repository's Releases page
- Click "Create a new release"
- Tag version (e.g., v1.0.0)
- Title the release (e.g., "Version 1.0.0")
- Add release notes describing the changes
- Upload the generated APK file
- Mark as pre-release if needed
- Click "Publish release"
Note: Make sure to sign your APK before release. You can configure signing in eas.json.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any issues or have questions, please:
- Check the Issues page
- Create a new issue if your problem isn't already listed
- Thanks to all contributors who have helped shape this project
- Built with Expo and React Native