UNPKG

react-native-authorize-net

Version:

`react-native-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.

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