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

Experiment: implement native map component #15

Open
dadiorchen opened this issue May 6, 2023 · 3 comments
Open

Experiment: implement native map component #15

dadiorchen opened this issue May 6, 2023 · 3 comments
Labels
challenge wontfix This will not be worked on

Comments

@dadiorchen
Copy link
Contributor

We use web tech to build the map, https://github.com/Greenstand/treetracker-web-map-core and try to embed it with webviewer, but there are limitation on it, so we want to discover the possibility of using a native component to implement the map.

On the web, we majorly rely on leaflet https://leafletjs.com/ to implement the map, what's the best choice for the RN?

@dagmawig
Copy link
Collaborator

dagmawig commented Jun 8, 2023

What do you think of https://www.npmjs.com/package/react-native-maps?activeTab=readme? It works with expo. https://docs.expo.dev/versions/latest/sdk/map-view/

@dadiorchen
Copy link
Contributor Author

I'm not sure, you can do a test, we are using leaflet + self-hosted tile to offer the map, we are not using google map kit for it

@dadiorchen dadiorchen removed the good first issue Good for newcomers label Aug 14, 2023
@dadiorchen dadiorchen added the wontfix This will not be worked on label Oct 18, 2023
@dadiorchen
Copy link
Contributor Author

According to out research, the native map component can not fully support our tile server, will freeze this issue for the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenge wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants