File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
android/src/main/java/com/reactnativemultipleimagepicker Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,13 @@ Thanks go to these wonderful people:
223223<table >
224224 <tbody>
225225 <tr>
226+ <td align="center">
227+ <a href="https://github.com/cd-butterfly">
228+ <img src="https://avatars.githubusercontent.com/u/6622823?v=4" width="100;" alt="cd-butterfly"/>
229+ <br />
230+ <sub><b>cd-butterfly</b></sub>
231+ </a>
232+ </td>
226233 <td align="center">
227234 <a href="https://github.com/baronha">
228235 <img src="https://avatars.githubusercontent.com/u/23580920?v=4" width="100;" alt="baronha"/>
@@ -258,15 +265,15 @@ Thanks go to these wonderful people:
258265 <sub><b>Denis Bevilacqua</b></sub>
259266 </a>
260267 </td>
268+ </tr>
269+ <tr>
261270 <td align="center">
262271 <a href="https://github.com/ctrleffive">
263272 <img src="https://avatars.githubusercontent.com/u/35224957?v=4" width="100;" alt="ctrleffive"/>
264273 <br />
265274 <sub><b>Chandu J S</b></sub>
266275 </a>
267276 </td>
268- </tr>
269- <tr>
270277 <td align="center">
271278 <a href="https://github.com/shafiqjefri">
272279 <img src="https://avatars.githubusercontent.com/u/126740667?v=4" width="100;" alt="shafiqjefri"/>
@@ -301,13 +308,6 @@ Thanks go to these wonderful people:
301308 <br />
302309 <sub><b>abing</b></sub>
303310 </a>
304- </td>
305- <td align="center">
306- <a href="https://github.com/cd-butterfly">
307- <img src="https://avatars.githubusercontent.com/u/6622823?v=4" width="100;" alt="cd-butterfly"/>
308- <br />
309- <sub><b>cd-butterfly</b></sub>
310- </a>
311311 </td>
312312 </tr>
313313 <tr>
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ class MultipleImagePickerModule(reactContext: ReactApplicationContext) :
163163 // ANIMATION SLIDE FROM BOTTOM
164164 val animationStyle = PictureWindowAnimationStyle ()
165165 animationStyle.setActivityEnterAnimation(com.luck.picture.lib.R .anim.ps_anim_up_in)
166- animationStyle.setActivityExitAnimation(com.luck.picture.lib.R .anim.ps_anim_up_in )
166+ animationStyle.setActivityExitAnimation(com.luck.picture.lib.R .anim.ps_anim_down_out )
167167
168168 // TITLE BAR
169169 val titleBar = TitleBarStyle ()
You can’t perform that action at this time.
0 commit comments