File tree 4 files changed +14
-7
lines changed
4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ To keep this library maintained and up-to-date please consider [sponsoring it on
86
86
## Built With ❤️
87
87
88
88
[ ![ NitroModules] ( https://img.shields.io/badge/Nitro_Modules-0052CC?style=for-the-badge )] ( https://nitro.margelo.com/docs/nitro-modules )
89
- <br >
89
+ <br / >
90
90
[ ![ HXPhotoPicker] ( https://img.shields.io/badge/HXPhotoPicker-F05138?style=for-the-badge )] ( https://github.com/SilenceLove/HXPhotoPicker )
91
- <br >
91
+ <br / >
92
92
[ ![ PictureSelector] ( https://img.shields.io/badge/Picture_Selector-b07219?style=for-the-badge )] ( https://github.com/LuckSiege/PictureSelector )
93
93
94
94
## Star History
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ sidebar_label: Usage
5
5
slug : /usage
6
6
---
7
7
8
- ## Usage
9
-
10
8
Here is a simple usage of the Multiple Image Picker. <br />
11
9
See more [ ** Config** ] ( /config )
12
10
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ description: 🏞 react-native-multiple-image-picker enables applications to pic
7
7
image : img/banner.png
8
8
slug : /
9
9
---
10
+
10
11
import ReactPlayer from 'react-player'
11
12
12
13
![ Logo] [ Logo ]
@@ -44,9 +45,11 @@ To keep this library maintained and up-to-date please consider [sponsoring it on
44
45
45
46
## Built With ❤️
46
47
47
- - [ react-native-nitro-modules] ( https://nitro.margelo.com/docs/nitro-modules )
48
- - [ HXPhotoPicker] ( https://github.com/SilenceLove/HXPhotoPicker )
49
- - [ PictureSelector] ( https://github.com/LuckSiege/PictureSelector )
48
+ [ ![ NitroModules] ( https://img.shields.io/badge/Nitro_Modules-0052CC?style=for-the-badge )] ( https://nitro.margelo.com/docs/nitro-modules )
49
+
50
+ [ ![ HXPhotoPicker] ( https://img.shields.io/badge/HXPhotoPicker-F05138?style=for-the-badge )] ( https://github.com/SilenceLove/HXPhotoPicker )
51
+
52
+ [ ![ PictureSelector] ( https://img.shields.io/badge/Picture_Selector-b07219?style=for-the-badge )] ( https://github.com/LuckSiege/PictureSelector )
50
53
51
54
<!-- Badge for README -->
52
55
Original file line number Diff line number Diff line change @@ -100,6 +100,12 @@ const config: Config = {
100
100
label : 'GitHub' ,
101
101
position : 'right' ,
102
102
} ,
103
+
104
+ {
105
+ href : 'https://apps.apple.com/vn/app/binsoo-photo-filters-editor/id6502683720' ,
106
+ label : '✨ Binsoo - Photo Editor' ,
107
+ position : 'right' ,
108
+ } ,
103
109
] ,
104
110
} ,
105
111
You can’t perform that action at this time.
0 commit comments