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

Make sente compatible with react-native 76 #457

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 18, 2024

  1. Make sente compatible with react-native 76

    Using react-native 76 (Expo 52) and shadow-cljs, js/window hangs in the
    REPL -- it does not return nil. This causes the UUID code to fail.
    
    Added react-native-target? to check for this. Also turned off event
    listener code for RN.
    
    Uses a version of encore that has been submitted as a pull
    request. See taoensso/encore#80
    yardwerkz committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d2f3373 View commit details
    Browse the repository at this point in the history