UNPKG
react-native-yookassa
Version:
latest (3.6.0)
3.6.0
3.5.0
3.4.0
3.3.0
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.3.0
2.2.0
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
YooKassa payments for React Native
github.com/Qudaeo/react-native-yookassa
react-native-yookassa
/
src
/
index.ts
8 lines
(6 loc)
•
207 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./Payment'
;
export
*
from
'./PaymentToken'
;
export
*
from
'./Shop'
;
export
*
from
'./TestParams'
;
export
*
from
'./YandexPayment'
;
export
{
YandexPayment
as
default
}
from
'./YandexPayment'
;