React-native: Is it possible to add a image/text/view over a mapview?

Created on 14 Sep 2015  ·  3Comments  ·  Source: facebook/react-native

Is it possible to add a image/text/view over a mapview?

Locked

All 3 comments

Yes, you would have to absolutely position it over the top of the view.
Example: https://rnplay.org/apps/HFs2lQ

Thanks you so much!

Can someone put the example up again? This is the only thing I found and still have difficulties with it.

/e: Found my mistake. Later components are drawn on earlier ones. Putting the component after the mapview with absolute positioning solves this

Was this page helpful?
0 / 5 - 0 ratings