0.1.8 • Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago