UNPKG
react-native-zendesk-chat-api
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Native modules for interacting with the Zendesk Chat API
react-native-zendesk-chat-api
/
index.js
7 lines
(4 loc)
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
NativeModules
}
from
'react-native'
;
const
{
RNZendeskChatApi
} =
NativeModules
;
export
{
default
as
ZendeskClient
}
from
'./ZendeskClient'
;
export
default
RNZendeskChatApi
;