UNPKG
stripe-react-native-apple-pay
Version:
latest (0.4.0)
0.4.0
0.4.0-rc.0
0.3.0
0.3.0-rc.1
0.3.0-rc.0
0.2.0
0.2.0-rc.6
React Native wrapper around Stripe Apple Pay
github.com/team-blaze/stripe-react-native-apple-pay
stripe-react-native-apple-pay
/
lib
/
module
/
types
/
index.js
5 lines
•
226 B
JavaScript
View Raw
1
2
3
4
5
import
*
as
ApplePay
from
'./ApplePay'
;
import
*
as
ApplePayButtonComponent
from
'./components/ApplePayButtonComponent'
;
export
{
ApplePay
,
ApplePayButtonComponent
};
export
*
from
'./Errors'
;
//# sourceMappingURL=index.js.map