diff --git a/GoogleStaticMap.js b/GoogleStaticMap.js index 46f10c9..d9dc9fd 100644 --- a/GoogleStaticMap.js +++ b/GoogleStaticMap.js @@ -1,4 +1,4 @@ -import {Image, PixelRatio} from 'react-native'; +import {Image, ImageBackground, PixelRatio} from 'react-native'; import React, {Component} from 'react'; import PropTypes from 'prop-types'; @@ -124,12 +124,12 @@ class GoogleStaticMap extends Component { render() { return ( - {this.props.children} - + ); }