react-native-boxes 1.4.33 → 1.4.34

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Modal.tsx +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-boxes",
3
- "version": "1.4.33",
3
+ "version": "1.4.34",
4
4
  "description": "A react native library for rapid development of UI using boxes",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/Modal.tsx CHANGED
@@ -469,6 +469,7 @@ export const DropDownView = (props: DropDownViewProps) => {
469
469
  }
470
470
  return (
471
471
  <PressableView
472
+ key={opt.id}
472
473
  onPress={() => {
473
474
  setVisible(false)
474
475
  props.onSelect(opt.id, opt)