UNPKG
react-chat-elements-v2
Version:
latest (0.0.9)
10.1.7
10.1.6
10.1.4
10.1.3
10.1.2
10.1.1
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Reactjs chat components
github.com/jamalabo1/react-chat-elements
jamalabo1/react-chat-elements
react-chat-elements-v2
/
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
);