UNPKG
sms-manager
Version:
latest (0.1.0)
0.1.0
sms manager module
github.com/theTrine333/sms-manager
theTrine333/sms-manager
sms-manager
/
src
/
SmsManagerModule.ts
7 lines
(4 loc)
•
210 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
NativeModulesProxy
}
from
"expo-modules-core"
;
import
{
SmsManagerModule
}
from
"./SmsManager.types"
;
const
SmsManager
=
NativeModulesProxy
.
SmsManager
as
SmsManagerModule
;
export
default
SmsManager
;