0.1.8 • Published 23 days ago

transfi-ramp-react-native-sdk v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
23 days ago

transfi-ramp-react-native-sdk

react native webview sdk

Installation

npm install transfi-ramp-react-native-sdk

Usage

import { TransfiRampReactNativeSdkView } from "transfi-ramp-react-native-sdk";

// ...

<TransfiRampReactNativeSdkView
      styles={styles.webview}
      source={{ uri: 'https://buy.transfi.com/?apiKey=[YOUR_API_KEY]' }}
      javaScriptEnabled={true}
      messagingEnabled={true}
      domStorageEnabled={true}
      onMessage={(event) => {
        console.log('event', event?.nativeEvent?.data);
      }}
    />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

transfi-ramp-react-native-sdk

0.1.8

23 days ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago