UNPKG
@dapix/react-native-fio
Version:
latest (0.1.0)
0.1.0
The FIO react-native-fio SDK communicates with the FIO Blockchain.
@dapix/react-native-fio
/
index.js
5 lines
•
188 B
JavaScript
View Raw
1
2
3
4
5
const
fio =
require
(
'./lib/FIOSDK'
);
const
FIOSDK
= fio.
FIOSDK
;
const
constants =
require
(
'./lib/utils/constants'
)
const
fioConstants = constants.
constants
export
{
FIOSDK
, fioConstants };