Open naman2629 opened 1 year ago
Facing the same error for the said version
works with 72.1
Not working with 72.1
not working also in 71.7
also not working in 0.72.3
Make sure you're adding the
Only Android Not working.... at 71.8
Refactor app.tsx make it work with this
import Toast from 'react-native-toast-message';
export function App(props) {
return (
<>
{/* ... */}
<Toast />
</>
);
}
Describe the bug A clear and concise description of what the bug is.
Steps to reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Code sample To help debugging, please add a code sample that reproduces the issue.
Environment (please complete the following information):
Additional context Add any other context about the problem here.