UNPKG

react-native-reliantid-authorize-net

Version:

`react-native-reliantid-authorize-net` is a package that allows you to: Fetch token by sending `card detail` to `AcceptSDK` for iOS and Android. You need to use this token to get the values of `DATA DESCRIPTOR` and `DATA VALUE` from the token.

6 lines (3 loc) 118 B
import { NativeModules } from 'react-native' const { RNAuthorizeNet } = NativeModules export default RNAuthorizeNet