Skip to content

Commit de92ca1

Browse files
authored
Merge pull request #162 from cd-butterfly/main
fix Android exitAnimation
2 parents e2f68e1 + 4367508 commit de92ca1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff 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>

android/src/main/java/com/reactnativemultipleimagepicker/MultipleImagePickerModule.kt

+1-1
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)