Skip to content

CoolBitX-Technology/react-native-webview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native WebView

A forked version of React Native WebView customized for CoolBitX Technology projects.

🚀 Getting Started

Clone and Install

# 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

Build for Android

# Run Android example app
yarn run android

Note: Once the build is complete, the example app will automatically open on your connected Android device or emulator.

📦 Publishing

1. Update Version

Update the version in package.json:

{
  "version": "13.13.4-cbx.6"
}

Example: 13.13.4-cbx.513.13.4-cbx.6

2. Publish to NPM

yarn run publish:npm

When prompted, enter the new version (e.g., 13.13.4-cbx.6).

Note: Two-factor authentication is required for NPM publishing.

3. Verify Publication

After successful publication, verify the new version at: 📍 https://www.npmjs.com/package/@coolwallet-app/react-native-webview

🔗 Links

📄 License

This project maintains the same license as the original react-native-webview project.

Packages

No packages published

Languages

  • TypeScript 28.4%
  • Java 24.0%
  • Objective-C 16.5%
  • C++ 12.6%
  • Objective-C++ 7.8%
  • Kotlin 7.6%
  • Other 3.1%