UNPKG

react-native-chartbeat-sdk

Version:

The React Native Chartbeat SDK is a native library providing Chartbeat tracking functionality for Android and iOS apps.

5 lines (3 loc) 106 B
import {NativeModules} from 'react-native'; const {Chartbeat} = NativeModules; export default Chartbeat;