Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added patch-package to experiment easily to README.md #704

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# React Native Dropdown Picker

<p align="left">

Check failure on line 3 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: p]
<a href="https://github.com/hossein-zare/react-native-dropdown-picker/blob/dev-5.x/LICENSE">

Check failure on line 4 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: a]
<img src="https://img.shields.io/badge/license-MIT-blue.svg"

Check failure on line 5 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: img]
alt="react-native-dropdown-picker is released under the MIT license." />
</a>
<a href="https://www.npmjs.org/package/react-native-dropdown-picker">

Check failure on line 8 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: a]
<img src="https://img.shields.io/npm/v/react-native-dropdown-picker?color=brightgreen&label=npm%20package"

Check failure on line 9 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: img]
alt="Current npm package version." />
</a>
</p>

## Screenshots

<p float="left">

Check failure on line 16 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: p]
<img src="https://user-images.githubusercontent.com/56504893/116790110-e0b36880-aac7-11eb-9ebd-196acee64f7a.png"

Check failure on line 17 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: img]
width="270" alt="Screenshot showing basic dropdown" />
<img src="https://user-images.githubusercontent.com/56504893/116789802-faec4700-aac5-11eb-837b-86f18cbfcf3d.png"

Check failure on line 19 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: img]
width="270" alt="Screenshot showing badges" />
<img src="https://user-images.githubusercontent.com/56504893/116789839-2c651280-aac6-11eb-99e0-b43b608ed8c7.png"

Check failure on line 21 in README.md

View workflow job for this annotation

GitHub Actions / Lint Markdown files

Inline HTML [Element: img]
width="270" alt="Screenshot showing dark theme and parent items" />
</p>

Expand Down Expand Up @@ -58,6 +58,8 @@

* Verify the development branch has all the changes desired in the release and
works well
* You can test changes to the library and experiment easily
with [patch-package](https://www.npmjs.com/package/patch-package)
* Use `npm pack` to test the new version of the library locally and check it
works correctly;
see [https://dev.to/scooperdev/use-npm-pack-to-test-your-packages-locally-486e](https://dev.to/scooperdev/use-npm-pack-to-test-your-packages-locally-486e)
Expand Down
Loading