UNPKG
react-native-braintree-payments-drop-in
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0
React Native integration of Braintree Drop-in
react-native-braintree-payments-drop-in
/
index.js
6 lines
(3 loc)
•
127 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
NativeModules
}
from
'react-native'
;
const
{
RNBraintreeDropIn
} =
NativeModules
;
export
default
RNBraintreeDropIn
;