React Native SDK
Installation
$ npm install --save react-native-webview
$ npm install --save react-native-pinwheel
# iOS only
$ cd ios && pod install
You can find the npm package here.
Usage
The PinwheelLink
component is a view that you can integrate into your app's flow. The Link token and optional callback handlers are passed in as props.
import PinwheelLink from "react-native-pinwheel";
<PinwheelLink linkToken={token} />;
You can see a full list of props and optional callbacks here.
Updated 9 months ago