Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support react-native #97

Merged
merged 3 commits into from
Dec 10, 2023
Merged

Commits on Dec 8, 2023

  1. feat: support react-native

    React-native has a hobbled URL class that seems to make it's own
    WebSocket class cause a fatal crash so stringify it before passing
    it in.
    
    Otherwise the URL class is supported everywhere now so no need to
    use iso-url any more.
    
    Also noteworthy is that react-native doesn't have any node core
    modules so we have to use a similar browser override system to ensure
    the pure-js/browser APIs are used instead.
    achingbrain committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    32efc46 View commit details
    Browse the repository at this point in the history
  2. chore: fix tests

    achingbrain committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1d5e613 View commit details
    Browse the repository at this point in the history
  3. chore: linting

    achingbrain committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9407b67 View commit details
    Browse the repository at this point in the history