Skip to content

Commit cf1e713

Browse files
author
amoreno
committed
Fix iOS
1 parent 943f1e7 commit cf1e713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ImageFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class ImageFactory extends Component<Props, State> {
180180
</View>
181181
<Button
182182
onPress={
183-
Platform.OS === 'ios '
183+
Platform.OS === 'ios'
184184
? this._onPressImage
185185
: () => this.bottomSheet.open()
186186
}

0 commit comments

Comments
 (0)