Skip to content

Commit

Permalink
Prepare 0.4.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
fbartho committed Jul 9, 2020
1 parent 394e8fa commit 5006a94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,12 @@ compile project(':react-native-zendesk-chat')
Chat.INSTANCE.init(mReactContext, key);
```

## TODO
## Contributing

- Allow setting form configuration from JS
- Add examples
- Pull Requests are encouraged!
- Be respectful!
- The trunk branch of this repo is called `main`

## License

React Native is MIT licensed, as found in the [LICENSE](https://github.com/taskrabbit/react-native-zendesk-chat/LICENSE) file.
React Native Zendesk Chat is MIT licensed, as found in the [LICENSE](https://github.com/taskrabbit/react-native-zendesk-chat/LICENSE) file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-zendesk-chat",
"version": "0.3.2",
"version": "0.4.0",
"description": "React Native Wrapper around Zopim Zendesk Chat",
"main": "index.js",
"types": "RNZendeskChat.d.ts",
Expand Down

0 comments on commit 5006a94

Please sign in to comment.