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
I think a better solution would be to check for absence vs presence of non-React Native navigator variable as suggested in necolas/react-native-web#1146 (comment).
I think this idea should both alleviate per-platform maintenance need and avoid some potentially risky assumptions about the build tooling used.
The text was updated successfully, but these errors were encountered:
The existing solution needs one JavaScript file per platform, as described in lelandrichardson/react-primitives#136 (comment).
I think a better solution would be to check for absence vs presence of non-React Native
navigator
variable as suggested in necolas/react-native-web#1146 (comment).I think this idea should both alleviate per-platform maintenance need and avoid some potentially risky assumptions about the build tooling used.
The text was updated successfully, but these errors were encountered: