diff --git a/README.md b/README.md index b218e4a..5e9e74d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ chatwoot-react-native-widget - **Supported Chatwoot version:** 1.18.0+ -screenshot +screenshot ### Installation @@ -180,4 +180,4 @@ Feel free to send us feedback on [Twitter](https://twitter.com/chatwootapp) or [ If there's anything you'd like to chat about, please feel free to join our [Discord](https://discord.gg/cJXdrwS) chat! -_Chatwoot_ © 2017-2021, Chatwoot Inc - Released under the MIT License. +_Chatwoot_ © 2017-2022, Chatwoot Inc - Released under the MIT License. diff --git a/examples/App.js b/examples/App.js index 6294c32..eb7669e 100644 --- a/examples/App.js +++ b/examples/App.js @@ -13,10 +13,10 @@ import styles from './style'; const App = () => { const [showWidget, toggleWidget] = useState(false); const [user, setUser] = useState({ - identifier: 'sabu_mon@gmail.com', - name: 'Sabu Mon', - avatar_url: 'https://i.pravatar.cc/300', - email: 'sabu_mon@gmail.com', + identifier: 'sandra.lawrence@example.com', + name: 'Sandra Lawrence', + avatar_url: 'https://i.pravatar.cc/150?u=a042581f4e29026704d', + email: 'sandra.lawrence@example.com', identifier_hash: '', }); const customAttributes = { diff --git a/examples/package.json b/examples/package.json index 849d4ce..025e516 100644 --- a/examples/package.json +++ b/examples/package.json @@ -11,7 +11,7 @@ "lint": "eslint ." }, "dependencies": { - "@chatwoot/react-native-widget": "../chatwoot-react-native-widget-0.0.7.tgz", + "@chatwoot/react-native-widget": "^0.0.8", "@react-native-async-storage/async-storage": "^1.14.1", "react": "17.0.1", "react-native": "0.64.0", diff --git a/examples/yarn.lock b/examples/yarn.lock index c1c383a..e311552 100644 --- a/examples/yarn.lock +++ b/examples/yarn.lock @@ -725,9 +725,10 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@chatwoot/react-native-widget@../chatwoot-react-native-widget-0.0.7.tgz": - version "0.0.7" - resolved "../chatwoot-react-native-widget-0.0.7.tgz#461193841e545122184fe9114b824606d9116a4f" +"@chatwoot/react-native-widget@^0.0.8": + version "0.0.8" + resolved "https://registry.yarnpkg.com/@chatwoot/react-native-widget/-/react-native-widget-0.0.8.tgz#e6e198c57c097ec15936d24f00bf99b63a7b9eda" + integrity sha512-KfExH1pci+MnBBM4gZSqgEd9h9W830tZLJYauUjU01GrUnTxkBYbisToFdDkcMwJQQKfYP8IVfbhkSqbhonf2Q== dependencies: react-native-modal "^11.7.0" diff --git a/package.json b/package.json index b4e9375..e32c7ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/react-native-widget", - "version": "0.0.7", + "version": "0.0.8", "description": "React Native widget for Chatwoot", "main": "index.js", "scripts": {