We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f6c77 commit ef4921fCopy full SHA for ef4921f
lib/src/MapCardView.js
@@ -105,7 +105,6 @@ const MapCardView = props => {
105
style={_styles.listStyle}
106
renderItem={renderListItem}
107
keyExtractor={(item, index) => item.name}
108
- {...props}
109
/>
110
</View>
111
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@paraboly/react-native-map-card-view",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "Map based list card view for React Native via Paraboly.",
5
"keywords": [
6
"FreakyCoder",
0 commit comments