react-native-native-select 1.0.0 → 1.0.1

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ It leverages actual OS primitives: `UIMenu` (iOS 14+), `UIPickerView` (iOS Wheel
8
8
 
9
9
  | iOS (Dropdown Mode) | iOS (Dialog/Wheel Mode) | Android |
10
10
  |:---:|:---:|:---:|
11
- | *[Insert Screenshot of iOS Select with open Menu]* | *[Insert Screenshot of iOS Bottom Wheel picker]* | *[Insert Screenshot of Android Dropdown]* |
11
+ | ![react-native-native-select-dropdown (3)](https://github.com/user-attachments/assets/8a65c76b-f0a8-4f89-88d3-49000abe354d) | *![react-native-native-select-wheel](https://github.com/user-attachments/assets/71d98f6c-984a-49e8-bc98-abbfb86de535) | ![untitled](https://github.com/user-attachments/assets/5936637a-e63a-445c-9c9f-3a05940b6f9e) |
12
12
  | *Native UIMenu (iOS 14+)* | *Classic UIPickerView* | *Native AppCompatSpinner* |
13
13
 
14
14
  ## Why this library?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-native-select",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "react-native-native-select is a strictly native, performant Select component for React Native built exclusively for the New Architecture.",
5
5
 
6
6
  "main": "src/index.ts",