Posts by Alan Oliveira de Quadros • 26 points
1 post
-
1
votes1
answer237
viewsA: React Native Maps - CSS HELP
Hello, I did this exercise too, follow below the way I managed to do. import React from 'react'; import {View, Text, StyleSheet, Dimensions, Image} from 'react-native'; import MapView, { Marker }…