├── .gitignore ├── Example ├── MapExample.js └── demo.png ├── GoogleStaticMap.js ├── README.md └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yelled3/react-native-google-static-map/HEAD/.gitignore -------------------------------------------------------------------------------- /Example/MapExample.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yelled3/react-native-google-static-map/HEAD/Example/MapExample.js -------------------------------------------------------------------------------- /Example/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yelled3/react-native-google-static-map/HEAD/Example/demo.png -------------------------------------------------------------------------------- /GoogleStaticMap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yelled3/react-native-google-static-map/HEAD/GoogleStaticMap.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yelled3/react-native-google-static-map/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yelled3/react-native-google-static-map/HEAD/package.json --------------------------------------------------------------------------------