Skip to content
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

feat: keyboard avoid #73

Merged
merged 2 commits into from
Dec 24, 2023
Merged

feat: keyboard avoid #73

merged 2 commits into from
Dec 24, 2023

Conversation

mgefimov
Copy link
Collaborator

@mgefimov mgefimov commented Dec 9, 2023

keyboard avoidance support added #62

closes #62

Copy link
Owner

@vonovak vonovak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello @mgefimov and thank you fro your PR!

as it is now, the position updates even when the toast is not occluded by keyboard:

for example, when you display toast like this:

Toast.showWithGravity(
                'This is a centered toast.',
                Toast.SHORT,
                Toast.CENTER,
              );

and then show the keyboard, the toast moves up, but I would expect it to stay in place. What do you think about implementing keyboard avoidance only if gravity is bottom?

@mgefimov
Copy link
Collaborator Author

Hello @vonovak, thank you for your review! I have implemented keyboard avoidance only if gravity is bottom.

@vonovak vonovak merged commit 15b5251 into vonovak:master Dec 24, 2023
3 checks passed
@vonovak
Copy link
Owner

vonovak commented Dec 24, 2023

thank you, merry Christmas! 🎄 😄

mgefimov added a commit to mgefimov/react-native-simple-toast that referenced this pull request Dec 24, 2023
* feat: keyboard avoid

* feat: keyboard avoidance gravity bottom only

---------

Co-authored-by: Maksim Efimov <[email protected]>
github-merge-queue bot referenced this pull request in valora-inc/wallet Apr 27, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-native-simple-toast](https://togithub.com/vonovak/react-native-simple-toast)
| [`^1.1.4` ->
`^3.3.1`](https://renovatebot.com/diffs/npm/react-native-simple-toast/1.1.4/3.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-simple-toast/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-simple-toast/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-simple-toast/1.1.4/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-simple-toast/1.1.4/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vonovak/react-native-simple-toast
(react-native-simple-toast)</summary>

###
[`v3.3.1`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.3.1)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v3.3.0...v3.3.1)

#### What's Changed

- Revert "Refactor toast window" by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/78](https://togithub.com/vonovak/react-native-simple-toast/pull/78)

**Full Changelog**:
vonovak/react-native-simple-toast@v3.3.0...v3.3.1

###
[`v3.3.0`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.3.0)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v3.2.0...v3.3.0)

#### What's Changed

- chore(deps): bump ip from 1.1.8 to 1.1.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/75](https://togithub.com/vonovak/react-native-simple-toast/pull/75)
- chore(deps): bump ip from 1.1.8 to 1.1.9 in /example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/76](https://togithub.com/vonovak/react-native-simple-toast/pull/76)
- Refactor toast window by
[@&#8203;mgefimov](https://togithub.com/mgefimov) in
[https://github.com/vonovak/react-native-simple-toast/pull/74](https://togithub.com/vonovak/react-native-simple-toast/pull/74)

**Full Changelog**:
vonovak/react-native-simple-toast@v3.2.0...v3.3.0

###
[`v3.2.0`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.2.0):
Release 3.2.0

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v3.1.0...v3.2.0)

#### What's Changed

- feat: keyboard avoid by
[@&#8203;mgefimov](https://togithub.com/mgefimov) in
[https://github.com/vonovak/react-native-simple-toast/pull/73](https://togithub.com/vonovak/react-native-simple-toast/pull/73)

**Full Changelog**:
vonovak/react-native-simple-toast@v3.1.0...v3.2.0

###
[`v3.1.0`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.1.0)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v3.0.2...v3.1.0)

#### What's Changed

- Tap to dismiss by [@&#8203;mgefimov](https://togithub.com/mgefimov) in
[https://github.com/vonovak/react-native-simple-toast/pull/64](https://togithub.com/vonovak/react-native-simple-toast/pull/64)

- refactor: minor changes to types by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/72](https://togithub.com/vonovak/react-native-simple-toast/pull/72)

- chore(deps): bump
[@&#8203;babel/traverse](https://togithub.com/babel/traverse) from
7.22.8 to 7.23.2 in /example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/65](https://togithub.com/vonovak/react-native-simple-toast/pull/65)

- chore(deps): bump
[@&#8203;babel/traverse](https://togithub.com/babel/traverse) from
7.22.8 to 7.23.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/66](https://togithub.com/vonovak/react-native-simple-toast/pull/66)

- chore(deps): bump react-devtools-core from 4.28.0 to 4.28.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/68](https://togithub.com/vonovak/react-native-simple-toast/pull/68)

- chore(deps): bump react-devtools-core from 4.28.0 to 4.28.4 in
/example by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/67](https://togithub.com/vonovak/react-native-simple-toast/pull/67)

- chore: update ci.yml by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/70](https://togithub.com/vonovak/react-native-simple-toast/pull/70)

**Full Changelog**:
vonovak/react-native-simple-toast@v3.0.2...v3.1.0

###
[`v3.0.2`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.0.2):
Release 3.0.2

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v3.0.1...v3.0.2)

#### What's Changed

- refactor: remove view controller by
[@&#8203;mgefimov](https://togithub.com/mgefimov) in
[https://github.com/vonovak/react-native-simple-toast/pull/63](https://togithub.com/vonovak/react-native-simple-toast/pull/63)

#### New Contributors

- [@&#8203;mgefimov](https://togithub.com/mgefimov) made their first
contribution in
[https://github.com/vonovak/react-native-simple-toast/pull/63](https://togithub.com/vonovak/react-native-simple-toast/pull/63)

**Full Changelog**:
vonovak/react-native-simple-toast@v3.0.1...v3.0.2

###
[`v3.0.1`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.0.1)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v3.0.0...v3.0.1)

#### What's Changed

- fix: update how toastWindow is obtained by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/58](https://togithub.com/vonovak/react-native-simple-toast/pull/58)

**Full Changelog**:
vonovak/react-native-simple-toast@v3.0.0...v3.0.1

###
[`v3.0.0`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.0.0)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v2.0.1...v3.0.0)

#### What's Changed

- feat: support old arch as well by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/55](https://togithub.com/vonovak/react-native-simple-toast/pull/55)

no breaking changes

**Full Changelog**:
vonovak/react-native-simple-toast@v2.0.1...v3.0.0

###
[`v2.0.1`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v2.0.1)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v2.0.0...v2.0.1)

#### What's Changed

- Toast.show default duration is added by
[@&#8203;adsalihac](https://togithub.com/adsalihac) in
[https://github.com/vonovak/react-native-simple-toast/pull/51](https://togithub.com/vonovak/react-native-simple-toast/pull/51)

- docs: add summary docs by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/26](https://togithub.com/vonovak/react-native-simple-toast/pull/26)

- docs: clarify old arch by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/28](https://togithub.com/vonovak/react-native-simple-toast/pull/28)

- Bump json5 from 2.2.1 to 2.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/33](https://togithub.com/vonovak/react-native-simple-toast/pull/33)

- docs: add new arch link by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/35](https://togithub.com/vonovak/react-native-simple-toast/pull/35)

- Bump http-cache-semantics from 4.1.0 to 4.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/36](https://togithub.com/vonovak/react-native-simple-toast/pull/36)

- Bump cacheable-request from 10.2.3 to 10.2.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/37](https://togithub.com/vonovak/react-native-simple-toast/pull/37)

- Update issue templates by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/41](https://togithub.com/vonovak/react-native-simple-toast/pull/41)

- Bump vm2 from 3.9.12 to 3.9.15 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/44](https://togithub.com/vonovak/react-native-simple-toast/pull/44)

- Bump vm2 from 3.9.15 to 3.9.16 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/45](https://togithub.com/vonovak/react-native-simple-toast/pull/45)

- Bump vm2 from 3.9.16 to 3.9.17 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/46](https://togithub.com/vonovak/react-native-simple-toast/pull/46)

- Bump [@&#8203;sideway/formula](https://togithub.com/sideway/formula)
from 3.0.0 to 3.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/48](https://togithub.com/vonovak/react-native-simple-toast/pull/48)

- Bump [@&#8203;sideway/formula](https://togithub.com/sideway/formula)
from 3.0.0 to 3.0.1 in /example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/47](https://togithub.com/vonovak/react-native-simple-toast/pull/47)

- Bump vm2 from 3.9.17 to 3.9.18 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/50](https://togithub.com/vonovak/react-native-simple-toast/pull/50)

#### New Contributors

- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[https://github.com/vonovak/react-native-simple-toast/pull/33](https://togithub.com/vonovak/react-native-simple-toast/pull/33)
- [@&#8203;adsalihac](https://togithub.com/adsalihac) made their first
contribution in
[https://github.com/vonovak/react-native-simple-toast/pull/51](https://togithub.com/vonovak/react-native-simple-toast/pull/51)

**Full Changelog**:
vonovak/react-native-simple-toast@v2.0.0...v2.0.1

###
[`v2.0.0`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v2.0.0)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v1.1.4...v2.0.0)

#### What's Changed

-   new architecture migration
-   rewritten toast presentation logic

PR:
[https://github.com/vonovak/react-native-simple-toast/pull/25](https://togithub.com/vonovak/react-native-simple-toast/pull/25)

BREAKING: new arch is now **required**

**Full Changelog**:
vonovak/react-native-simple-toast@v1.1.4...v2.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone
America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone
America/Los_Angeles.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: valora-bot <[email protected]>
shottah referenced this pull request in zed-io/kolektivo May 15, 2024
…inc#5353)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[react-native-simple-toast](https://togithub.com/vonovak/react-native-simple-toast)
| [`^1.1.4` ->
`^3.3.1`](https://renovatebot.com/diffs/npm/react-native-simple-toast/1.1.4/3.3.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/react-native-simple-toast/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-native-simple-toast/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-native-simple-toast/1.1.4/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-native-simple-toast/1.1.4/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vonovak/react-native-simple-toast
(react-native-simple-toast)</summary>

###
[`v3.3.1`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.3.1)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v3.3.0...v3.3.1)

#### What's Changed

- Revert "Refactor toast window" by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/78](https://togithub.com/vonovak/react-native-simple-toast/pull/78)

**Full Changelog**:
vonovak/react-native-simple-toast@v3.3.0...v3.3.1

###
[`v3.3.0`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.3.0)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v3.2.0...v3.3.0)

#### What's Changed

- chore(deps): bump ip from 1.1.8 to 1.1.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/75](https://togithub.com/vonovak/react-native-simple-toast/pull/75)
- chore(deps): bump ip from 1.1.8 to 1.1.9 in /example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/76](https://togithub.com/vonovak/react-native-simple-toast/pull/76)
- Refactor toast window by
[@&#8203;mgefimov](https://togithub.com/mgefimov) in
[https://github.com/vonovak/react-native-simple-toast/pull/74](https://togithub.com/vonovak/react-native-simple-toast/pull/74)

**Full Changelog**:
vonovak/react-native-simple-toast@v3.2.0...v3.3.0

###
[`v3.2.0`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.2.0):
Release 3.2.0

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v3.1.0...v3.2.0)

#### What's Changed

- feat: keyboard avoid by
[@&#8203;mgefimov](https://togithub.com/mgefimov) in
[https://github.com/vonovak/react-native-simple-toast/pull/73](https://togithub.com/vonovak/react-native-simple-toast/pull/73)

**Full Changelog**:
vonovak/react-native-simple-toast@v3.1.0...v3.2.0

###
[`v3.1.0`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.1.0)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v3.0.2...v3.1.0)

#### What's Changed

- Tap to dismiss by [@&#8203;mgefimov](https://togithub.com/mgefimov) in
[https://github.com/vonovak/react-native-simple-toast/pull/64](https://togithub.com/vonovak/react-native-simple-toast/pull/64)

- refactor: minor changes to types by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/72](https://togithub.com/vonovak/react-native-simple-toast/pull/72)

- chore(deps): bump
[@&#8203;babel/traverse](https://togithub.com/babel/traverse) from
7.22.8 to 7.23.2 in /example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/65](https://togithub.com/vonovak/react-native-simple-toast/pull/65)

- chore(deps): bump
[@&#8203;babel/traverse](https://togithub.com/babel/traverse) from
7.22.8 to 7.23.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/66](https://togithub.com/vonovak/react-native-simple-toast/pull/66)

- chore(deps): bump react-devtools-core from 4.28.0 to 4.28.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/68](https://togithub.com/vonovak/react-native-simple-toast/pull/68)

- chore(deps): bump react-devtools-core from 4.28.0 to 4.28.4 in
/example by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/67](https://togithub.com/vonovak/react-native-simple-toast/pull/67)

- chore: update ci.yml by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/70](https://togithub.com/vonovak/react-native-simple-toast/pull/70)

**Full Changelog**:
vonovak/react-native-simple-toast@v3.0.2...v3.1.0

###
[`v3.0.2`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.0.2):
Release 3.0.2

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v3.0.1...v3.0.2)

#### What's Changed

- refactor: remove view controller by
[@&#8203;mgefimov](https://togithub.com/mgefimov) in
[https://github.com/vonovak/react-native-simple-toast/pull/63](https://togithub.com/vonovak/react-native-simple-toast/pull/63)

#### New Contributors

- [@&#8203;mgefimov](https://togithub.com/mgefimov) made their first
contribution in
[https://github.com/vonovak/react-native-simple-toast/pull/63](https://togithub.com/vonovak/react-native-simple-toast/pull/63)

**Full Changelog**:
vonovak/react-native-simple-toast@v3.0.1...v3.0.2

###
[`v3.0.1`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.0.1)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v3.0.0...v3.0.1)

#### What's Changed

- fix: update how toastWindow is obtained by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/58](https://togithub.com/vonovak/react-native-simple-toast/pull/58)

**Full Changelog**:
vonovak/react-native-simple-toast@v3.0.0...v3.0.1

###
[`v3.0.0`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v3.0.0)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v2.0.1...v3.0.0)

#### What's Changed

- feat: support old arch as well by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/55](https://togithub.com/vonovak/react-native-simple-toast/pull/55)

no breaking changes

**Full Changelog**:
vonovak/react-native-simple-toast@v2.0.1...v3.0.0

###
[`v2.0.1`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v2.0.1)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v2.0.0...v2.0.1)

#### What's Changed

- Toast.show default duration is added by
[@&#8203;adsalihac](https://togithub.com/adsalihac) in
[https://github.com/vonovak/react-native-simple-toast/pull/51](https://togithub.com/vonovak/react-native-simple-toast/pull/51)

- docs: add summary docs by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/26](https://togithub.com/vonovak/react-native-simple-toast/pull/26)

- docs: clarify old arch by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/28](https://togithub.com/vonovak/react-native-simple-toast/pull/28)

- Bump json5 from 2.2.1 to 2.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/33](https://togithub.com/vonovak/react-native-simple-toast/pull/33)

- docs: add new arch link by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/35](https://togithub.com/vonovak/react-native-simple-toast/pull/35)

- Bump http-cache-semantics from 4.1.0 to 4.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/36](https://togithub.com/vonovak/react-native-simple-toast/pull/36)

- Bump cacheable-request from 10.2.3 to 10.2.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/37](https://togithub.com/vonovak/react-native-simple-toast/pull/37)

- Update issue templates by
[@&#8203;vonovak](https://togithub.com/vonovak) in
[https://github.com/vonovak/react-native-simple-toast/pull/41](https://togithub.com/vonovak/react-native-simple-toast/pull/41)

- Bump vm2 from 3.9.12 to 3.9.15 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/44](https://togithub.com/vonovak/react-native-simple-toast/pull/44)

- Bump vm2 from 3.9.15 to 3.9.16 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/45](https://togithub.com/vonovak/react-native-simple-toast/pull/45)

- Bump vm2 from 3.9.16 to 3.9.17 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/46](https://togithub.com/vonovak/react-native-simple-toast/pull/46)

- Bump [@&#8203;sideway/formula](https://togithub.com/sideway/formula)
from 3.0.0 to 3.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/48](https://togithub.com/vonovak/react-native-simple-toast/pull/48)

- Bump [@&#8203;sideway/formula](https://togithub.com/sideway/formula)
from 3.0.0 to 3.0.1 in /example by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/47](https://togithub.com/vonovak/react-native-simple-toast/pull/47)

- Bump vm2 from 3.9.17 to 3.9.18 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vonovak/react-native-simple-toast/pull/50](https://togithub.com/vonovak/react-native-simple-toast/pull/50)

#### New Contributors

- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[https://github.com/vonovak/react-native-simple-toast/pull/33](https://togithub.com/vonovak/react-native-simple-toast/pull/33)
- [@&#8203;adsalihac](https://togithub.com/adsalihac) made their first
contribution in
[https://github.com/vonovak/react-native-simple-toast/pull/51](https://togithub.com/vonovak/react-native-simple-toast/pull/51)

**Full Changelog**:
vonovak/react-native-simple-toast@v2.0.0...v2.0.1

###
[`v2.0.0`](https://togithub.com/vonovak/react-native-simple-toast/releases/tag/v2.0.0)

[Compare
Source](https://togithub.com/vonovak/react-native-simple-toast/compare/v1.1.4...v2.0.0)

#### What's Changed

-   new architecture migration
-   rewritten toast presentation logic

PR:
[https://github.com/vonovak/react-native-simple-toast/pull/25](https://togithub.com/vonovak/react-native-simple-toast/pull/25)

BREAKING: new arch is now **required**

**Full Changelog**:
vonovak/react-native-simple-toast@v1.1.4...v2.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone
America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone
America/Los_Angeles.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/valora-inc/wallet).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJucG0iLCJyZW5vdmF0ZSJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: valora-bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Toast is displayed behind the keypad in iOS
2 participants