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

Compatibility with React Native #100

Open
JoBerkner opened this issue Feb 10, 2020 · 2 comments
Open

Compatibility with React Native #100

JoBerkner opened this issue Feb 10, 2020 · 2 comments

Comments

@JoBerkner
Copy link

I was about to use node-geo-tz in my React Native project. However, it seems it is not optimized for React Native. For instance, I am getting the following error when trying to load it into my project:

The package at "node_modules\geo-tz\lib\find.js" attempted to import the Node standard library module "fs". It failed because React Native does not include the Node standard library.

As mentioned here, this particular error can be resolved, but I am not sure if other issues may arise after that. Is there a plan to support React Native as well?

@evansiroky
Copy link
Owner

There currently aren't plans to support React Native, but I'm happy to review and merge PRs that would enable React Native support.

@simlu
Copy link

simlu commented Aug 23, 2022

FYI: We have a similar problem trying to use @vercel/ncc for deploying this in our serverless application.

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

3 participants