0.1.14 • Published 2 years ago

react-native-onmeeting-sdk v0.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago