3.0.1 • Published 9 months ago

@oscilar/react-native-oscilar-module v3.0.1

Weekly downloads
-
License
Copyright
Repository
github
Last release
9 months ago

react-native-oscilar-module

Oscilar module for React Native

Installation

   yarn

Build & run

   yarn example android

or

   yarn example ios

Usage

import { initOscilar, generateTransactionID } from '@oscilar/react-native-oscilar-module';

// App initialization

useEffect(() => {
    (async () => {
        await initOscilar(clientKey);
    })();
}, []);

// Generating Transaction ID

const transactionID = await generateTransactionID();

Native iOS SDK Version

The version of the native iOS SDK used by this module can be found in the OscilarModule.podspec file.

License

Copyright

3.0.1

9 months ago

3.0.0

10 months ago

2.1.11

10 months ago

2.1.10

10 months ago

2.1.9

11 months ago

2.1.8

11 months ago

2.1.7

11 months ago

2.1.6

11 months ago

2.1.5

11 months ago

0.1.4

12 months ago