Current behaviour
At first build all works fine but after modified any code it reload app ant toast show undefined
Expected behaviour
return undefined not show mesage
Code sample
For Syntax Highlighting check this link
`const Main = () => {
const [Screen, setScreen] = useState('logo')
const toast = useToast();
useEffect(() => {
toast.show("Hello World");
}, []);
`
Screenshots (if applicable)
What have you tried
Your Environment
| software |
version |
| ios or android |
android 10 |
| react-native |
"0.73.1" |
| react-native-toast-notifications |
"^3.4.0", |
| node |
20.11 |
| npm or yarn |
|
Current behaviour
At first build all works fine but after modified any code it reload app ant toast show undefined
Expected behaviour
return undefined not show mesage
Code sample
For Syntax Highlighting check this link
`const Main = () => {
const [Screen, setScreen] = useState('logo')
const toast = useToast();
useEffect(() => {
toast.show("Hello World");
}, []);
`
Screenshots (if applicable)
What have you tried
Your Environment