Skip to content

Commit

Permalink
📝 Update README.md to make previews more visible (#574)
Browse files Browse the repository at this point in the history
Currently, the previews are in one line and are not visible, unless zoomed in or clicked on. This way can add extra steps to view one simple image
  • Loading branch information
gagtic authored Oct 28, 2024
1 parent fe713d4 commit 677bc9b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
[![npm version](https://img.shields.io/npm/v/@react-native-picker/picker.svg)](https://www.npmjs.com/package/@react-native-picker/picker)
[![Build](https://github.com/react-native-picker/picker/workflows/Build/badge.svg)](https://github.com/react-native-picker/picker/actions) ![Supports Android, iOS, MacOS, and Windows](https://img.shields.io/badge/platforms-android%20|%20ios|%20macos|%20windows-lightgrey.svg) ![MIT License](https://img.shields.io/npm/l/@react-native-picker/picker.svg) [![Lean Core Extracted](https://img.shields.io/badge/Lean%20Core-Extracted-brightgreen.svg)](https://github.com/facebook/react-native/issues/23313)

| Android | iOS | PickerIOS | Windows | MacOS |
| --- | --- | --- | --- | --- |
| <img src="./screenshots/picker-android.png" width="150"> | <img src="./screenshots/picker-ios.png" width="150"> | <img src="./screenshots/pickerios-ios.png" width="150"> | <img src="./screenshots/picker-windows.png" width="300"> | <img src="./screenshots/picker-macos.png" width="300">
| Android | iOS | PickerIOS |
| --- | --- | --- |
| <img src="./screenshots/picker-android.png" width="220"> | <img src="./screenshots/picker-ios.png" width="220"> | <img src="./screenshots/pickerios-ios.png" width="220">

| Windows | MacOS |
| --- | --- |
| <img src="./screenshots/picker-windows.png" width="344"> | <img src="./screenshots/picker-macos.png" width="344">

## Supported Versions

Expand Down

0 comments on commit 677bc9b

Please sign in to comment.