NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

8

I am trying to integrate OpenStreetMap into a React Native project. But I can't find any library or anything related to React Native in their GitHub account.

The only thing I can find relating to these to topics is the link below, in which there is no proper answer.

https://www.reddit.com/r/reactnative/comments/5fi6bg/how_to_add_openstreetmap_to_a_react_native_project/nyfo

But I heard once that Mapbox uses OpenStreetMap as their source. Mapbox suggests a good way to integrate it into a React Native project:

https://github.com/mapbox/react-native-mapbox-gl

Is there a way to integrate OpenStreetMap into a React Native project or is it the case there's not proper support for it yet.

asked 18 Sep '22, 15:10

dexter's gravatar image

dexter
19334
accept rate: 0%

1

OpenStreetMap is basically just a big pile of data. React Native is just a software development framework. Without more information about what you're actually trying to do, it's impossible to answer this question.

Are you trying to create something that needs to be self-contained and work offline, or would online access to internet servers be possible from whatever you're creating?

What do you want to use OSM data for - display of maps, searching for things, routing to things, data analysis, something else?

Like the famous story you probably have an idea of what OpenStreetMap is, but it probably isn't the whole picture.

(18 Sep '22, 15:19) SomeoneElse ♦

Hi , I want to integrate OSM into react native project. Did you find any solution ?

(10 Mar '23, 05:51) MdAyan01

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×1

question asked: 18 Sep '22, 15:10

question was seen: 5,647 times

last updated: 10 Mar '23, 08:03

Related questions

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum