/react-native-sample-native-module

The react-native native module sample.

Primary LanguageKotlinMIT LicenseMIT

react-native-sample-native-module

The react-native native library sample.

Installation

npm install react-native-sample-native-module

Usage

import SampleNativeModule from "react-native-sample-native-module";

// ...

const deviceName = await SampleNativeModule.getDeviceName();

License

MIT