Toast not open on iOS with RN 0.63.3
See original GitHub issueGood morning, i call the code bellow, but not open.
Toast.show({ text1: 'Hello', text2: 'This is some something 👋' });
Any idea?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Toast does not close on button press · Issue #3261 - GitHub
It started occurring after upgrading to RN 0.62.2 and seems to be related to the Toast swipe functionality. It also exists with RN...
Read more >nativescript-toast not showing on iOS - Stack Overflow
I was facing various compatibility issues with nativescript-toast plugin on latest SDK. The easiest way seem to be switching to ...
Read more >'RCTLog.h' file not found & Us… | Apple Developer Forums
The technical issue is as follows: it seems to be appearing in the RNBranchConfig.m file within the react-native-branch package for iOS specifically in...
Read more >Light and dark modes - Expo Documentation
Learn how to support light and dark modes in your app.
Read more >A React Native component to view a modal on iOS Device
A React Native component to display a modal on an iOS device by natively wrapping & presenting a React Native view within a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cristiano-linvix try adding it inside the
NavigationContainer
Amazing! Thank you very much!! Working perfectly.