Skip to content

Commit 7c84c89

Browse files
committed
version updated
1 parent 5b8995a commit 7c84c89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ export default class Example extends React.Component {
9696
| allItemsColor | #000 | `string` | - |
9797
| selectedItemBorderColor | '#cecece' | `string` | - |
9898
| fontSize | - | `number` | - |
99-
| fontFamily | 'Arial | `string` | - |
99+
| fontFamily | 'Arial' | `string` | - |
100100
| topGradientColors | [...] | `Array<string>` | See default value in source.
101101
| bottomGradientColors | [...] | `Array<string>` | See default value in source. |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-dynamically-selected-picker",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "React Native Custom Picker for Android and IOS with onScroll change selected items",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)