A forked version of React Native WebView customized for CoolBitX Technology projects.
# Clone the repository
git clone https://github.com/CoolBitX-Technology/react-native-webview.git
# Navigate to project directory
cd react-native-webview
# Install dependencies
yarn install# Run Android example app
yarn run androidNote: Once the build is complete, the example app will automatically open on your connected Android device or emulator.
Update the version in package.json:
{
"version": "13.13.4-cbx.6"
}Example: 13.13.4-cbx.5 → 13.13.4-cbx.6
yarn run publish:npmWhen prompted, enter the new version (e.g., 13.13.4-cbx.6).
Note: Two-factor authentication is required for NPM publishing.
After successful publication, verify the new version at: 📍 https://www.npmjs.com/package/@coolwallet-app/react-native-webview
- NPM Package: @coolwallet-app/react-native-webview
- Original Repository: react-native-webview/react-native-webview
This project maintains the same license as the original react-native-webview project.