Skip to content

fix Android exitAnimation #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ Thanks go to these wonderful people:
<table>
<tbody>
<tr>
<td align="center">
<a href="https://github.com/cd-butterfly">
<img src="https://avatars.githubusercontent.com/u/6622823?v=4" width="100;" alt="cd-butterfly"/>
<br />
<sub><b>cd-butterfly</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/baronha">
<img src="https://avatars.githubusercontent.com/u/23580920?v=4" width="100;" alt="baronha"/>
Expand Down Expand Up @@ -258,15 +265,15 @@ Thanks go to these wonderful people:
<sub><b>Denis Bevilacqua</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/ctrleffive">
<img src="https://avatars.githubusercontent.com/u/35224957?v=4" width="100;" alt="ctrleffive"/>
<br />
<sub><b>Chandu J S</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/shafiqjefri">
<img src="https://avatars.githubusercontent.com/u/126740667?v=4" width="100;" alt="shafiqjefri"/>
Expand Down Expand Up @@ -301,13 +308,6 @@ Thanks go to these wonderful people:
<br />
<sub><b>abing</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/cd-butterfly">
<img src="https://avatars.githubusercontent.com/u/6622823?v=4" width="100;" alt="cd-butterfly"/>
<br />
<sub><b>cd-butterfly</b></sub>
</a>
</td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class MultipleImagePickerModule(reactContext: ReactApplicationContext) :
// ANIMATION SLIDE FROM BOTTOM
val animationStyle = PictureWindowAnimationStyle()
animationStyle.setActivityEnterAnimation(com.luck.picture.lib.R.anim.ps_anim_up_in)
animationStyle.setActivityExitAnimation(com.luck.picture.lib.R.anim.ps_anim_up_in)
animationStyle.setActivityExitAnimation(com.luck.picture.lib.R.anim.ps_anim_down_out)

// TITLE BAR
val titleBar = TitleBarStyle()
Expand Down