UNPKG
@kchdully/react-native-iap
Version:
latest (13.0.5)
13.0.5
13.0.4
React Native In App Purchase Module.
github.com/hyochan/react-native-iap
hyochan/react-native-iap
@kchdully/react-native-iap
/
src
/
modules
/
index.ts
5 lines
(4 loc)
•
102 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
'./amazon'
;
export
*
from
'./android'
;
export
*
from
'./ios'
;
export
*
from
'./common'
;