We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c357414 commit dc2c242Copy full SHA for dc2c242
index.js
@@ -30,7 +30,7 @@ class PickerAndroidItem extends React.Component{
30
31
export default class PickerAndroid extends React.Component{
32
33
- static item = PickerAndroidItem;
+ static Item = PickerAndroidItem;
34
35
static propTypes = {
36
//picker's style
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-picker-android",
3
- "version": "0.3.2",
+ "version": "0.3.3",
4
"description": "react-native-picker-android",
5
"main": "index.js",
6
"scripts": {
0 commit comments