We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b8145 commit 395c57dCopy full SHA for 395c57d
TimerTip.js
index.js
@@ -1,9 +1,6 @@
1
import ChatInput from './chatinput';
2
import MessageList from './messagelist';
3
-import TimerTip from './TimerTip';
4
-
5
module.exports = {
6
- TimerTip: TimerTip,
7
ChatInput: ChatInput,
8
MessageList: MessageList
9
};
package.json
@@ -1,7 +1,7 @@
{
"name": "react-native-imui",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "react-native im ui",
"main": "index.js",
"scripts": {
0 commit comments