-
Notifications
You must be signed in to change notification settings - Fork 55
Add support for macOS #14
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
Conversation
Hmmm, if it only works with the debugger connected I think it is because it's falling back to |
Hey, sorry, I completely forgot about this and I'm just taking a look one more time, you are absolutely right, the fact that only works with the debugger attached is not good. However I'm not really a macOS/iOS developer, but do you have any idea what could be going wrong, some pointer would be useful to start taking a loook |
Turns out I did a small mistake, when importing the package it was not my first import but I imported it after my react-native modules, by moving in on top of my index.js file everything is working fine! so this PR can me merged |
Hello? can we merge this PR? |
Pinging one more time for this PR to be merged |
sorry for the delay |
Released as 🚢 1.6.0 / 2021-02-16 |
This closes issue #10 |
needed support for react-native-macos, since the code is simple and has no platform specific dependencies simply adding it seems to make it work... but only with the debugger connected (which makes me think it will only work on a production build, which I cannot test right now) seems related to: uuidjs/uuid#416