1.1.3 • Published 4 years ago

react-native-google-map-carousel v1.1.3

Weekly downloads
26
License
-
Repository
github
Last release
4 years ago

react-native-google-map-carousel

A carousel for react-native built on top of google maps

Install using npm

npm i react-native-google-map-carousel

Props

initialRegion: PropTypes.object.isRequired,
items: PropTypes.array.isRequired,
marker: PropTypes.node,
cardItem: PropTypes.func,
layout: PropTypes.oneOf(["default", "stack", "tinder"]),
autoPlay: PropTypes.bool,
firstItem: PropTypes.number,
contentContainerCustomStyle: PropTypes.object,
containerCustomStyle: PropTypes.object,

Getting Started

To get started:

clone this respository
npm install inside the current directory
react-native run-ios / react-native run-android

Built With