react-native-button-sdk

React Native module for using the Button SDK.

Usage no npm install needed!

<script type="module">
  import reactNativeButtonSdk from 'https://cdn.skypack.dev/react-native-button-sdk';
</script>

README

react-native-button-sdk

Getting started

$ npm install react-native-button-sdk --save

Mostly automatic installation

$ react-native link react-native-button-sdk

Usage

import ButtonSdk from 'react-native-button-sdk';

// TODO: What to do with the module?
ButtonSdk;