UNPKG
@baqhub/sdk-expo
Version:
latest (0.1.28)
0.1.28
0.1.27
0.1.23
0.1.20
0.1.19
0.1.18
The official Expo SDK for the BAQ federated app platform.
baq.dev
baqhub/baq
@baqhub/sdk-expo
/
build
/
esm
/
src
/
index.js
5 lines
(4 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
// Import polyfills.
import
"@baqhub/sdk-react-native"
;
export
{ asyncStorageAdapter }
from
"@baqhub/sdk-react-native"
;
export
*
from
"./secureStorageAdapter.js"
;