Open coolben54 opened 3 months ago
I fixed my problem by removing both packages : react-native-root-siblings and react-native-root-toast and installing react-native-root-toast Now it work on expo go. I will test on native apps in few days.
I fixed my problem by removing both packages : react-native-root-siblings and react-native-root-toast and installing react-native-root-toast Now it work on expo go. I will test on native apps in few days.
@coolben54 you are my hero, this solved it.
Hello
When I added react-native-toast-message in my react native project app. it was work fine. It was one year ago.
Now toasted message does not appear and I don't understand why ? I don't know when the problem were coming but I don't found a solution ... I use expo and react native for web to build web, android and iOS app. I think my problem come from expo migration (from 48 or 49 to 50) without to be sure ...
If a create a new blank project that works. I try to install react-native-root-siblings without result ... I have this problem on expo go (android and iOS) and on native apps (android and iOS)
This is my package.json :
In my app_layout.tsx :
I tested also this code :
Can you help me ?