From 295123e5edfb419eb0b02c7e70124a9938962e40 Mon Sep 17 00:00:00 2001 From: henrydays Date: Mon, 11 Mar 2019 18:29:21 +0000 Subject: [PATCH] p --- App/app/screens/calendarDetail.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/App/app/screens/calendarDetail.js b/App/app/screens/calendarDetail.js index 171acf8c..27741894 100644 --- a/App/app/screens/calendarDetail.js +++ b/App/app/screens/calendarDetail.js @@ -32,7 +32,9 @@ import Swiper from 'react-native-swiper'; const SCREEN_HEIGHT = Dimensions.get("window").height; const SCREEN_WIDTH = Dimensions.get("window").width; + import FitImage from 'react-native-fit-image'; + import MapView, {PROVIDER_GOOGLE} from 'react-native-maps'; const formatObj = (obj) => { @@ -132,7 +134,7 @@ class calendarDetail extends React.Component { ) }; - +/* renderMap = () => { return ( @@ -154,7 +156,7 @@ class calendarDetail extends React.Component { /> ) }; - +*/ renderAttendee = () => { return ( @@ -211,7 +213,7 @@ class calendarDetail extends React.Component { Localização - {this.renderMap()} +