unicorn-demo-app 6.23.2 → 6.24.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unicorn-demo-app",
3
- "version": "6.23.2",
3
+ "version": "6.24.0",
4
4
  "main": "src/index.js",
5
5
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
6
6
  "license": "MIT",
@@ -20,8 +20,8 @@
20
20
  "shell-utils": "^1.0.10"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "^16.0.0",
24
- "react-native": "^0.51.0",
23
+ "react": "^18.0.0",
24
+ "react-native": "^0.69.1",
25
25
  "react-native-ui-lib": "*",
26
26
  "semver": "^5.5.0"
27
27
  }
@@ -126,8 +126,8 @@ export default class PickerScreen extends Component {
126
126
  <Picker
127
127
  title="Wheel Picker"
128
128
  placeholder="Pick a Language"
129
- // useNativePicker
130
- useWheelPicker
129
+ useNativePicker
130
+ // useWheelPicker
131
131
  value={this.state.nativePickerValue}
132
132
  onChange={nativePickerValue => this.setState({nativePickerValue})}
133
133
  rightIconSource={dropdown}