File tree 2 files changed +10
-10
lines changed
android/src/main/java/com/reactnativemultipleimagepicker
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:
223
223
<table >
224
224
<tbody>
225
225
<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>
226
233
<td align="center">
227
234
<a href="https://github.com/baronha">
228
235
<img src="https://avatars.githubusercontent.com/u/23580920?v=4" width="100;" alt="baronha"/>
@@ -258,15 +265,15 @@ Thanks go to these wonderful people:
258
265
<sub><b>Denis Bevilacqua</b></sub>
259
266
</a>
260
267
</td>
268
+ </tr>
269
+ <tr>
261
270
<td align="center">
262
271
<a href="https://github.com/ctrleffive">
263
272
<img src="https://avatars.githubusercontent.com/u/35224957?v=4" width="100;" alt="ctrleffive"/>
264
273
<br />
265
274
<sub><b>Chandu J S</b></sub>
266
275
</a>
267
276
</td>
268
- </tr>
269
- <tr>
270
277
<td align="center">
271
278
<a href="https://github.com/shafiqjefri">
272
279
<img src="https://avatars.githubusercontent.com/u/126740667?v=4" width="100;" alt="shafiqjefri"/>
@@ -301,13 +308,6 @@ Thanks go to these wonderful people:
301
308
<br />
302
309
<sub><b>abing</b></sub>
303
310
</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>
311
311
</td>
312
312
</tr>
313
313
<tr>
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ class MultipleImagePickerModule(reactContext: ReactApplicationContext) :
163
163
// ANIMATION SLIDE FROM BOTTOM
164
164
val animationStyle = PictureWindowAnimationStyle ()
165
165
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 )
167
167
168
168
// TITLE BAR
169
169
val titleBar = TitleBarStyle ()
You can’t perform that action at this time.
0 commit comments