3.0.1 • Published 5 months ago

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

Weekly downloads
-
License
Copyright
Repository
github
Last release
5 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

5 months ago

3.0.0

5 months ago

2.1.11

6 months ago

2.1.10

6 months ago

2.1.9

6 months ago

2.1.8

6 months ago

2.1.7

6 months ago

2.1.6

6 months ago

2.1.5

6 months ago

0.1.4

7 months ago