UNPKG
react-chat-elements-av
Version:
latest (10.9.5)
10.9.5
10.9.4
10.9.3
10.9.2
10.9.1
10.9.0
10.8.5
10.8.4
10.8.3
10.8.2
10.8.1
Reactjs chat components
github.com/detaysoft/react-chat-elements
detaysoft/react-chat-elements
react-chat-elements-av
/
index.js
5 lines
(3 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
import
{
AppRegistry
}
from
'react-native'
;
import
App
from
'./example-native/App'
;
AppRegistry
.
registerComponent
(
'example'
,
() =>
App
);