You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: