File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
modules/@shopify/checkout-sheet-kit Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.2.0 - December 18, 2024
4+
5+ - Handle geolocation requests for Android devices
6+
37## 3.1.2 - November 4, 2024
48
59- Add ` consumerProguardRules ` build.gradle option to prevent minification of
Original file line number Diff line number Diff line change 11{
22 "name" : " @shopify/checkout-sheet-kit" ,
33 "license" : " MIT" ,
4- "version" : " 3.1.2 " ,
4+ "version" : " 3.2.0 " ,
55 "main" : " lib/commonjs/index.js" ,
66 "types" : " src/index.ts" ,
77 "source" : " src/index.ts" ,
Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ export type CheckoutEventCallback =
164164 | CloseEventCallback
165165 | CheckoutExceptionCallback
166166 | CheckoutCompletedEventCallback
167+ | GeolocationRequestEventCallback
167168 | PixelEventCallback ;
168169
169170function addEventListener (
Original file line number Diff line number Diff line change @@ -39,10 +39,7 @@ import Icon from 'react-native-vector-icons/Entypo';
3939import CatalogScreen from './screens/CatalogScreen' ;
4040import SettingsScreen from './screens/SettingsScreen' ;
4141
42- import type {
43- Configuration ,
44- GeolocationRequestEvent ,
45- } from '@shopify/checkout-sheet-kit' ;
42+ import type { Configuration } from '@shopify/checkout-sheet-kit' ;
4643import {
4744 ColorScheme ,
4845 ShopifyCheckoutSheetProvider ,
You can’t perform that action at this time.
0 commit comments