Skip to content

Commit ef4921f

Browse files
committed
Design bug fix
1 parent 52f6c77 commit ef4921f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/src/MapCardView.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ const MapCardView = props => {
105105
style={_styles.listStyle}
106106
renderItem={renderListItem}
107107
keyExtractor={(item, index) => item.name}
108-
{...props}
109108
/>
110109
</View>
111110
</View>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paraboly/react-native-map-card-view",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Map based list card view for React Native via Paraboly.",
55
"keywords": [
66
"FreakyCoder",

0 commit comments

Comments
 (0)