This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerManager.m b/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerManager.m | |
index d1cd1cd..817f6c9 100644 | |
--- a/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerManager.m | |
+++ b/node_modules/@react-native-community/datetimepicker/ios/RNDateTimePickerManager.m | |
@@ -31,13 +31,16 @@ @implementation RCTConvert(UIDatePicker) | |
@end | |
-@implementation RNDateTimePickerManager | |
+@implementation RNDateTimePickerManager { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/react-native/Libraries/LinkingIOS/RCTLinkingManager.mm b/node_modules/react-native/Libraries/LinkingIOS/RCTLinkingManager.mm | |
index cfa9078..6a3daf5 100644 | |
--- a/node_modules/react-native/Libraries/LinkingIOS/RCTLinkingManager.mm | |
+++ b/node_modules/react-native/Libraries/LinkingIOS/RCTLinkingManager.mm | |
@@ -18,15 +18,19 @@ | |
static void postNotificationWithURL(NSURL *URL, id sender) | |
{ | |
+ | |
NSDictionary<NSString *, id> *payload = @{@"url" : URL.absoluteString}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @param string $parentAccountName - the account id you want to fetch locations for (i.e. accounts/105837778216009211413) | |
* @param array|string|null $readMask - the fields you want to include in the response, available fields here https://developers.google.com/my-business/reference/businessinformation/rest/v1/locations#resource:-location | |
* @return array | |
* @throws Exception | |
*/ | |
public function getAllLocationsForAccount(string $parentAccountName, array|string|null $readMask = "name,title,storecode,labels"): array | |
{ | |
$businessInformationService = new MyBusinessBusinessInformation($this->client); | |
try { |
OlderNewer