diff --git a/README.md b/README.md index 942133f..18dbdca 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,6 @@ Look for the label `Good First Task` on the issues. Click [here](https://github. #### NOT STARTED - [ ] Add Theming & Default Styles to all of the Components -- [ ] Add DatePicker/Calendar Component - [ ] Add Image Component which supports parallax - [ ] Compatibility with react-native-windows - [ ] Something you's like to see? Submit an [issue](https://github.com/rghorbani/react-native-common/issues/new) or a [pull request](https://github.com/rghorbani/react-native-common/pulls) @@ -88,3 +87,8 @@ Look for the label `Good First Task` on the issues. Click [here](https://github. ## Contributing Interested in contributing to this repo? Have a look at our [Contributing Guide](https://github.com/rghorbani/react-native-common/blob/master/.github/CONTRIBUTING.MD) + +## Related Projects + +#### [react-native-general-calendars](https://github.com/rghorbani/react-native-general-calendars) +A `react-native` component with support of gregorian, jalaali and hijri calendar to selectand work with date and time, created by [@rghorbani](https://github.com/rghorbani). diff --git a/package.json b/package.json index 3dc5081..3a59327 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-common", - "version": "0.17.0", + "version": "0.17.1", "description": "React Native common components", "main": "src/index.js", "scripts": {