react-native-srschat 0.1.38 → 0.1.39

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -115,6 +115,7 @@ export default function App() {
115
115
  },
116
116
  showIcon: showIcon, // true or false, show the chat icon – no prop defaults to true
117
117
  toggleChat: toggleChat // toggle the chat window
118
+ setToggleChat: (value) => setToggleChat(value)
118
119
  }
119
120
 
120
121
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-srschat",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
4
4
  "private": false,
5
5
  "description": "A modern, sophisticated chat interface for React Native",
6
6
  "main": "lib/commonjs/index",