File tree 5 files changed +12
-11
lines changed 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ chatwoot-react-native-widget
9
9
10
10
- ** Supported Chatwoot version:** 1.18.0+
11
11
12
- <img src =" https://user-images.githubusercontent.com/12408980/112000864-99ef4d80-8adb-11eb-94c1-9901a13b4dd4 .png " alt =" screenshot " width =" 350 " >
12
+ <img src =" https://user-images.githubusercontent.com/12408980/203909820-938136a6-bf5b-433e-9f68-d7f28a1303be .png " alt =" screenshot " width =" 350 " >
13
13
14
14
### Installation
15
15
@@ -180,4 +180,4 @@ Feel free to send us feedback on [Twitter](https://twitter.com/chatwootapp) or [
180
180
181
181
If there's anything you'd like to chat about, please feel free to join our [ Discord] ( https://discord.gg/cJXdrwS ) chat!
182
182
183
- _ Chatwoot_ © ; 2017-2021 , Chatwoot Inc - Released under the MIT License.
183
+ _ Chatwoot_ © ; 2017-2022 , Chatwoot Inc - Released under the MIT License.
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ import styles from './style';
13
13
const App = ( ) => {
14
14
const [ showWidget , toggleWidget ] = useState ( false ) ;
15
15
const [ user , setUser ] = useState ( {
16
- identifier : 'sabu_mon@gmail .com' ,
17
- name : 'Sabu Mon ' ,
18
- avatar_url : 'https://i.pravatar.cc/300 ' ,
19
- email : 'sabu_mon@gmail .com' ,
16
+ identifier : 'sandra.lawrence@example .com' ,
17
+ name : 'Sandra Lawrence ' ,
18
+ avatar_url : 'https://i.pravatar.cc/150?u=a042581f4e29026704d ' ,
19
+ email : 'sandra.lawrence@example .com' ,
20
20
identifier_hash : '' ,
21
21
} ) ;
22
22
const customAttributes = {
Original file line number Diff line number Diff line change 11
11
"lint" : " eslint ."
12
12
},
13
13
"dependencies" : {
14
- "@chatwoot/react-native-widget" : " ../chatwoot-react-native-widget- 0.0.7.tgz " ,
14
+ "@chatwoot/react-native-widget" : " ^ 0.0.8 " ,
15
15
"@react-native-async-storage/async-storage" : " ^1.14.1" ,
16
16
"react" : " 17.0.1" ,
17
17
"react-native" : " 0.64.0" ,
Original file line number Diff line number Diff line change 725
725
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
726
726
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
727
727
728
- " @chatwoot/react-native-widget@../chatwoot-react-native-widget-0.0.7.tgz " :
729
- version "0.0.7"
730
- resolved "../chatwoot-react-native-widget-0.0.7.tgz#461193841e545122184fe9114b824606d9116a4f"
728
+ " @chatwoot/react-native-widget@^0.0.8 " :
729
+ version "0.0.8"
730
+ resolved "https://registry.yarnpkg.com/@chatwoot/react-native-widget/-/react-native-widget-0.0.8.tgz#e6e198c57c097ec15936d24f00bf99b63a7b9eda"
731
+ integrity sha512-KfExH1pci+MnBBM4gZSqgEd9h9W830tZLJYauUjU01GrUnTxkBYbisToFdDkcMwJQQKfYP8IVfbhkSqbhonf2Q==
731
732
dependencies :
732
733
react-native-modal "^11.7.0"
733
734
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chatwoot/react-native-widget" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"description" : " React Native widget for Chatwoot" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments