diff --git a/README.md b/README.md index fd387220..51ff374d 100644 --- a/README.md +++ b/README.md @@ -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) -
+
[![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) ## Star History diff --git a/docs/docs/USAGE.mdx b/docs/docs/USAGE.mdx index 3589cb87..7ae33257 100644 --- a/docs/docs/USAGE.mdx +++ b/docs/docs/USAGE.mdx @@ -5,8 +5,6 @@ sidebar_label: Usage slug: /usage --- -## Usage - Here is a simple usage of the Multiple Image Picker.
See more [**Config**](/config) diff --git a/docs/docs/index.md b/docs/docs/index.md index 48f91eff..234bd32d 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -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] @@ -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) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 9e5db7ec..4e4110f0 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -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', + }, ], },