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

1.0.4 breaks react-native core functionality #71

Open
aforty opened this issue Apr 2, 2021 · 1 comment
Open

1.0.4 breaks react-native core functionality #71

aforty opened this issue Apr 2, 2021 · 1 comment

Comments

@aforty
Copy link

aforty commented Apr 2, 2021

I don't know how this is even possible, I suspect @babel/preset-env but I'm creating this issue to reference to/from react-native's repo to get some help on figuring out exactly what's going on.

Using 1.0.4 react-native's Linking.getInitialURL() promise never resolves, somehow whatever changes were made since 1.0.1 block the core js-to-native bus from resolving promises in native land. This is such basic functionality and again I don't understand how it is even possible for a secondary package to create such a mess.

Hang tight, I'll update this thread with more info as I get it.

Anyone finding their way here, use json-api-normalizer@1.0.1 with react-native for now if you're having issues.

@yury-dymov
Copy link
Owner

Thank you for raising this! Would gladly merge the PR for that. The change, which might have affected this behavior is using core-js for polyfiling. Unfortunately, I don't have a good way to test in react-native environment. Sorry for the mess :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants