movius-chats 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -50,7 +50,8 @@ module.exports = {
50
50
  ## Basic Usage
51
51
 
52
52
  ```typescript
53
- import { ChatScreen, Message } from 'movius-chats';
53
+ import ChatScreen from 'movius-chats';
54
+ import { Message } from 'movius-chats/lib/typescript/types';
54
55
  import { useState } from 'react';
55
56
 
56
57
  const App = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "movius-chats",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "A highly customizable, feature-rich chat interface component for React Native applications",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",