react-native-onmeeting-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.14 • Public • Published

CREATE REACT-NATIVE MODULE

1. Documents

https://reactnative.dev/docs/native-modules-setup

2. Create command

npx create-react-native-library react-native-onmeeting-sdk

3. Publish module to NPM

npm login
npm publish

4. Android

Requirements

Android 6 (SDK API 23) or higher

Declare repository with project level

maven { url "https://github.com/namvietsupport/onmeeting-lib/raw/main/releases" }
maven { url 'https://www.jitpack.io' }

Add enableVmCleanup to build.grable project level

Add

enableVmCleanup: false,

To

project.ext.react = []

Sample:

project.ext.react = [
    enableHermes: true,  // clean and rebuild if changing
    enableVmCleanup: false, //this
]

After add this line run cmd to reset cache npm run start --reset-cache

Remove android:allowBackup="true" in AndroidManifest.xml

Readme

Keywords

Package Sidebar

Install

npm i react-native-onmeeting-sdk

Weekly Downloads

0

Version

0.1.14

License

MIT

Unpacked Size

133 MB

Total Files

540

Last publish

Collaborators

  • namvietsupport