UNPKG
react-native-ibm-mobilefirst-push
Version:
latest (8.0.2020032412)
8.0.2020032412
8.0.2020022509
8.0.2020010109
8.0.2019102104
8.0.2019071506
8.0.2019051709
8.0.2019030111
1.0.0
React Native SDK for IBM Mobile Push. Works with IBM Mobile First.
react-native-ibm-mobilefirst-push
/
index.js
5 lines
(4 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
import
MfpPush
from
'./js/MFPPush'
;
import
MfpSimplePushNotification
from
'./js/MFPSimplePushNotification'
;
export
const
MFPPush
=
new
MfpPush
();
export
const
MFPSimplePushNotification
=
MfpSimplePushNotification
;