Skip to content

✨ feat: add more document #183

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

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ To keep this library maintained and up-to-date please consider [sponsoring it on
## Built With ❤️

[![NitroModules](https://img.shields.io/badge/Nitro_Modules-0052CC?style=for-the-badge)](https://nitro.margelo.com/docs/nitro-modules)
<br>
<br/>
[![HXPhotoPicker](https://img.shields.io/badge/HXPhotoPicker-F05138?style=for-the-badge)](https://github.com/SilenceLove/HXPhotoPicker)
<br>
<br/>
[![PictureSelector](https://img.shields.io/badge/Picture_Selector-b07219?style=for-the-badge)](https://github.com/LuckSiege/PictureSelector)

## Star History
Expand Down
2 changes: 0 additions & 2 deletions docs/docs/USAGE.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ sidebar_label: Usage
slug: /usage
---

## Usage

Here is a simple usage of the Multiple Image Picker. <br/>
See more [**Config**](/config)

Expand Down
9 changes: 6 additions & 3 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description: 🏞 react-native-multiple-image-picker enables applications to pic
image: img/banner.png
slug: /
---

import ReactPlayer from 'react-player'

![Logo][Logo]
Expand Down Expand Up @@ -44,9 +45,11 @@ To keep this library maintained and up-to-date please consider [sponsoring it on

## Built With ❤️

- [react-native-nitro-modules](https://nitro.margelo.com/docs/nitro-modules)
- [HXPhotoPicker](https://github.com/SilenceLove/HXPhotoPicker)
- [PictureSelector](https://github.com/LuckSiege/PictureSelector)
[![NitroModules](https://img.shields.io/badge/Nitro_Modules-0052CC?style=for-the-badge)](https://nitro.margelo.com/docs/nitro-modules)

[![HXPhotoPicker](https://img.shields.io/badge/HXPhotoPicker-F05138?style=for-the-badge)](https://github.com/SilenceLove/HXPhotoPicker)

[![PictureSelector](https://img.shields.io/badge/Picture_Selector-b07219?style=for-the-badge)](https://github.com/LuckSiege/PictureSelector)

<!-- Badge for README -->

Expand Down
6 changes: 6 additions & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ const config: Config = {
label: 'GitHub',
position: 'right',
},

{
href: 'https://apps.apple.com/vn/app/binsoo-photo-filters-editor/id6502683720',
label: '✨ Binsoo - Photo Editor',
position: 'right',
},
],
},

Expand Down