You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Side note: I'm working around this by dynamically only requiring react-native-root-toast when Platform.OS !== 'web'. Instead of showing the toast, I can settle for just calling window.alert(...) on web.
i am getting this error due to deprecated prop types:
TypeError: Cannot read property 'style' of undefined
The text was updated successfully, but these errors were encountered: