-
### Description
toast가 안예쁨
### Todos
- [ ] react-hot-toast or something으로 교체
### ETC
_No response_
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `react-native-toast-message@2.2.1` for the project I'm…
-
**As descriped, Toast does not show on Modal on react native `0.75.3`**.
It works well without `Modal`.
Code snippets:
```
import {Button, Modal, View} from "react-native";
import {useStat…
-
toast doesn't show over` React Native Modal` component in **android**. in **iOS** everything is ok
**To Reproduce**
Steps to reproduce the behavior:
1. show modal
2. show toast
**Expected…
-
**Describe the bug**
i use react-native-toast-message since 2 years, it's work good thanks for this amazing package.
we upgraded to RN v0.76.1 and since we get truncated toast display on android o…
-
### 💬 前提强调
- [X] I have searched the [issues](https://github.com/ant-design/ant-design-mobile-rn/issues) of this repository and believe that this is not a duplicate.
### 🙋 描述详情/重现步骤
依赖版本:`"@ant-des…
-
### Describe the bug
When a Toast is shown via the Modals, the Toast message is covered by the List Component. Making the content invisible.
Using the standard Toast Component without Modals, works …
-
This editor is amazing, but is there a version compatible with React 18?
`
npm error Found: react@18.3.1
npm error node_modules/react
npm error react@"^18" from the root project
npm error
np…
-
When keyboard is show, Toast will show under keyboard
**To Reproduce**
Steps to reproduce the behavior:
1. focus on TextInput
2. when show keyboard, show the Toast
**Expected behavior**
sh…
-
**Describe the bug**
When a custom JSX component is passed to the Toast component, the animations don’t trigger properly. Specifically, the condition
```ts
if (jsx) {
return jsx;
}
```
sh…