docstring_tokens
stringlengths 18
16.9k
| code_tokens
stringlengths 75
1.81M
| html_url
stringlengths 74
116
| file_name
stringlengths 3
311
|
---|---|---|---|
keep keep keep keep replace replace keep keep keep keep keep | <mask>
<mask> import java.util.Collections;
<mask> import java.util.List;
<mask>
<mask> import expo.core.BasePackage;
<mask> import expo.core.ExportedModule;
<mask> public class KeepAwakePackage extends BasePackage {
<mask>
<mask> @Override
<mask> public List<ExportedModule> createExportedModules(Context context) {
<mask> return Collections.<ExportedModule>singletonList(new KeepAwakeModule(context));
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-keep-awake/android/src/main/java/expo/modules/keepawake/KeepAwakePackage.java |
keep keep keep keep replace | <mask> @Override
<mask> public List<ExportedModule> createExportedModules(Context context) {
<mask> return Collections.<ExportedModule>singletonList(new KeepAwakeModule(context));
<mask> }
<mask> } </s> [packages] Move unimodules foundation to `org.unimodules` scope </s> add } </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove } </s> add </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-keep-awake/android/src/main/java/expo/modules/keepawake/KeepAwakePackage.java |
keep keep keep add | <mask> public List<ExportedModule> createExportedModules(Context context) {
<mask> return Collections.<ExportedModule>singletonList(new KeepAwakeModule(context));
<mask> }
<mask> }
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove } </s> add </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-keep-awake/android/src/main/java/expo/modules/keepawake/KeepAwakePackage.java |
keep keep keep keep replace keep keep keep keep | <mask> s.source_files = 'EXKeepAwake/**/*.{h,m}'
<mask> s.preserve_paths = 'EXKeepAwake/**/*.{h,m}'
<mask> s.requires_arc = true
<mask>
<mask> s.dependency 'EXCore'
<mask>
<mask> end
<mask>
<mask>
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-keep-awake/ios/EXKeepAwake.podspec |
keep keep replace replace keep keep keep | <mask> // Copyright 2018-present 650 Industries. All rights reserved.
<mask>
<mask> #import <EXCore/EXExportedModule.h>
<mask> #import <EXCore/EXModuleRegistryConsumer.h>
<mask>
<mask> @interface EXKeepAwake : EXExportedModule <EXModuleRegistryConsumer>
<mask> @end
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove #import <EXCore/EXExportedModule.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMExportedModule.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXExportedModule.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMExportedModule.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXExportedModule.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMExportedModule.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXExportedModule.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMExportedModule.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXViewManager.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMViewManager.h>
#import <UMCore/UMModuleRegistryConsumer.h> | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-keep-awake/ios/EXKeepAwake/EXKeepAwake.h |
keep keep keep keep replace keep | <mask>
<mask> #import <EXCore/EXExportedModule.h>
<mask> #import <EXCore/EXModuleRegistryConsumer.h>
<mask>
<mask> @interface EXKeepAwake : EXExportedModule <EXModuleRegistryConsumer>
<mask> @end
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove #import <EXCore/EXExportedModule.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMExportedModule.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove @interface EXImageManipulatorModule : EXExportedModule <EXModuleRegistryConsumer>
</s> add @interface EXImageManipulatorModule : UMExportedModule <UMModuleRegistryConsumer> </s> remove @interface EXDocumentPickerModule : EXExportedModule <EXModuleRegistryConsumer>
</s> add @interface EXDocumentPickerModule : UMExportedModule <UMModuleRegistryConsumer> </s> remove @interface EXCalendar : EXExportedModule <EXModuleRegistryConsumer>
</s> add @interface EXCalendar : UMExportedModule <UMModuleRegistryConsumer> </s> remove @interface EXFontLoader : EXExportedModule <EXModuleRegistryConsumer>
</s> add @interface EXFontLoader : UMExportedModule <UMModuleRegistryConsumer> </s> remove @interface EXLocalAuthentication : EXExportedModule <EXModuleRegistryConsumer>
</s> add @interface EXLocalAuthentication : UMExportedModule <UMModuleRegistryConsumer> | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-keep-awake/ios/EXKeepAwake/EXKeepAwake.h |
keep keep keep keep replace keep keep keep keep keep | <mask> "author": "650 Industries, Inc.",
<mask> "license": "MIT",
<mask> "homepage": "https://docs.expo.io/versions/latest/sdk/keep-awake/",
<mask> "unimodulePeerDependencies": {
<mask> "expo-core": "*"
<mask> },
<mask> "devDependencies": {
<mask> "expo-module-scripts": "^1.0.0"
<mask> },
<mask> "gitHead": "9132f99f2ceb431006060c7f89d0928cc2053897"
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove "expo-core": "*"
</s> add "@unimodules/core": "*" </s> remove "expo-core": "*"
</s> add "@unimodules/core": "*" </s> remove "expo-core": "*",
"expo-errors": "*",
"expo-file-system-interface": "*"
</s> add "@unimodules/core": "*",
"unimodules-file-system-interface": "*" </s> remove "expo-core": "*",
"expo-errors": "*"
</s> add "@unimodules/core": "*" </s> remove "expo-core": "*",
"expo-errors": "*"
</s> add "@unimodules/core": "*" </s> remove "expo-core": "*",
"expo-task-manager-interface": "*"
</s> add "@unimodules/core": "*",
"unimodules-task-manager-interface": "*" | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-keep-awake/package.json |
keep replace keep keep replace keep | <mask> if (new File(rootProject.projectDir.parentFile, 'package.json').exists()) {
<mask> apply from: project(":expo-core").file("../expo-core.gradle")
<mask> } else {
<mask> throw new GradleException(
<mask> "'expo-core.gradle' was not found in the usual Flutter or React Native dependency locations. " +
<mask> "This package can only be used in such projects. Are you sure you've installed the dependencies properly?")
</s> [packages] Move unimodules foundation to `org.unimodules` scope | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/android/build.gradle |
keep keep keep keep replace keep | <mask> "This package can only be used in such projects. Are you sure you've installed the dependencies properly?")
<mask> }
<mask>
<mask> dependencies {
<mask> expendency "expo-core"
<mask> }
</s> [packages] Move unimodules foundation to `org.unimodules` scope | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/android/build.gradle |
keep keep keep keep replace replace keep keep keep keep keep | <mask> package expo.modules.lineargradient;
<mask>
<mask> import android.content.Context;
<mask>
<mask> import expo.core.ViewManager;
<mask> import expo.core.interfaces.ExpoProp;
<mask>
<mask> import java.util.ArrayList;
<mask>
<mask> public class LinearGradientManager extends ViewManager<LinearGradientView> {
<mask> public static final String VIEW_CLASS_NAME = "ExpoLinearGradient";
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove import expo.core.ViewManager;
</s> add import org.unimodules.core.ViewManager; </s> remove import expo.core.ViewManager;
</s> add import org.unimodules.core.ViewManager; </s> remove import expo.core.arguments.ReadableArguments;
</s> add import org.unimodules.core.arguments.ReadableArguments; </s> remove public class ExpoFaceDetector implements expo.interfaces.facedetector.FaceDetector {
</s> add public class ExpoFaceDetector implements org.unimodules.interfaces.facedetector.FaceDetector { </s> remove import expo.core.ModuleRegistry;
import expo.core.Promise;
</s> add import org.unimodules.core.ModuleRegistry;
import org.unimodules.core.Promise; </s> remove import expo.core.ModuleRegistry;
import expo.core.ViewManager;
import expo.core.interfaces.ExpoProp;
import expo.core.interfaces.ModuleRegistryConsumer;
</s> add import org.unimodules.core.ModuleRegistry;
import org.unimodules.core.ViewManager;
import org.unimodules.core.interfaces.ExpoProp;
import org.unimodules.core.interfaces.ModuleRegistryConsumer; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/android/src/main/java/expo/modules/lineargradient/LinearGradientManager.java |
keep keep keep keep replace replace keep keep keep keep keep | <mask>
<mask> import java.util.Collections;
<mask> import java.util.List;
<mask>
<mask> import expo.core.BasePackage;
<mask> import expo.core.ViewManager;
<mask>
<mask> public class LinearGradientPackage extends BasePackage {
<mask> @Override
<mask> public List<ViewManager> createViewManagers(Context context) {
<mask> return Collections.singletonList((ViewManager) new LinearGradientManager());
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove } </s> add </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
import expo.core.ViewManager;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule;
import org.unimodules.core.ViewManager; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
import expo.core.ViewManager;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule;
import org.unimodules.core.ViewManager; </s> remove import expo.core.ExportedModule;
import expo.core.BasePackage;
import expo.core.ViewManager;
</s> add import org.unimodules.core.ExportedModule;
import org.unimodules.core.BasePackage;
import org.unimodules.core.ViewManager; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
import expo.core.ViewManager;
import expo.core.interfaces.InternalModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule;
import org.unimodules.core.ViewManager;
import org.unimodules.core.interfaces.InternalModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/android/src/main/java/expo/modules/lineargradient/LinearGradientPackage.java |
keep keep keep keep replace keep keep keep keep keep | <mask> drawGradient();
<mask> }
<mask>
<mask> // Copied from RN PixelUtil
<mask> // We might want to expose display metrics on expo-core somewhere to avoid
<mask> // having code similar to this littered throughout modules
<mask> private float toPixelFromDIP(float value) {
<mask> return TypedValue.applyDimension(
<mask> TypedValue.COMPLEX_UNIT_DIP,
<mask> value,
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove name: "expo-home",
description: "",
slug: "home",
privacy: "unlisted",
// When publishing the sdkVersion needs to be set to the target sdkVersion.
// The Exponent client will load it as UNVERSIONED, but the server uses this field
// to know which clients to serve the bundle to.
sdkVersion: "32.0.0",
// Update this each time you publish so you're able to relate published
// bundles to specific commits in the repo
version: "32.0.0",
orientation: "portrait",
</s> add name: 'expo-home',
description: '',
slug: 'expo-home-dev-5d92eefff05cdfa5effcea43f5c2b52e3ed6d7ea',
privacy: 'unlisted',
sdkVersion: '33.0.0',
version: '33.0.0',
orientation: 'portrait', </s> remove implementation project(":expo-core")
implementation project(":expo-react-native-adapter")
</s> add implementation project(":unimodules-core")
implementation project(":unimodules-react-native-adapter") </s> remove // Naming conflict -- add abiXX_X_X. prefix to expo.core.ViewManager manually
</s> add // Naming conflict -- add abiXX_X_X. prefix to org.unimodules.core.ViewManager manually </s> remove // Naming conflict -- add abiXX_X_X. prefix to expo.core.ViewManager manually
</s> add // Naming conflict -- add abiXX_X_X. prefix to org.unimodules.core.ViewManager manually </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove return EXFileSystemPermissionNone;
</s> add return UMFileSystemPermissionNone; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/android/src/main/java/expo/modules/lineargradient/LinearGradientView.java |
keep keep replace keep keep keep keep keep | <mask> import React from 'react';
<mask> import { StyleSheet, View } from 'react-native';
<mask> import { requireNativeViewManager } from 'expo-core';
<mask> export default class NativeLinearGradient extends React.Component {
<mask> render() {
<mask> let { colors, locations, startPoint, endPoint, children, style, ...props } = this.props;
<mask> // TODO: revisit whether we need to inherit the container's borderRadius since this issue has
<mask> // been resolved: https://github.com/facebook/react-native/issues/3198
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import {
Animated,
Dimensions,
ScrollView,
StyleSheet,
Text,
TouchableOpacity,
View,
} from 'react-native';
</s> add import { ScrollView, StyleSheet, Text, TouchableOpacity, View } from 'react-native'; </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/build/NativeLinearGradient.android.js |
keep replace keep keep keep keep keep | <mask> import React from 'react';
<mask> import { requireNativeViewManager } from 'expo-core';
<mask> export default class NativeLinearGradient extends React.PureComponent {
<mask> render() {
<mask> return <BaseNativeLinearGradient {...this.props}/>;
<mask> }
<mask> }
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import { NativeModulesProxy, requireNativeViewManager } from 'expo-core';
</s> add import { NativeModulesProxy, requireNativeViewManager } from '@unimodules/core'; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/build/NativeLinearGradient.ios.js |
keep keep keep keep replace keep keep | <mask> s.source_files = 'EXLinearGradient/**/*.{h,m}'
<mask> s.preserve_paths = 'EXLinearGradient/**/*.{h,m}'
<mask> s.requires_arc = true
<mask>
<mask> s.dependency 'EXCore'
<mask>
<mask> end
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/ios/EXLinearGradient.podspec |
keep keep keep replace replace keep keep keep keep keep | <mask> // Copyright 2015-present 650 Industries. All rights reserved.
<mask>
<mask> #import <UIKit/UIKit.h>
<mask> #import <EXCore/EXModuleRegistry.h>
<mask> #import <EXCore/EXAppLifecycleListener.h>
<mask>
<mask> @interface EXLinearGradient : UIView
<mask>
<mask> - (void)setColors:(NSArray *)colorStrings;
<mask> - (void)setLocations:(NSArray *)locations;
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove #import <EXCore/EXSingletonModule.h>
</s> add #import <UMCore/UMSingletonModule.h> </s> remove #import <EXCore/EXModuleRegistry.h>
#import <EXCore/EXAppLifecycleListener.h>
</s> add #import <UMCore/UMModuleRegistry.h>
#import <UMCore/UMAppLifecycleListener.h> </s> remove #import <EXConstantsInterface/EXConstantsInterface.h>
</s> add </s> remove #import <EXCore/EXModuleRegistry.h>
</s> add #import <UMCore/UMModuleRegistry.h> </s> remove #import <EXBarCodeScannerInterface/EXBarCodeScannerInterface.h>
</s> add #import <UMBarCodeScannerInterface/UMBarCodeScannerInterface.h> </s> remove #import <EXFileSystemInterface/EXFileSystemInterface.h>
#import <EXConstantsInterface/EXConstantsInterface.h>
</s> add #import <UMFileSystemInterface/UMFileSystemInterface.h>
#import <UMConstantsInterface/UMConstantsInterface.h> | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/ios/EXLinearGradient/EXLinearGradient.h |
keep keep replace replace keep keep keep keep | <mask> // Copyright 2015-present 650 Industries. All rights reserved.
<mask>
<mask> #import <EXCore/EXViewManager.h>
<mask> #import <EXCore/EXExportedModule.h>
<mask>
<mask> @interface EXLinearGradientManager : EXViewManager
<mask>
<mask> @end
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove #import <EXCore/EXViewManager.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMViewManager.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXViewManager.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMViewManager.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXExportedModule.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMExportedModule.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXExportedModule.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMExportedModule.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXViewManager.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMViewManager.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXFontInterface/EXFontScalerInterface.h>
</s> add #import <UMFontInterface/UMFontScalerInterface.h> | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/ios/EXLinearGradient/EXLinearGradientManager.h |
keep keep keep keep replace keep keep | <mask>
<mask> #import <EXCore/EXViewManager.h>
<mask> #import <EXCore/EXExportedModule.h>
<mask>
<mask> @interface EXLinearGradientManager : EXViewManager
<mask>
<mask> @end
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove #import <EXCore/EXViewManager.h>
#import <EXCore/EXExportedModule.h>
</s> add #import <UMCore/UMViewManager.h>
#import <UMCore/UMExportedModule.h> </s> remove #import <EXCore/EXViewManager.h>
</s> add #import <UMCore/UMViewManager.h> </s> remove #import <EXCore/EXViewManager.h>
</s> add #import <UMCore/UMViewManager.h> </s> remove @interface EXAdsAdMobBannerViewManager : EXViewManager
</s> add @interface EXAdsAdMobBannerViewManager : UMViewManager </s> remove @interface EXAdsAdMobDFPManager : EXViewManager
</s> add @interface EXAdsAdMobDFPManager : UMViewManager </s> remove @interface EXBlurViewManager : EXViewManager <EXModuleRegistryConsumer>
</s> add @interface EXBlurViewManager : UMViewManager <UMModuleRegistryConsumer> | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/ios/EXLinearGradient/EXLinearGradientManager.h |
keep keep keep keep replace keep keep keep keep keep | <mask> "author": "650 Industries, Inc.",
<mask> "license": "MIT",
<mask> "homepage": "https://docs.expo.io/versions/latest/sdk/linear-gradient/",
<mask> "unimodulePeerDependencies": {
<mask> "expo-core": "*"
<mask> },
<mask> "devDependencies": {
<mask> "expo-module-scripts": "^1.0.0"
<mask> }
<mask> }
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove "expo-core": "*"
</s> add "@unimodules/core": "*" </s> remove "expo-core": "*"
</s> add "@unimodules/core": "*" </s> remove "expo-core": "*",
"expo-errors": "*"
</s> add "@unimodules/core": "*" </s> remove "expo-core": "*",
"expo-errors": "*"
</s> add "@unimodules/core": "*" </s> remove "expo-core": "*",
"expo-errors": "*",
"expo-file-system-interface": "*"
</s> add "@unimodules/core": "*",
"unimodules-file-system-interface": "*" </s> remove "expo-core": "*",
"expo-task-manager-interface": "*"
</s> add "@unimodules/core": "*",
"unimodules-task-manager-interface": "*" | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/package.json |
keep keep replace keep keep keep keep keep | <mask> import React from 'react';
<mask> import { StyleSheet, View } from 'react-native';
<mask> import { requireNativeViewManager } from 'expo-core';
<mask>
<mask> type Props = {
<mask> colors: number[];
<mask> locations?: number[] | null;
<mask> startPoint?: Point | null;
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import { NativeModulesProxy, requireNativeViewManager } from 'expo-core';
</s> add import { NativeModulesProxy, requireNativeViewManager } from '@unimodules/core'; </s> remove import { NativeModulesProxy, requireNativeViewManager } from 'expo-core';
</s> add import { NativeModulesProxy, requireNativeViewManager } from '@unimodules/core'; </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import {
Animated,
Dimensions,
ScrollView,
StyleSheet,
Text,
TouchableOpacity,
View,
} from 'react-native';
</s> add import { ScrollView, StyleSheet, Text, TouchableOpacity, View } from 'react-native'; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/src/NativeLinearGradient.android.tsx |
keep keep replace keep keep keep keep keep | <mask> import React from 'react';
<mask> import { View } from 'react-native';
<mask> import { requireNativeViewManager } from 'expo-core';
<mask>
<mask> type Props = {
<mask> colors: number[];
<mask> locations?: number[] | null;
<mask> startPoint?: Point | null;
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import { NativeModulesProxy, requireNativeViewManager } from 'expo-core';
</s> add import { NativeModulesProxy, requireNativeViewManager } from '@unimodules/core'; </s> remove import { NativeModulesProxy, requireNativeViewManager } from 'expo-core';
</s> add import { NativeModulesProxy, requireNativeViewManager } from '@unimodules/core'; </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; </s> remove import { requireNativeViewManager } from 'expo-core';
</s> add import { requireNativeViewManager } from '@unimodules/core'; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-linear-gradient/src/NativeLinearGradient.ios.tsx |
keep keep keep keep replace keep keep replace keep keep keep keep | <mask> }
<mask> }
<mask>
<mask> if (new File(rootProject.projectDir.parentFile, 'package.json').exists()) {
<mask> apply from: project(":expo-core").file("../expo-core.gradle")
<mask> } else {
<mask> throw new GradleException(
<mask> "'expo-core.gradle' was not found in the usual Flutter or React Native dependency locations. " +
<mask> "This package can only be used in such projects. Are you sure you've installed the dependencies properly?")
<mask> }
<mask>
<mask> dependencies {
</s> [packages] Move unimodules foundation to `org.unimodules` scope | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-local-authentication/android/build.gradle |
keep keep keep keep replace keep keep keep | <mask> "This package can only be used in such projects. Are you sure you've installed the dependencies properly?")
<mask> }
<mask>
<mask> dependencies {
<mask> expendency "expo-core"
<mask>
<mask> implementation 'com.android.support:support-compat:27.1.1'
<mask> }
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove expendency "expo-core"
</s> add unimodule "unimodules-core" </s> remove expendency "expo-core"
expendency "expo-barcode-scanner-interface"
expendency "expo-image-loader-interface"
</s> add unimodule "unimodules-core"
unimodule "unimodules-barcode-scanner-interface"
unimodule "unimodules-image-loader-interface" </s> remove expendency "expo-core"
</s> add unimodule "unimodules-core" </s> remove expendency "expo-core"
</s> add unimodule "unimodules-core" </s> remove expendency "expo-core"
</s> add unimodule "unimodules-core" </s> remove expendency "expo-core"
</s> add unimodule "unimodules-core" | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-local-authentication/android/build.gradle |
keep keep keep keep replace replace replace replace replace replace keep keep keep keep keep | <mask>
<mask> import java.util.ArrayList;
<mask> import java.util.List;
<mask>
<mask> import expo.core.ExportedModule;
<mask> import expo.core.ModuleRegistry;
<mask> import expo.core.Promise;
<mask> import expo.core.interfaces.ExpoMethod;
<mask> import expo.core.interfaces.ModuleRegistryConsumer;
<mask> import expo.core.interfaces.services.UIManager;
<mask>
<mask> public class LocalAuthenticationModule extends ExportedModule implements ModuleRegistryConsumer {
<mask> private final FingerprintManagerCompat mFingerprintManager;
<mask> private CancellationSignal mCancellationSignal;
<mask> private Promise mPromise;
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove import expo.core.ExportedModule;
import expo.core.ModuleRegistry;
import expo.core.Promise;
import expo.core.interfaces.ExpoMethod;
import expo.core.interfaces.LifecycleEventListener;
import expo.core.interfaces.ModuleRegistryConsumer;
import expo.core.interfaces.services.UIManager;
</s> add import org.unimodules.core.ExportedModule;
import org.unimodules.core.ModuleRegistry;
import org.unimodules.core.Promise;
import org.unimodules.core.interfaces.ExpoMethod;
import org.unimodules.core.interfaces.LifecycleEventListener;
import org.unimodules.core.interfaces.ModuleRegistryConsumer;
import org.unimodules.core.interfaces.services.UIManager; </s> remove import expo.core.ExportedModule;
import expo.core.ModuleRegistry;
import expo.core.Promise;
import expo.core.interfaces.ExpoMethod;
import expo.core.interfaces.ModuleRegistryConsumer;
import expo.interfaces.font.FontManager;
</s> add import org.unimodules.core.ExportedModule;
import org.unimodules.core.ModuleRegistry;
import org.unimodules.core.Promise;
import org.unimodules.core.interfaces.ExpoMethod;
import org.unimodules.core.interfaces.ModuleRegistryConsumer;
import org.unimodules.interfaces.font.FontManager; </s> remove import expo.core.ExportedModule;
import expo.core.ModuleRegistry;
import expo.core.Promise;
import expo.core.interfaces.ExpoMethod;
import expo.core.interfaces.ModuleRegistryConsumer;
</s> add import org.unimodules.core.ExportedModule;
import org.unimodules.core.ModuleRegistry;
import org.unimodules.core.Promise;
import org.unimodules.core.interfaces.ExpoMethod;
import org.unimodules.core.interfaces.ModuleRegistryConsumer; </s> remove import expo.core.ExportedModule;
import expo.core.ModuleRegistry;
import expo.core.Promise;
import expo.core.interfaces.ExpoMethod;
import expo.core.interfaces.ModuleRegistryConsumer;
</s> add import org.unimodules.core.ExportedModule;
import org.unimodules.core.ModuleRegistry;
import org.unimodules.core.Promise;
import org.unimodules.core.interfaces.ExpoMethod;
import org.unimodules.core.interfaces.ModuleRegistryConsumer; </s> remove import expo.core.ExportedModule;
import expo.core.ModuleRegistry;
import expo.core.Promise;
import expo.core.arguments.ReadableArguments;
import expo.core.interfaces.ExpoMethod;
import expo.core.interfaces.ModuleRegistryConsumer;
import expo.interfaces.permissions.Permissions;
</s> add import org.unimodules.core.ExportedModule;
import org.unimodules.core.ModuleRegistry;
import org.unimodules.core.Promise;
import org.unimodules.core.arguments.ReadableArguments;
import org.unimodules.core.interfaces.ExpoMethod;
import org.unimodules.core.interfaces.ModuleRegistryConsumer;
import org.unimodules.interfaces.permissions.Permissions; </s> remove import expo.core.ExportedModule;
import expo.core.ModuleRegistry;
import expo.core.Promise;
import expo.core.interfaces.ExpoMethod;
import expo.core.interfaces.ModuleRegistryConsumer;
import expo.core.interfaces.services.EventEmitter;
</s> add import org.unimodules.core.ExportedModule;
import org.unimodules.core.ModuleRegistry;
import org.unimodules.core.Promise;
import org.unimodules.core.interfaces.ExpoMethod;
import org.unimodules.core.interfaces.ModuleRegistryConsumer;
import org.unimodules.core.interfaces.services.EventEmitter; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-local-authentication/android/src/main/java/expo/modules/localauthentication/LocalAuthenticationModule.java |
keep keep keep keep replace replace keep keep keep keep keep | <mask>
<mask> import java.util.Collections;
<mask> import java.util.List;
<mask>
<mask> import expo.core.BasePackage;
<mask> import expo.core.ExportedModule;
<mask>
<mask> public class LocalAuthenticationPackage extends BasePackage {
<mask> @Override
<mask> public List<ExportedModule> createExportedModules(Context context) {
<mask> return Collections.<ExportedModule>singletonList(new LocalAuthenticationModule(context));
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-local-authentication/android/src/main/java/expo/modules/localauthentication/LocalAuthenticationPackage.java |
replace keep keep keep keep keep | <mask> import { UnavailabilityError } from 'expo-errors';
<mask> import invariant from 'invariant';
<mask> import { Platform } from 'react-native';
<mask> import ExpoLocalAuthentication from './ExpoLocalAuthentication';
<mask> import { AuthenticationType } from './LocalAuthentication.types';
<mask> export { AuthenticationType };
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove import { UnavailabilityError } from 'expo-errors';
</s> add import { UnavailabilityError } from '@unimodules/core'; </s> remove import { UnavailabilityError } from 'expo-errors';
</s> add import { UnavailabilityError } from '@unimodules/core'; </s> remove import { UnavailabilityError } from 'expo-errors';
</s> add import { UnavailabilityError } from '@unimodules/core'; </s> remove import { UnavailabilityError } from 'expo-errors';
</s> add import { UnavailabilityError } from '@unimodules/core'; </s> remove import { Platform } from 'expo-core';
</s> add import { Platform } from '@unimodules/core'; </s> remove import { Platform } from 'expo-core';
</s> add import { Platform } from '@unimodules/core'; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-local-authentication/build/LocalAuthentication.js |
keep keep keep keep replace replace keep | <mask> s.source_files = 'EXLocalAuthentication/**/*.{h,m}'
<mask> s.preserve_paths = 'EXLocalAuthentication/**/*.{h,m}'
<mask> s.requires_arc = true
<mask>
<mask> s.dependency 'EXCore'
<mask> s.dependency 'EXConstantsInterface'
<mask> end
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' </s> remove s.dependency 'EXCore'
</s> add s.dependency 'UMCore' | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-local-authentication/ios/EXLocalAuthentication.podspec |
keep keep replace replace keep keep keep | <mask> // Copyright 2018-present 650 Industries. All rights reserved.
<mask>
<mask> #import <EXCore/EXExportedModule.h>
<mask> #import <EXCore/EXModuleRegistryConsumer.h>
<mask>
<mask> @interface EXLocalAuthentication : EXExportedModule <EXModuleRegistryConsumer>
<mask> @end
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove #import <EXCore/EXExportedModule.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMExportedModule.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXExportedModule.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMExportedModule.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXExportedModule.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMExportedModule.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXExportedModule.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMExportedModule.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove #import <EXCore/EXViewManager.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMViewManager.h>
#import <UMCore/UMModuleRegistryConsumer.h> | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-local-authentication/ios/EXLocalAuthentication/EXLocalAuthentication.h |
keep keep keep keep replace keep | <mask>
<mask> #import <EXCore/EXExportedModule.h>
<mask> #import <EXCore/EXModuleRegistryConsumer.h>
<mask>
<mask> @interface EXLocalAuthentication : EXExportedModule <EXModuleRegistryConsumer>
<mask> @end
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove #import <EXCore/EXExportedModule.h>
#import <EXCore/EXModuleRegistryConsumer.h>
</s> add #import <UMCore/UMExportedModule.h>
#import <UMCore/UMModuleRegistryConsumer.h> </s> remove @interface EXImageManipulatorModule : EXExportedModule <EXModuleRegistryConsumer>
</s> add @interface EXImageManipulatorModule : UMExportedModule <UMModuleRegistryConsumer> </s> remove @interface EXDocumentPickerModule : EXExportedModule <EXModuleRegistryConsumer>
</s> add @interface EXDocumentPickerModule : UMExportedModule <UMModuleRegistryConsumer> </s> remove @interface EXCalendar : EXExportedModule <EXModuleRegistryConsumer>
</s> add @interface EXCalendar : UMExportedModule <UMModuleRegistryConsumer> </s> remove @interface EXFontLoader : EXExportedModule <EXModuleRegistryConsumer>
</s> add @interface EXFontLoader : UMExportedModule <UMModuleRegistryConsumer> </s> remove @interface EXKeepAwake : EXExportedModule <EXModuleRegistryConsumer>
</s> add @interface EXKeepAwake : UMExportedModule <UMModuleRegistryConsumer> | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-local-authentication/ios/EXLocalAuthentication/EXLocalAuthentication.h |
keep keep keep keep replace replace keep keep keep keep keep | <mask> "jest": {
<mask> "preset": "expo-module-scripts"
<mask> },
<mask> "unimodulePeerDependencies": {
<mask> "expo-core": "*",
<mask> "expo-constants-interface": "*"
<mask> },
<mask> "dependencies": {
<mask> "invariant": "^2.2.4"
<mask> },
<mask> "devDependencies": {
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove "expo-core": "*"
</s> add "@unimodules/core": "*" </s> remove "expo-core": "*",
"expo-errors": "*",
"expo-barcode-scanner-interface": "*"
</s> add "@unimodules/core": "*",
"unimodules-barcode-scanner-interface": "*" </s> remove "expo-core": "*",
"expo-face-detector-interface": "*",
"expo-permissions-interface": "*"
</s> add "@unimodules/core": "*",
"unimodules-face-detector-interface": "*",
"unimodules-permissions-interface": "*" </s> remove "expo-core": "*",
"expo-errors": "*"
</s> add "@unimodules/core": "*" </s> remove "expo-core": "*",
"expo-errors": "*",
"expo-permissions-interface": "*"
</s> add "@unimodules/core": "*",
"unimodules-permissions-interface": "*" </s> remove "expo-camera-interface": "*",
"expo-core": "*",
"expo-errors": "*",
"expo-file-system-interface": "*",
</s> add "unimodules-camera-interface": "*",
"@unimodules/core": "*",
"unimodules-file-system-interface": "*", | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-local-authentication/package.json |
replace keep keep keep keep keep | <mask> import { UnavailabilityError } from 'expo-errors';
<mask> import invariant from 'invariant';
<mask> import { Platform } from 'react-native';
<mask>
<mask> import ExpoLocalAuthentication from './ExpoLocalAuthentication';
<mask>
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove import { UnavailabilityError } from 'expo-errors';
</s> add import { UnavailabilityError } from '@unimodules/core'; </s> remove import { UnavailabilityError } from 'expo-errors';
</s> add import { UnavailabilityError } from '@unimodules/core'; </s> remove import { UnavailabilityError } from 'expo-errors';
</s> add import { UnavailabilityError } from '@unimodules/core'; </s> remove import { Platform } from 'expo-core';
</s> add import { Platform } from '@unimodules/core'; </s> remove import { UnavailabilityError, CodedError } from 'expo-errors';
</s> add import { UnavailabilityError, CodedError } from '@unimodules/core'; </s> remove import { Platform } from 'expo-core';
</s> add import { Platform } from '@unimodules/core'; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-local-authentication/src/LocalAuthentication.ts |
keep keep replace keep keep replace keep keep | <mask>
<mask> if (new File(rootProject.projectDir.parentFile, 'package.json').exists()) {
<mask> apply from: project(":expo-core").file("../expo-core.gradle")
<mask> } else {
<mask> throw new GradleException(
<mask> "'expo-core.gradle' was not found in the usual Flutter or React Native dependency locations. " +
<mask> "This package can only be used in such projects. Are you sure you've installed the dependencies properly?")
<mask> }
</s> [packages] Move unimodules foundation to `org.unimodules` scope | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-localization/android/build.gradle |
keep keep keep keep replace keep | <mask> "This package can only be used in such projects. Are you sure you've installed the dependencies properly?")
<mask> }
<mask>
<mask> dependencies {
<mask> expendency "expo-core"
<mask> }
</s> [packages] Move unimodules foundation to `org.unimodules` scope | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-localization/android/build.gradle |
keep keep keep keep replace replace replace keep keep keep keep keep | <mask> import java.util.Map;
<mask> import java.util.Set;
<mask> import java.util.TimeZone;
<mask>
<mask> import expo.core.ExportedModule;
<mask> import expo.core.Promise;
<mask> import expo.core.interfaces.ExpoMethod;
<mask>
<mask> import static android.os.Build.VERSION.SDK_INT;
<mask> import static android.os.Build.VERSION_CODES.LOLLIPOP;
<mask> import static android.os.Build.VERSION_CODES.N;
<mask> import static java.util.Currency.getAvailableCurrencies;
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove import expo.core.ExportedModule;
import expo.core.ModuleRegistry;
import expo.core.Promise;
import expo.core.interfaces.ActivityEventListener;
import expo.core.interfaces.ActivityProvider;
import expo.core.interfaces.ExpoMethod;
import expo.core.interfaces.ModuleRegistryConsumer;
import expo.core.interfaces.services.UIManager;
import expo.interfaces.constants.ConstantsInterface;
</s> add import org.unimodules.core.ExportedModule;
import org.unimodules.core.ModuleRegistry;
import org.unimodules.core.Promise;
import org.unimodules.core.interfaces.ActivityEventListener;
import org.unimodules.core.interfaces.ActivityProvider;
import org.unimodules.core.interfaces.ExpoMethod;
import org.unimodules.core.interfaces.ModuleRegistryConsumer;
import org.unimodules.core.interfaces.services.UIManager;
import org.unimodules.interfaces.constants.ConstantsInterface; </s> remove import static android.opengl.GLES30.*;
import static expo.modules.gl.cpp.EXGL.*;
</s> add import static android.opengl.GLES30.GL_ACTIVE_TEXTURE;
import static android.opengl.GLES30.GL_ARRAY_BUFFER;
import static android.opengl.GLES30.GL_CLAMP_TO_EDGE;
import static android.opengl.GLES30.GL_COLOR_ATTACHMENT0;
import static android.opengl.GLES30.GL_CURRENT_PROGRAM;
import static android.opengl.GLES30.GL_DRAW_FRAMEBUFFER;
import static android.opengl.GLES30.GL_DRAW_FRAMEBUFFER_BINDING;
import static android.opengl.GLES30.GL_FLOAT;
import static android.opengl.GLES30.GL_FRAGMENT_SHADER;
import static android.opengl.GLES30.GL_LINEAR;
import static android.opengl.GLES30.GL_RGBA;
import static android.opengl.GLES30.GL_STATIC_DRAW;
import static android.opengl.GLES30.GL_TEXTURE0;
import static android.opengl.GLES30.GL_TEXTURE_2D;
import static android.opengl.GLES30.GL_TEXTURE_BINDING_2D;
import static android.opengl.GLES30.GL_TEXTURE_MAG_FILTER;
import static android.opengl.GLES30.GL_TEXTURE_MIN_FILTER;
import static android.opengl.GLES30.GL_TEXTURE_WRAP_S;
import static android.opengl.GLES30.GL_TEXTURE_WRAP_T;
import static android.opengl.GLES30.GL_TRIANGLES;
import static android.opengl.GLES30.GL_UNSIGNED_BYTE;
import static android.opengl.GLES30.GL_VERTEX_ARRAY_BINDING;
import static android.opengl.GLES30.GL_VERTEX_SHADER;
import static android.opengl.GLES30.GL_VIEWPORT;
import static android.opengl.GLES30.glAttachShader;
import static android.opengl.GLES30.glBindBuffer;
import static android.opengl.GLES30.glBindFramebuffer;
import static android.opengl.GLES30.glBindTexture;
import static android.opengl.GLES30.glBindVertexArray;
import static android.opengl.GLES30.glBufferData;
import static android.opengl.GLES30.glCompileShader;
import static android.opengl.GLES30.glCreateProgram;
import static android.opengl.GLES30.glCreateShader;
import static android.opengl.GLES30.glDrawArrays;
import static android.opengl.GLES30.glEnableVertexAttribArray;
import static android.opengl.GLES30.glFramebufferTexture2D;
import static android.opengl.GLES30.glGenBuffers;
import static android.opengl.GLES30.glGenFramebuffers;
import static android.opengl.GLES30.glGenTextures;
import static android.opengl.GLES30.glGenVertexArrays;
import static android.opengl.GLES30.glGetAttribLocation;
import static android.opengl.GLES30.glGetIntegerv;
import static android.opengl.GLES30.glGetUniformLocation;
import static android.opengl.GLES30.glLinkProgram;
import static android.opengl.GLES30.glShaderSource;
import static android.opengl.GLES30.glTexImage2D;
import static android.opengl.GLES30.glTexParameteri;
import static android.opengl.GLES30.glUniform1i;
import static android.opengl.GLES30.glUniformMatrix4fv;
import static android.opengl.GLES30.glUseProgram;
import static android.opengl.GLES30.glVertexAttribPointer;
import static android.opengl.GLES30.glViewport;
import static expo.modules.gl.cpp.EXGL.EXGLContextMapObject; </s> remove import expo.core.ExportedModule;
import expo.core.ModuleRegistry;
import expo.core.Promise;
import expo.core.interfaces.ActivityProvider;
import expo.core.interfaces.ExpoMethod;
import expo.core.interfaces.ModuleRegistryConsumer;
</s> add import org.unimodules.core.ExportedModule;
import org.unimodules.core.ModuleRegistry;
import org.unimodules.core.Promise;
import org.unimodules.core.interfaces.ActivityProvider;
import org.unimodules.core.interfaces.ExpoMethod;
import org.unimodules.core.interfaces.ModuleRegistryConsumer; </s> remove import expo.core.ExportedModule;
import expo.core.ModuleRegistry;
import expo.core.Promise;
import expo.core.interfaces.ExpoMethod;
import expo.core.interfaces.LifecycleEventListener;
import expo.core.interfaces.ModuleRegistryConsumer;
import expo.core.interfaces.services.UIManager;
</s> add import org.unimodules.core.ExportedModule;
import org.unimodules.core.ModuleRegistry;
import org.unimodules.core.Promise;
import org.unimodules.core.interfaces.ExpoMethod;
import org.unimodules.core.interfaces.LifecycleEventListener;
import org.unimodules.core.interfaces.ModuleRegistryConsumer;
import org.unimodules.core.interfaces.services.UIManager; </s> remove import expo.core.ExportedModule;
import expo.core.ModuleRegistry;
import expo.core.Promise;
import expo.core.arguments.ReadableArguments;
import expo.core.interfaces.ExpoMethod;
import expo.core.interfaces.ModuleRegistryConsumer;
import expo.interfaces.permissions.Permissions;
</s> add import org.unimodules.core.ExportedModule;
import org.unimodules.core.ModuleRegistry;
import org.unimodules.core.Promise;
import org.unimodules.core.arguments.ReadableArguments;
import org.unimodules.core.interfaces.ExpoMethod;
import org.unimodules.core.interfaces.ModuleRegistryConsumer;
import org.unimodules.interfaces.permissions.Permissions; </s> remove import expo.core.ExportedModule;
import expo.core.ModuleRegistry;
import expo.core.Promise;
import expo.core.interfaces.ExpoMethod;
import expo.core.interfaces.ModuleRegistryConsumer;
import expo.interfaces.barcodescanner.BarCodeScanner;
import expo.interfaces.barcodescanner.BarCodeScannerResult;
import expo.interfaces.barcodescanner.BarCodeScannerSettings;
import expo.interfaces.imageloader.ImageLoader;
</s> add import org.unimodules.core.ExportedModule;
import org.unimodules.core.ModuleRegistry;
import org.unimodules.core.Promise;
import org.unimodules.core.interfaces.ExpoMethod;
import org.unimodules.core.interfaces.ModuleRegistryConsumer;
import org.unimodules.interfaces.barcodescanner.BarCodeScanner;
import org.unimodules.interfaces.barcodescanner.BarCodeScannerResult;
import org.unimodules.interfaces.barcodescanner.BarCodeScannerSettings;
import org.unimodules.interfaces.imageloader.ImageLoader; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-localization/android/src/main/java/expo/modules/localization/LocalizationModule.java |
keep keep keep keep replace replace keep keep keep keep keep | <mask>
<mask> import java.util.Collections;
<mask> import java.util.List;
<mask>
<mask> import expo.core.BasePackage;
<mask> import expo.core.ExportedModule;
<mask>
<mask> public class LocalizationPackage extends BasePackage {
<mask> @Override
<mask> public List<ExportedModule> createExportedModules(Context context) {
<mask> return Collections.<ExportedModule>singletonList(new LocalizationModule(context));
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; </s> remove import expo.core.BasePackage;
import expo.core.ExportedModule;
</s> add import org.unimodules.core.BasePackage;
import org.unimodules.core.ExportedModule; | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-localization/android/src/main/java/expo/modules/localization/LocalizationPackage.java |
keep keep keep keep replace replace keep keep keep keep keep | <mask> navigator['systemLanguage'] ||
<mask> navigator['browserLanguage'] ||
<mask> navigator['userLanguage'] ||
<mask> this.locales[0];
<mask> // The native format is en-US
<mask> return locale.replace('_', '-');
<mask> },
<mask> get locales() {
<mask> const { languages = [] } = navigator;
<mask> return Array.from(languages);
<mask> },
</s> [packages] Move unimodules foundation to `org.unimodules` scope </s> remove return EXFileSystemPermissionNone;
</s> add return UMFileSystemPermissionNone; </s> remove import { UnavailabilityError, CodedError } from 'expo-errors';
</s> add import { UnavailabilityError, CodedError } from '@unimodules/core'; </s> remove - (EXFileSystemPermissionFlags)getExternalPathPermissions:(NSString *)path
</s> add - (UMFileSystemPermissionFlags)getExternalPathPermissions:(NSString *)path </s> add 'node_modules/@unimodules', </s> remove "expo-core": "*"
</s> add "@unimodules/core": "*" </s> remove "expo-core": "*"
</s> add "@unimodules/core": "*" | https://github.com/expo/expo/commit/8d441c7e9b081cfdd6a45edc165251d7273225a0 | packages/expo-localization/build/ExpoLocalization.web.js |
keep keep keep keep replace keep keep keep keep keep | <mask> logger: Log;
<mask> quiet?: boolean;
<mask> unversioned?: boolean;
<mask> };
<mask> export declare type BundleOptions = {
<mask> entryPoint: string;
<mask> platform: 'android' | 'ios' | 'web';
<mask> dev?: boolean;
<mask> minify?: boolean;
<mask> sourceMapUrl?: string;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type SupportedPlatform = 'ios' | 'android' | 'web';
</s> add export type SupportedPlatform = 'ios' | 'android' | 'web'; </s> remove export declare type PackageRevision = {
</s> add export type PackageRevision = { </s> remove export declare type URLListener = (event: EventType) => void;
export declare type NativeURLListener = (nativeEvent: MessageEvent) => void;
export declare type SendIntentExtras = {
</s> add export type URLListener = (event: EventType) => void;
export type NativeURLListener = (nativeEvent: MessageEvent) => void;
export type SendIntentExtras = { </s> remove export declare type LocationTaskServiceOptions = {
</s> add export type LocationTaskServiceOptions = { </s> remove export declare type AlbumType = 'album' | 'moment' | 'smartAlbum';
export declare type AlbumsOptions = {
</s> add export type AlbumType = 'album' | 'moment' | 'smartAlbum';
export type AlbumsOptions = { </s> remove export declare type AssetsOptions = {
</s> add export type AssetsOptions = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/@expo/dev-server/build/MetroDevServer.d.ts |
keep keep keep keep replace keep keep keep | <mask> export declare type ImageProgressEventData = {
<mask> loaded: number;
<mask> total: number;
<mask> };
<mask> export declare type ImageErrorEventData = {
<mask> error: string;
<mask> };
<mask> //# sourceMappingURL=Image.types.d.ts.map </s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type Album = {
</s> add export type Album = { </s> remove export declare type Location = {
</s> add export type Location = { </s> remove export declare type URLListener = (event: EventType) => void;
export declare type NativeURLListener = (nativeEvent: MessageEvent) => void;
export declare type SendIntentExtras = {
</s> add export type URLListener = (event: EventType) => void;
export type NativeURLListener = (nativeEvent: MessageEvent) => void;
export type SendIntentExtras = { </s> remove export declare type LocalAuthenticationResult = {
</s> add export type LocalAuthenticationResult = { </s> remove export declare type AssetsOptions = {
</s> add export type AssetsOptions = { </s> remove export declare type AssetRef = Asset | string;
export declare type AlbumRef = Album | string;
</s> add export type AssetRef = Asset | string;
export type AlbumRef = Album | string; | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-image/build/Image.types.d.ts |
replace keep keep keep keep keep | <mask> export declare type QueryResult = InAppPurchase | IAPItemDetails;
<mask> /**
<mask> * The response type for queries and purchases.
<mask> */
<mask> export interface IAPQueryResponse<QueryResult> {
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LatLngDelta = {
</s> add export type LatLngDelta = { </s> remove export declare type LocationHeadingCallback = (location: LocationHeadingObject) => any;
</s> add export type LocationHeadingCallback = (location: LocationHeadingObject) => any; </s> remove export declare type AssetsOptions = {
</s> add export type AssetsOptions = { </s> remove export declare type AlbumType = 'album' | 'moment' | 'smartAlbum';
export declare type AlbumsOptions = {
</s> add export type AlbumType = 'album' | 'moment' | 'smartAlbum';
export type AlbumsOptions = { </s> remove export declare type OverlayProps = {
</s> add export type OverlayProps = { </s> remove export declare type LocationObject = {
</s> add export type LocationObject = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-in-app-purchases/build/InAppPurchases.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * @example `P0D`, `P6W`, `P3M`, `P6M`, `P1Y`
<mask> */
<mask> subscriptionPeriod?: string;
<mask> }
<mask> export declare type IAPPurchaseHistoryOptions = {
<mask> /**
<mask> * A boolean that indicates whether or not you want to make a network request
<mask> * to sync expired/consumed purchases and those on other devices.
<mask> *
<mask> * - If set to `true`, this method returns purchase details **only** for the user's currently
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type Provider = {
</s> add export type Provider = { </s> remove export declare type MediaLibraryAssetsChangeEvent = {
</s> add export type MediaLibraryAssetsChangeEvent = { </s> remove export declare type PatternItem = {
</s> add export type PatternItem = { </s> remove export declare type CameraMove = {
</s> add export type CameraMove = { </s> remove export declare type LocationProviderStatus = {
</s> add export type LocationProviderStatus = { </s> remove export declare type LocationLastKnownOptions = {
</s> add export type LocationLastKnownOptions = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-in-app-purchases/build/InAppPurchases.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * An object `{ x: number; y: number }` or array `[x, y]` that represents the point
<mask> * at which the gradient starts or ends, as a fraction of the overall size of the gradient ranging
<mask> * from `0` to `1`, inclusive.
<mask> */
<mask> export declare type LinearGradientPoint = {
<mask> /**
<mask> * A number ranging from `0` to `1`, representing the position of gradient transformation.
<mask> */
<mask> x: number;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LinearGradientProps = ViewProps & {
</s> add export type LinearGradientProps = ViewProps & { </s> remove export declare type LocationLastKnownOptions = {
</s> add export type LocationLastKnownOptions = { </s> remove export declare type Point = {
</s> add export type Point = { </s> remove export declare type MailComposerOptions = {
</s> add export type MailComposerOptions = { </s> remove export declare type BaseMarkerOptions = {
</s> add export type BaseMarkerOptions = { </s> remove export declare type OnLocationChangeEvent = {
</s> add export type OnLocationChangeEvent = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-linear-gradient/build/LinearGradient.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * A number ranging from `0` to `1`, representing the position of gradient transformation.
<mask> */
<mask> y: number;
<mask> } | NativeLinearGradientPoint;
<mask> export declare type LinearGradientProps = ViewProps & {
<mask> /**
<mask> * An array of colors that represent stops in the gradient. At least two colors are required
<mask> * (for a single-color background, use the `style.backgroundColor` prop on a `View` component).
<mask> */
<mask> colors: string[];
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LinearGradientPoint = {
</s> add export type LinearGradientPoint = { </s> remove export declare type MailComposerOptions = {
</s> add export type MailComposerOptions = { </s> remove export declare type Point = {
</s> add export type Point = { </s> remove export declare type LocationLastKnownOptions = {
</s> add export type LocationLastKnownOptions = { </s> remove export declare type AlbumType = 'album' | 'moment' | 'smartAlbum';
export declare type AlbumsOptions = {
</s> add export type AlbumType = 'album' | 'moment' | 'smartAlbum';
export type AlbumsOptions = { </s> remove export declare type LocationGeocodedLocation = {
</s> add export type LocationGeocodedLocation = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-linear-gradient/build/LinearGradient.d.ts |
keep keep replace keep keep keep keep keep | <mask> import { PropsWithChildren } from 'react';
<mask> import { ViewProps } from 'react-native';
<mask> export declare type NativeLinearGradientProps = ViewProps & PropsWithChildren<{
<mask> colors: number[];
<mask> locations?: number[] | null;
<mask> startPoint?: NativeLinearGradientPoint | null;
<mask> endPoint?: NativeLinearGradientPoint | null;
<mask> }>;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type getLinearGradientBackgroundImage = (colors: number[], width?: number, height?: number, locations?: number[] | null, startPoint?: NativeLinearGradientPoint | null, endPoint?: NativeLinearGradientPoint | null) => string;
export declare type NativeLinearGradientPoint = [number, number];
</s> add export type getLinearGradientBackgroundImage = (colors: number[], width?: number, height?: number, locations?: number[] | null, startPoint?: NativeLinearGradientPoint | null, endPoint?: NativeLinearGradientPoint | null) => string;
export type NativeLinearGradientPoint = [number, number]; </s> remove export declare type SupportedPlatform = 'ios' | 'android' | 'web';
</s> add export type SupportedPlatform = 'ios' | 'android' | 'web'; </s> remove export declare type QueryParams = ParsedQs;
export declare type ParsedURL = {
</s> add export type QueryParams = ParsedQs;
export type ParsedURL = { </s> remove export declare type MapTypes = 'normal' | 'hybrid' | 'satellite' | 'terrain';
</s> add export type MapTypes = 'normal' | 'hybrid' | 'satellite' | 'terrain'; </s> remove export declare type LinearGradientProps = ViewProps & {
</s> add export type LinearGradientProps = ViewProps & { </s> remove export declare type ClusterProps = PropsWithChildren<{
</s> add export type ClusterProps = PropsWithChildren<{ | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-linear-gradient/build/NativeLinearGradient.types.d.ts |
keep keep keep keep replace replace keep | <mask> locations?: number[] | null;
<mask> startPoint?: NativeLinearGradientPoint | null;
<mask> endPoint?: NativeLinearGradientPoint | null;
<mask> }>;
<mask> export declare type getLinearGradientBackgroundImage = (colors: number[], width?: number, height?: number, locations?: number[] | null, startPoint?: NativeLinearGradientPoint | null, endPoint?: NativeLinearGradientPoint | null) => string;
<mask> export declare type NativeLinearGradientPoint = [number, number];
<mask> //# sourceMappingURL=NativeLinearGradient.types.d.ts.map </s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type NativeLinearGradientProps = ViewProps & PropsWithChildren<{
</s> add export type NativeLinearGradientProps = ViewProps & PropsWithChildren<{ </s> remove export declare type SupportedPlatform = 'ios' | 'android' | 'web';
</s> add export type SupportedPlatform = 'ios' | 'android' | 'web'; </s> remove export declare type QueryParams = ParsedQs;
export declare type ParsedURL = {
</s> add export type QueryParams = ParsedQs;
export type ParsedURL = { </s> remove export declare type URLListener = (event: EventType) => void;
export declare type NativeURLListener = (nativeEvent: MessageEvent) => void;
export declare type SendIntentExtras = {
</s> add export type URLListener = (event: EventType) => void;
export type NativeURLListener = (nativeEvent: MessageEvent) => void;
export type SendIntentExtras = { </s> remove export declare type LocationGeocodedAddress = {
</s> add export type LocationGeocodedAddress = { </s> remove export declare type MediaTypeValue = 'audio' | 'photo' | 'video' | 'unknown';
export declare type SortByKey = 'default' | 'mediaType' | 'width' | 'height' | 'creationTime' | 'modificationTime' | 'duration';
export declare type SortByValue = [SortByKey, boolean] | SortByKey;
export declare type MediaTypeObject = {
</s> add export type MediaTypeValue = 'audio' | 'photo' | 'video' | 'unknown';
export type SortByKey = 'default' | 'mediaType' | 'width' | 'height' | 'creationTime' | 'modificationTime' | 'duration';
export type SortByValue = [SortByKey, boolean] | SortByKey;
export type MediaTypeObject = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-linear-gradient/build/NativeLinearGradient.types.d.ts |
keep replace replace keep keep keep keep keep | <mask> import type { ParsedQs } from 'qs';
<mask> export declare type QueryParams = ParsedQs;
<mask> export declare type ParsedURL = {
<mask> scheme: string | null;
<mask> hostname: string | null;
<mask> /**
<mask> * The path into the app specified by the URL.
<mask> */
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type CreateURLOptions = {
</s> add export type CreateURLOptions = { </s> remove export declare type LocationGeocodedAddress = {
</s> add export type LocationGeocodedAddress = { </s> remove export declare type NativeLinearGradientProps = ViewProps & PropsWithChildren<{
</s> add export type NativeLinearGradientProps = ViewProps & PropsWithChildren<{ </s> remove export declare type GeoJsonProps = {
</s> add export type GeoJsonProps = { </s> remove export declare type SupportedPlatform = 'ios' | 'android' | 'web';
</s> add export type SupportedPlatform = 'ios' | 'android' | 'web'; </s> remove export declare type MapTypes = 'normal' | 'hybrid' | 'satellite' | 'terrain';
</s> add export type MapTypes = 'normal' | 'hybrid' | 'satellite' | 'terrain'; | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-linking/build/Linking.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * The set of query parameters specified by the query string of the url used to open the app.
<mask> */
<mask> queryParams: QueryParams | null;
<mask> };
<mask> export declare type CreateURLOptions = {
<mask> /**
<mask> * URI protocol `<scheme>://` that must be built into your native app.
<mask> */
<mask> scheme?: string;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type QueryParams = ParsedQs;
export declare type ParsedURL = {
</s> add export type QueryParams = ParsedQs;
export type ParsedURL = { </s> remove export declare type LocationGeocodedAddress = {
</s> add export type LocationGeocodedAddress = { </s> remove export declare type AssetInfo = Asset & {
</s> add export type AssetInfo = Asset & { </s> remove export declare type BaseMarkerOptions = {
</s> add export type BaseMarkerOptions = { </s> remove export declare type LocationLastKnownOptions = {
</s> add export type LocationLastKnownOptions = { </s> remove export declare type OnLocationChangeEvent = {
</s> add export type OnLocationChangeEvent = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-linking/build/Linking.types.d.ts |
keep keep keep keep replace keep keep keep replace replace replace | <mask> * Should the URI be triple slashed `scheme:///path` or double slashed `scheme://path`.
<mask> */
<mask> isTripleSlashed?: boolean;
<mask> };
<mask> export declare type EventType = {
<mask> url: string;
<mask> nativeEvent?: MessageEvent;
<mask> };
<mask> export declare type URLListener = (event: EventType) => void;
<mask> export declare type NativeURLListener = (nativeEvent: MessageEvent) => void;
<mask> export declare type SendIntentExtras = {
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type PermissionDetailsLocationIOS = {
</s> add export type PermissionDetailsLocationIOS = { </s> remove export declare type LocationSubscription = {
</s> add export type LocationSubscription = { </s> remove export declare type Providers = 'google' | 'apple';
</s> add export type Providers = 'google' | 'apple'; </s> remove export declare type LocationCallback = (location: LocationObject) => any;
</s> add export type LocationCallback = (location: LocationObject) => any; </s> remove export declare type LocationHeadingCallback = (location: LocationHeadingObject) => any;
</s> add export type LocationHeadingCallback = (location: LocationHeadingObject) => any; | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-linking/build/Linking.types.d.ts |
replace keep keep keep keep keep | <mask> export declare type LocalAuthenticationResult = {
<mask> success: true;
<mask> } | {
<mask> success: false;
<mask> error: string;
<mask> warning?: string;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type ImageErrorEventData = {
</s> add export type ImageErrorEventData = { </s> remove export declare type PackageRevision = {
</s> add export type PackageRevision = { </s> remove export declare type URLListener = (event: EventType) => void;
export declare type NativeURLListener = (nativeEvent: MessageEvent) => void;
export declare type SendIntentExtras = {
</s> add export type URLListener = (event: EventType) => void;
export type NativeURLListener = (nativeEvent: MessageEvent) => void;
export type SendIntentExtras = { </s> remove export declare type BundleOptions = {
</s> add export type BundleOptions = { </s> remove export declare type AssetRef = Asset | string;
export declare type AlbumRef = Album | string;
</s> add export type AssetRef = Asset | string;
export type AlbumRef = Album | string; </s> remove export declare type SearchResults = {
</s> add export type SearchResults = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-local-authentication/build/LocalAuthentication.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * Indicates biometric authentication.
<mask> */
<mask> BIOMETRIC = 2
<mask> }
<mask> export declare type LocalAuthenticationOptions = {
<mask> /**
<mask> * A message that is shown alongside the TouchID or FaceID prompt.
<mask> */
<mask> promptMessage?: string;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type BaseMarkerOptions = {
</s> add export type BaseMarkerOptions = { </s> remove export declare type LocationLastKnownOptions = {
</s> add export type LocationLastKnownOptions = { </s> remove export declare type CameraPosition = {
</s> add export type CameraPosition = { </s> remove export declare type IAPPurchaseHistoryOptions = {
</s> add export type IAPPurchaseHistoryOptions = { </s> remove export declare type MarkerDragEndedEvent = {
</s> add export type MarkerDragEndedEvent = { </s> remove export declare type LinearGradientPoint = {
</s> add export type LinearGradientPoint = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-local-authentication/build/LocalAuthentication.types.d.ts |
replace keep keep keep keep keep | <mask> export declare type Localization = {
<mask> /**
<mask> * Three-character ISO 4217 currency code. Returns `null` on web.
<mask> *
<mask> * @example `'USD'`, `'EUR'`, `'CNY'`, `null`
<mask> */
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type Locale = {
</s> add export type Locale = { </s> remove export declare type LocationLastKnownOptions = {
</s> add export type LocationLastKnownOptions = { </s> remove export declare type OnRegionChangeEvent = {
</s> add export type OnRegionChangeEvent = { </s> remove export declare type Traffic = {
</s> add export type Traffic = { </s> remove export declare type OnPoiClickEvent = {
</s> add export type OnPoiClickEvent = { </s> remove export declare type IAPPurchaseHistoryOptions = {
</s> add export type IAPPurchaseHistoryOptions = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-localization/build/Localization.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * @example `'America/Los_Angeles'`
<mask> */
<mask> timezone: string;
<mask> };
<mask> export declare type Locale = {
<mask> /**
<mask> * An [IETF BCP 47 language tag](https://en.wikipedia.org/wiki/IETF_language_tag) with a region code.
<mask> * @example `'en-US'`, `'es-419'`, `'pl-PL'`.
<mask> */
<mask> languageTag: string;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type Localization = {
</s> add export type Localization = { </s> remove export declare type LocationRegion = {
</s> add export type LocationRegion = { </s> remove export declare type PointWithData = Point & {
</s> add export type PointWithData = Point & { </s> remove export declare type IAPPurchaseHistoryOptions = {
</s> add export type IAPPurchaseHistoryOptions = { </s> remove export declare type Marker = {
</s> add export type Marker = { </s> remove export declare type MapCluster = {
</s> add export type MapCluster = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-localization/build/Localization.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> PERSIAN = "persian",
<mask> /** Civil (algorithmic) Arabic calendar */
<mask> ROC = "roc"
<mask> }
<mask> export declare type Calendar = {
<mask> /**
<mask> * The calendar identifier, one of [Unicode calendar types](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/calendar).
<mask> *
<mask> * On Android is limited to one of device's [available calendar types](https://developer.android.com/reference/java/util/Calendar#getAvailableCalendarTypes()).
<mask> *
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LocationOptions = {
</s> add export type LocationOptions = { </s> remove export declare type PolygonProps = {
</s> add export type PolygonProps = { </s> remove export declare type Callbacks = {
</s> add export type Callbacks = { </s> remove export declare type CameraPosition = {
</s> add export type CameraPosition = { </s> remove export declare type HeatmapOptions = {
</s> add export type HeatmapOptions = { </s> remove export declare type Provider = {
</s> add export type Provider = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-localization/build/Localization.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> }
<mask> /**
<mask> * Type representing options argument in `getCurrentPositionAsync`.
<mask> */
<mask> export declare type LocationOptions = {
<mask> /**
<mask> * Location manager accuracy. Pass one of `LocationAccuracy` enum values.
<mask> * For low-accuracies the implementation can avoid geolocation providers
<mask> * that consume a significant amount of power (such as GPS).
<mask> */
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LocationLastKnownOptions = {
</s> add export type LocationLastKnownOptions = { </s> remove export declare type LocationGeocodedLocation = {
</s> add export type LocationGeocodedLocation = { </s> remove export declare type LocationTaskOptions = LocationOptions & {
</s> add export type LocationTaskOptions = LocationOptions & { </s> remove export declare type MarkerDragEndedEvent = {
</s> add export type MarkerDragEndedEvent = { </s> remove export declare type Point = {
</s> add export type Point = { </s> remove export declare type MarkerDragStartedEvent = {
</s> add export type MarkerDragStartedEvent = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type representing options object that can be passed to `getLastKnownPositionAsync`.
<mask> */
<mask> export declare type LocationLastKnownOptions = {
<mask> /**
<mask> * A number of milliseconds after which the last known location starts to be invalid and thus
<mask> * `null` is returned.
<mask> */
<mask> maxAge?: number;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type OnLocationChangeEvent = {
</s> add export type OnLocationChangeEvent = { </s> remove export declare type LinearGradientPoint = {
</s> add export type LinearGradientPoint = { </s> remove export declare type MarkerOptions = {
</s> add export type MarkerOptions = { </s> remove export declare type CameraMove = {
</s> add export type CameraMove = { </s> remove export declare type LocationOptions = {
</s> add export type LocationOptions = { </s> remove export declare type LocationObjectCoords = {
</s> add export type LocationObjectCoords = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type representing background location task options.
<mask> */
<mask> export declare type LocationTaskOptions = LocationOptions & {
<mask> /**
<mask> * A boolean indicating whether the status bar changes its appearance when
<mask> * location services are used in the background.
<mask> * @default false
<mask> * @platform ios 11+
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type OnLocationDotPressEvent = {
</s> add export type OnLocationDotPressEvent = { </s> remove export declare type LocationObjectCoords = {
</s> add export type LocationObjectCoords = { </s> remove export declare type OnLocationChangeEvent = {
</s> add export type OnLocationChangeEvent = { </s> remove export declare type Gestures = {
</s> add export type Gestures = { </s> remove export declare type LocationProviderStatus = {
</s> add export type LocationProviderStatus = { </s> remove export declare type LocationObject = {
</s> add export type LocationObject = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> */
<mask> pausesUpdatesAutomatically?: boolean;
<mask> foregroundService?: LocationTaskServiceOptions;
<mask> };
<mask> export declare type LocationTaskServiceOptions = {
<mask> /**
<mask> * Title of the foreground service notification.
<mask> */
<mask> notificationTitle: string;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type MapCluster = {
</s> add export type MapCluster = { </s> remove export declare type AssetInfo = Asset & {
</s> add export type AssetInfo = Asset & { </s> remove export declare type Album = {
</s> add export type Album = { </s> remove export declare type MarkerDragEndedEvent = {
</s> add export type MarkerDragEndedEvent = { </s> remove export declare type MarkerDragStartedEvent = {
</s> add export type MarkerDragStartedEvent = { </s> remove export declare type AppleMapsPOI = POI;
export declare type GoogleMapsPOI = Omit<POI, 'enablePOISearching' | 'enablePOIFilter'>;
export declare type Heatmaps = {
</s> add export type AppleMapsPOI = POI;
export type GoogleMapsPOI = Omit<POI, 'enablePOISearching' | 'enablePOIFilter'>;
export type Heatmaps = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type representing geofencing region object.
<mask> */
<mask> export declare type LocationRegion = {
<mask> /**
<mask> * The identifier of the region object. Defaults to auto-generated UUID hash.
<mask> */
<mask> identifier?: string;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LocationObject = {
</s> add export type LocationObject = { </s> remove export declare type Locale = {
</s> add export type Locale = { </s> remove export declare type LocationGeocodedLocation = {
</s> add export type LocationGeocodedLocation = { </s> remove export declare type LocationObjectCoords = {
</s> add export type LocationObjectCoords = { </s> remove export declare type Marker = {
</s> add export type Marker = { </s> remove export declare type LatLngDelta = {
</s> add export type LatLngDelta = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type representing the location object.
<mask> */
<mask> export declare type LocationObject = {
<mask> /**
<mask> * The coordinates of the position.
<mask> */
<mask> coords: LocationObjectCoords;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LocationRegion = {
</s> add export type LocationRegion = { </s> remove export declare type LocationObjectCoords = {
</s> add export type LocationObjectCoords = { </s> remove export declare type LocationGeocodedLocation = {
</s> add export type LocationGeocodedLocation = { </s> remove export declare type LatLngDelta = {
</s> add export type LatLngDelta = { </s> remove export declare type LocationGeocodedAddress = {
</s> add export type LocationGeocodedAddress = { </s> remove export declare type LocationTaskOptions = LocationOptions & {
</s> add export type LocationTaskOptions = LocationOptions & { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type representing the location GPS related data.
<mask> */
<mask> export declare type LocationObjectCoords = {
<mask> /**
<mask> * The latitude in degrees.
<mask> */
<mask> latitude: number;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LocationGeocodedLocation = {
</s> add export type LocationGeocodedLocation = { </s> remove export declare type Point = {
</s> add export type Point = { </s> remove export declare type LatLngDelta = {
</s> add export type LatLngDelta = { </s> remove export declare type LocationObject = {
</s> add export type LocationObject = { </s> remove export declare type Album = {
</s> add export type Album = { </s> remove export declare type LocationRegion = {
</s> add export type LocationRegion = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep replace keep keep keep replace keep | <mask> * Represents `watchPositionAsync` callback.
<mask> */
<mask> export declare type LocationCallback = (location: LocationObject) => any;
<mask> /**
<mask> * Represents the object containing details about location provider.
<mask> */
<mask> export declare type LocationProviderStatus = {
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LocationHeadingCallback = (location: LocationHeadingObject) => any;
</s> add export type LocationHeadingCallback = (location: LocationHeadingObject) => any; </s> remove export declare type LocationHeadingObject = {
</s> add export type LocationHeadingObject = { </s> remove export declare type LocationGeocodingOptions = {
</s> add export type LocationGeocodingOptions = { </s> remove export declare type LocationSubscription = {
</s> add export type LocationSubscription = { </s> remove export declare type ClusterPressEvent = {
</s> add export type ClusterPressEvent = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type of the object containing heading details and provided by `watchHeadingAsync` callback.
<mask> */
<mask> export declare type LocationHeadingObject = {
<mask> /**
<mask> * Measure of true north in degrees (needs location permissions, will return `-1` if not given).
<mask> */
<mask> trueHeading: number;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LocationCallback = (location: LocationObject) => any;
</s> add export type LocationCallback = (location: LocationObject) => any; </s> remove export declare type LocationHeadingCallback = (location: LocationHeadingObject) => any;
</s> add export type LocationHeadingCallback = (location: LocationHeadingObject) => any; </s> remove export declare type LocationObjectCoords = {
</s> add export type LocationObjectCoords = { </s> remove export declare type LocationProviderStatus = {
</s> add export type LocationProviderStatus = { </s> remove export declare type LocationLastKnownOptions = {
</s> add export type LocationLastKnownOptions = { </s> remove export declare type LocationGeocodedLocation = {
</s> add export type LocationGeocodedLocation = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep replace keep keep keep replace keep keep keep | <mask> /**
<mask> * Represents `watchHeadingAsync` callback.
<mask> */
<mask> export declare type LocationHeadingCallback = (location: LocationHeadingObject) => any;
<mask> /**
<mask> * An object of options for forward and reverse geocoding.
<mask> */
<mask> export declare type LocationGeocodingOptions = {
<mask> /**
<mask> * Whether to force using Google Maps API instead of the native implementation.
<mask> * Used by default only on Web platform. Requires providing an API key by `setGoogleApiKey`.
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LocationCallback = (location: LocationObject) => any;
</s> add export type LocationCallback = (location: LocationObject) => any; </s> remove export declare type LocationProviderStatus = {
</s> add export type LocationProviderStatus = { </s> remove export declare type LocationHeadingObject = {
</s> add export type LocationHeadingObject = { </s> remove export declare type OnRegionChangeEvent = {
</s> add export type OnRegionChangeEvent = { </s> remove export declare type GoogleMapsStyling = {
</s> add export type GoogleMapsStyling = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type representing a result of `geocodeAsync`.
<mask> */
<mask> export declare type LocationGeocodedLocation = {
<mask> /**
<mask> * The latitude in degrees.
<mask> */
<mask> latitude: number;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LocationObjectCoords = {
</s> add export type LocationObjectCoords = { </s> remove export declare type Point = {
</s> add export type Point = { </s> remove export declare type LatLngDelta = {
</s> add export type LatLngDelta = { </s> remove export declare type LocationGeocodedAddress = {
</s> add export type LocationGeocodedAddress = { </s> remove export declare type LocationObject = {
</s> add export type LocationObject = { </s> remove export declare type Album = {
</s> add export type Album = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type representing a result of `reverseGeocodeAsync`.
<mask> */
<mask> export declare type LocationGeocodedAddress = {
<mask> /**
<mask> * City name of the address.
<mask> */
<mask> city: string | null;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LocationGeocodedLocation = {
</s> add export type LocationGeocodedLocation = { </s> remove export declare type QueryParams = ParsedQs;
export declare type ParsedURL = {
</s> add export type QueryParams = ParsedQs;
export type ParsedURL = { </s> remove export declare type LocationObject = {
</s> add export type LocationObject = { </s> remove export declare type LatLngDelta = {
</s> add export type LatLngDelta = { </s> remove export declare type LocationObjectCoords = {
</s> add export type LocationObjectCoords = { </s> remove export declare type Marker = {
</s> add export type Marker = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Represents subscription object returned by methods watching for new locations or headings.
<mask> */
<mask> export declare type LocationSubscription = {
<mask> /**
<mask> * Call this function with no arguments to remove this subscription. The callback will no longer
<mask> * be called for location updates.
<mask> */
<mask> remove: () => void;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type PermissionDetailsLocationIOS = {
</s> add export type PermissionDetailsLocationIOS = { </s> remove export declare type OnLocationChangeEvent = {
</s> add export type OnLocationChangeEvent = { </s> remove export declare type LocationProviderStatus = {
</s> add export type LocationProviderStatus = { </s> remove export declare type Callbacks = {
</s> add export type Callbacks = { </s> remove export declare type ClusterPressEvent = {
</s> add export type ClusterPressEvent = { </s> remove export declare type LocationCallback = (location: LocationObject) => any;
</s> add export type LocationCallback = (location: LocationObject) => any; | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * be called for location updates.
<mask> */
<mask> remove: () => void;
<mask> };
<mask> export declare type PermissionDetailsLocationIOS = {
<mask> /**
<mask> * The scope of granted permission. Indicates when it's possible to use location.
<mask> */
<mask> scope: 'whenInUse' | 'always' | 'none';
<mask> };
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type PermissionDetailsLocationAndroid = {
</s> add export type PermissionDetailsLocationAndroid = { </s> remove export declare type LocationSubscription = {
</s> add export type LocationSubscription = { </s> remove export declare type Callbacks = {
</s> add export type Callbacks = { </s> remove export declare type OnLocationChangeEvent = {
</s> add export type OnLocationChangeEvent = { </s> remove export declare type Providers = 'google' | 'apple';
</s> add export type Providers = 'google' | 'apple'; </s> remove export declare type EventType = {
</s> add export type EventType = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * The scope of granted permission. Indicates when it's possible to use location.
<mask> */
<mask> scope: 'whenInUse' | 'always' | 'none';
<mask> };
<mask> export declare type PermissionDetailsLocationAndroid = {
<mask> /**
<mask> * @deprecated Use `accuracy` field instead.
<mask> */
<mask> scope: 'fine' | 'coarse' | 'none';
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type PermissionDetailsLocationIOS = {
</s> add export type PermissionDetailsLocationIOS = { </s> remove export declare type MediaTypeValue = 'audio' | 'photo' | 'video' | 'unknown';
export declare type SortByKey = 'default' | 'mediaType' | 'width' | 'height' | 'creationTime' | 'modificationTime' | 'duration';
export declare type SortByValue = [SortByKey, boolean] | SortByKey;
export declare type MediaTypeObject = {
</s> add export type MediaTypeValue = 'audio' | 'photo' | 'video' | 'unknown';
export type SortByKey = 'default' | 'mediaType' | 'width' | 'height' | 'creationTime' | 'modificationTime' | 'duration';
export type SortByValue = [SortByKey, boolean] | SortByKey;
export type MediaTypeObject = { </s> remove export declare type POI = {
</s> add export type POI = { </s> remove export declare type AlbumType = 'album' | 'moment' | 'smartAlbum';
export declare type AlbumsOptions = {
</s> add export type AlbumType = 'album' | 'moment' | 'smartAlbum';
export type AlbumsOptions = { </s> remove export declare type Provider = {
</s> add export type Provider = { </s> remove export declare type MediaSubtype = 'depthEffect' | 'hdr' | 'highFrameRate' | 'livePhoto' | 'panorama' | 'screenshot' | 'stream' | 'timelapse';
export declare type MediaLibraryAssetInfoQueryOptions = {
</s> add export type MediaSubtype = 'depthEffect' | 'hdr' | 'highFrameRate' | 'livePhoto' | 'panorama' | 'screenshot' | 'stream' | 'timelapse';
export type MediaLibraryAssetInfoQueryOptions = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> /**
<mask> * `LocationPermissionResponse` extends [PermissionResponse](#permissionresponse)
<mask> * type exported by `expo-modules-core` and contains additional platform-specific fields.
<mask> */
<mask> export declare type LocationPermissionResponse = PermissionResponse & {
<mask> ios?: PermissionDetailsLocationIOS;
<mask> android?: PermissionDetailsLocationAndroid;
<mask> };
<mask> export type { PermissionResponse };
<mask> //# sourceMappingURL=Location.types.d.ts.map </s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type MarkerEvent = {
</s> add export type MarkerEvent = { </s> remove export declare type PermissionResponse = EXPermissionResponse & {
</s> add export type PermissionResponse = EXPermissionResponse & { </s> remove export declare type OnRegionChangeEvent = {
</s> add export type OnRegionChangeEvent = { </s> remove export declare type LatLngDelta = {
</s> add export type LatLngDelta = { </s> remove export declare type UserLocation = {
</s> add export type UserLocation = { </s> remove export declare type AssetInfo = Asset & {
</s> add export type AssetInfo = Asset & { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/Location.types.d.ts |
keep replace keep keep keep keep keep | <mask> import { LocationCallback, LocationHeadingCallback } from './Location.types';
<mask> declare type EventObject = {
<mask> watchId: number;
<mask> [key: string]: any;
<mask> };
<mask> declare class Subscriber<CallbackType extends LocationCallback | LocationHeadingCallback> {
<mask> private eventName;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type MapTypes = 'normal' | 'hybrid' | 'satellite' | 'terrain';
</s> add export type MapTypes = 'normal' | 'hybrid' | 'satellite' | 'terrain'; </s> remove export declare type LocationCallback = (location: LocationObject) => any;
</s> add export type LocationCallback = (location: LocationObject) => any; </s> remove export declare type LocationHeadingCallback = (location: LocationHeadingObject) => any;
</s> add export type LocationHeadingCallback = (location: LocationHeadingObject) => any; </s> remove export declare type NativeLinearGradientProps = ViewProps & PropsWithChildren<{
</s> add export type NativeLinearGradientProps = ViewProps & PropsWithChildren<{ </s> remove export declare type QueryParams = ParsedQs;
export declare type ParsedURL = {
</s> add export type QueryParams = ParsedQs;
export type ParsedURL = { </s> remove export declare type SearchResults = {
</s> add export type SearchResults = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-location/build/LocationSubscribers.d.ts |
keep keep keep replace keep keep keep keep keep | <mask> /**
<mask> * A map defining the data to fill the mail.
<mask> */
<mask> export declare type MailComposerOptions = {
<mask> /**
<mask> * An array of e-mail addresses of the recipients.
<mask> */
<mask> recipients?: string[];
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LinearGradientProps = ViewProps & {
</s> add export type LinearGradientProps = ViewProps & { </s> remove export declare type MailComposerResult = {
</s> add export type MailComposerResult = { </s> remove export declare type LinearGradientPoint = {
</s> add export type LinearGradientPoint = { </s> remove export declare type Marker = {
</s> add export type Marker = { </s> remove export declare type Callbacks = {
</s> add export type Callbacks = { </s> remove export declare type ClusterPressEvent = {
</s> add export type ClusterPressEvent = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-mail-composer/build/MailComposer.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * An array of app's internal file URIs to attach.
<mask> */
<mask> attachments?: string[];
<mask> };
<mask> export declare type MailComposerResult = {
<mask> status: MailComposerStatus;
<mask> };
<mask> export declare enum MailComposerStatus {
<mask> UNDETERMINED = "undetermined",
<mask> SENT = "sent",
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type MailComposerOptions = {
</s> add export type MailComposerOptions = { </s> remove export declare type AlbumType = 'album' | 'moment' | 'smartAlbum';
export declare type AlbumsOptions = {
</s> add export type AlbumType = 'album' | 'moment' | 'smartAlbum';
export type AlbumsOptions = { </s> remove export declare type LocationHeadingCallback = (location: LocationHeadingObject) => any;
</s> add export type LocationHeadingCallback = (location: LocationHeadingObject) => any; </s> remove export declare type Location = {
</s> add export type Location = { </s> remove export declare type AppleMapsPOI = POI;
export declare type GoogleMapsPOI = Omit<POI, 'enablePOISearching' | 'enablePOIFilter'>;
export declare type Heatmaps = {
</s> add export type AppleMapsPOI = POI;
export type GoogleMapsPOI = Omit<POI, 'enablePOISearching' | 'enablePOIFilter'>;
export type Heatmaps = { </s> remove export declare type LinearGradientProps = ViewProps & {
</s> add export type LinearGradientProps = ViewProps & { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-mail-composer/build/MailComposer.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> import { Point } from './Common.types';
<mask> /**
<mask> * Props of Circle component of Expo Maps library.
<mask> */
<mask> export declare type CircleProps = {
<mask> /**
<mask> * The center position of the circle.
<mask> * @required
<mask> */
<mask> center: Point;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type ClusterProps = PropsWithChildren<{
</s> add export type ClusterProps = PropsWithChildren<{ </s> remove export declare type HeatmapProps = {
</s> add export type HeatmapProps = { </s> remove export declare type PolylineProps = {
</s> add export type PolylineProps = { </s> remove export declare type PolygonProps = {
</s> add export type PolygonProps = { </s> remove export declare type MarkerProps = MarkerOptions & Point;
</s> add export type MarkerProps = MarkerOptions & Point; </s> remove export declare type OverlayProps = {
</s> add export type OverlayProps = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Circle.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * Internal JSON object for representing circles in Expo Maps library.
<mask> *
<mask> * See {@link CircleProps} for more detail.
<mask> */
<mask> export declare type CircleObject = {
<mask> type: 'circle';
<mask> center: Point;
<mask> radius: number;
<mask> strokeColor?: string;
<mask> strokeWidth?: number;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type GeoJsonObject = {
</s> add export type GeoJsonObject = { </s> remove export declare type HeatmapObject = {
</s> add export type HeatmapObject = { </s> remove export declare type ClusterObject = {
</s> add export type ClusterObject = { </s> remove export declare type KMLObject = {
</s> add export type KMLObject = { </s> remove export declare type PolygonObject = PolygonProps & {
</s> add export type PolygonObject = PolygonProps & { </s> remove export declare type MarkerObject = {
</s> add export type MarkerObject = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Circle.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> import { BaseMarkerOptions, MarkerObject } from './Marker';
<mask> /**
<mask> * Props of Cluster component of Expo Maps library.
<mask> */
<mask> export declare type ClusterProps = PropsWithChildren<{
<mask> /**
<mask> * Cluster name
<mask> *
<mask> * @required
<mask> */
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type CircleProps = {
</s> add export type CircleProps = { </s> remove export declare type HeatmapProps = {
</s> add export type HeatmapProps = { </s> remove export declare type MarkerObject = {
</s> add export type MarkerObject = { </s> remove export declare type PolylineProps = {
</s> add export type PolylineProps = { </s> remove export declare type PolygonProps = {
</s> add export type PolygonProps = { </s> remove export declare type MarkerProps = MarkerOptions & Point;
</s> add export type MarkerProps = MarkerOptions & Point; | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Cluster.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * Internal JSON object for representing marker clusters in Expo Maps library.
<mask> *
<mask> * See {@link ClusterProps} for more detail.
<mask> */
<mask> export declare type ClusterObject = {
<mask> type: 'cluster';
<mask> markers: MarkerObject[];
<mask> name: string;
<mask> minimumClusterSize: number;
<mask> } & BaseMarkerOptions;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type HeatmapObject = {
</s> add export type HeatmapObject = { </s> remove export declare type KMLObject = {
</s> add export type KMLObject = { </s> remove export declare type CircleObject = {
</s> add export type CircleObject = { </s> remove export declare type PolygonObject = PolygonProps & {
</s> add export type PolygonObject = PolygonProps & { </s> remove export declare type GeoJsonObject = {
</s> add export type GeoJsonObject = { </s> remove export declare type MarkerObject = {
</s> add export type MarkerObject = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Cluster.d.ts |
keep keep keep replace keep keep keep keep keep | <mask> /**
<mask> * Basic point type for representing a coordinate on a map.
<mask> */
<mask> export declare type Point = {
<mask> /**
<mask> * The latitude of the point in degrees. Use decimal degrees as opposed to degrees/minutes/seconds.
<mask> * @required
<mask> */
<mask> latitude: number;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LocationGeocodedLocation = {
</s> add export type LocationGeocodedLocation = { </s> remove export declare type LocationObjectCoords = {
</s> add export type LocationObjectCoords = { </s> remove export declare type LatLngDelta = {
</s> add export type LatLngDelta = { </s> remove export declare type PointOfInterest = {
</s> add export type PointOfInterest = { </s> remove export declare type LinearGradientPoint = {
</s> add export type LinearGradientPoint = { </s> remove export declare type PatternItem = {
</s> add export type PatternItem = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Common.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type for representing width and height on a map using latitude and longitude.
<mask> */
<mask> export declare type LatLngDelta = {
<mask> /**
<mask> * The north-to-south distance.
<mask> * @required
<mask> */
<mask> latitudeDelta: number;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type LocationGeocodedLocation = {
</s> add export type LocationGeocodedLocation = { </s> remove export declare type Point = {
</s> add export type Point = { </s> remove export declare type LocationObjectCoords = {
</s> add export type LocationObjectCoords = { </s> remove export declare type PointOfInterest = {
</s> add export type PointOfInterest = { </s> remove export declare type Marker = {
</s> add export type Marker = { </s> remove export declare type LocationLastKnownOptions = {
</s> add export type LocationLastKnownOptions = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Common.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Generic object that associates numerical data with a georgaphic coordinate.
<mask> */
<mask> export declare type PointWithData = Point & {
<mask> /**
<mask> * Numerical data associated with the point. (optional)
<mask> * @default 1
<mask> */
<mask> data?: number;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type ClusterPressEvent = {
</s> add export type ClusterPressEvent = { </s> remove export declare type Traffic = {
</s> add export type Traffic = { </s> remove export declare type Locale = {
</s> add export type Locale = { </s> remove export declare type OnRegionChangeEvent = {
</s> add export type OnRegionChangeEvent = { </s> remove export declare type Point = {
</s> add export type Point = { </s> remove export declare type OnPoiClickEvent = {
</s> add export type OnPoiClickEvent = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Common.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * PatternItem is used to define a repeating pattern for polyline and polygon line.
<mask> * PatternItem with type `stroke` and length 0 will represent a dot.
<mask> * Use an array of PatternItem to define a pattern.
<mask> */
<mask> export declare type PatternItem = {
<mask> /**
<mask> * The type of the pattern item.
<mask> * * `'stroke'` - rendered line segment
<mask> * * `'gap'` - transparent gap between pattern items
<mask> * @required
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type PolylineProps = {
</s> add export type PolylineProps = { </s> remove export declare type PolygonProps = {
</s> add export type PolygonProps = { </s> remove export declare type Point = {
</s> add export type Point = { </s> remove export declare type LatLngDelta = {
</s> add export type LatLngDelta = { </s> remove export declare type IAPPurchaseHistoryOptions = {
</s> add export type IAPPurchaseHistoryOptions = { </s> remove export declare type CameraMove = {
</s> add export type CameraMove = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Common.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * @required
<mask> */
<mask> length: number;
<mask> };
<mask> export declare type CameraPosition = {
<mask> /**
<mask> * The location that the camera is pointing at.
<mask> * @required
<mask> */
<mask> target: Point;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type MapCluster = {
</s> add export type MapCluster = { </s> remove export declare type UserLocation = {
</s> add export type UserLocation = { </s> remove export declare type LatLngDelta = {
</s> add export type LatLngDelta = { </s> remove export declare type PointOfInterest = {
</s> add export type PointOfInterest = { </s> remove export declare type CircleProps = {
</s> add export type CircleProps = { </s> remove export declare type Point = {
</s> add export type Point = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Common.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * Note: If latLngDelta is set the camera move is going to ignore the zoom,
<mask> * tilt and bearing properties.Instead the camera will move to a smallest view containing a rectangle
<mask> * created around the center point by the deltas.
<mask> */
<mask> export declare type CameraMove = {
<mask> /**
<mask> * Location to which the camera should animate. This will be in the center of the view
<mask> */
<mask> target?: Point;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type CameraPosition = {
</s> add export type CameraPosition = { </s> remove export declare type PatternItem = {
</s> add export type PatternItem = { </s> remove export declare type OnLocationChangeEvent = {
</s> add export type OnLocationChangeEvent = { </s> remove export declare type LocationLastKnownOptions = {
</s> add export type LocationLastKnownOptions = { </s> remove export declare type MediaLibraryAssetsChangeEvent = {
</s> add export type MediaLibraryAssetsChangeEvent = { </s> remove export declare type Point = {
</s> add export type Point = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Common.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type describing points of interest on the map
<mask> */
<mask> export declare type PointOfInterest = {
<mask> /**
<mask> * Position of the point of interest
<mask> * @required
<mask> */
<mask> position: Point;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type UserLocation = {
</s> add export type UserLocation = { </s> remove export declare type MapCluster = {
</s> add export type MapCluster = { </s> remove export declare type Marker = {
</s> add export type Marker = { </s> remove export declare type LatLngDelta = {
</s> add export type LatLngDelta = { </s> remove export declare type Point = {
</s> add export type Point = { </s> remove export declare type CameraPosition = {
</s> add export type CameraPosition = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Common.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type describing a marker (pin) placed on the map
<mask> */
<mask> export declare type Marker = {
<mask> /**
<mask> * Id given to the marker
<mask> */
<mask> id: string;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type MarkerDragEndedEvent = {
</s> add export type MarkerDragEndedEvent = { </s> remove export declare type MarkerDragStartedEvent = {
</s> add export type MarkerDragStartedEvent = { </s> remove export declare type MarkerClickEvent = {
</s> add export type MarkerClickEvent = { </s> remove export declare type PointOfInterest = {
</s> add export type PointOfInterest = { </s> remove export declare type BaseMarkerOptions = {
</s> add export type BaseMarkerOptions = { </s> remove export declare type LatLngDelta = {
</s> add export type LatLngDelta = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Common.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * @required
<mask> */
<mask> position: Point;
<mask> };
<mask> export declare type MapCluster = {
<mask> /**
<mask> * ID of the cluster
<mask> */
<mask> id: string;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type UserLocation = {
</s> add export type UserLocation = { </s> remove export declare type PointOfInterest = {
</s> add export type PointOfInterest = { </s> remove export declare type Asset = {
</s> add export type Asset = { </s> remove export declare type CameraPosition = {
</s> add export type CameraPosition = { </s> remove export declare type MarkerEvent = {
</s> add export type MarkerEvent = { </s> remove export declare type MarkerDragEndedEvent = {
</s> add export type MarkerDragEndedEvent = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Common.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * @required
<mask> */
<mask> position: Point;
<mask> };
<mask> export declare type UserLocation = {
<mask> /**
<mask> * Current position of the user represented by
<mask> * {@link Point}
<mask> */
<mask> position: Point;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type MapCluster = {
</s> add export type MapCluster = { </s> remove export declare type OnMapPressEvent = {
</s> add export type OnMapPressEvent = { </s> remove export declare type PointOfInterest = {
</s> add export type PointOfInterest = { </s> remove export declare type CameraPosition = {
</s> add export type CameraPosition = { </s> remove export declare type CircleProps = {
</s> add export type CircleProps = { </s> remove export declare type MarkerProps = MarkerOptions & Point;
</s> add export type MarkerProps = MarkerOptions & Point; | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Common.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * The time at which this location was determined
<mask> */
<mask> timestamp: number;
<mask> };
<mask> export declare type Color = 'red' | 'blue' | 'green' | 'black' | 'white' | 'gray' | 'cyan' | 'magenta' | 'yellow' | 'lightgray' | 'darkgray' | 'aqua' | 'fuchsia' | 'lime' | 'maroon' | 'navy' | 'olive' | 'purple' | 'silver' | 'teal';
<mask> /**
<mask> * Possible power priorities for OnLocationChange event
<mask> */
<mask> export declare enum LocationChangePriority {
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type POICategoryType = 'airport' | 'atm' | 'bank' | 'beach' | 'cafe' | 'hospital' | 'hotel' | 'museum' | 'pharmacy' | 'store';
</s> add export type POICategoryType = 'airport' | 'atm' | 'bank' | 'beach' | 'cafe' | 'hospital' | 'hotel' | 'museum' | 'pharmacy' | 'store'; </s> remove export declare type CameraPosition = {
</s> add export type CameraPosition = { </s> remove export declare type MediaSubtype = 'depthEffect' | 'hdr' | 'highFrameRate' | 'livePhoto' | 'panorama' | 'screenshot' | 'stream' | 'timelapse';
export declare type MediaLibraryAssetInfoQueryOptions = {
</s> add export type MediaSubtype = 'depthEffect' | 'hdr' | 'highFrameRate' | 'livePhoto' | 'panorama' | 'screenshot' | 'stream' | 'timelapse';
export type MediaLibraryAssetInfoQueryOptions = { </s> remove export declare type GoogleMapsControls = Controls;
export declare type ZoomLevels = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22;
</s> add export type GoogleMapsControls = Controls;
export type ZoomLevels = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22; </s> remove export declare type POI = {
</s> add export type POI = { </s> remove export declare type AssetRef = Asset | string;
export declare type AlbumRef = Album | string;
</s> add export type AssetRef = Asset | string;
export type AlbumRef = Album | string; | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Common.types.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> import { CameraPosition, MapCluster, Marker, Point, PointOfInterest, UserLocation } from './Common.types';
<mask> /**
<mask> * Type of an argument of MarkerClick listener.
<mask> */
<mask> export declare type MarkerClickEvent = {
<mask> /**
<mask> * Id of the marker that was clicked.
<mask> */
<mask> id: string;
<mask> };
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type MarkerDragEndedEvent = {
</s> add export type MarkerDragEndedEvent = { </s> remove export declare type MarkerDragStartedEvent = {
</s> add export type MarkerDragStartedEvent = { </s> remove export declare type Marker = {
</s> add export type Marker = { </s> remove export declare type BaseMarkerOptions = {
</s> add export type BaseMarkerOptions = { </s> remove export declare type GeoJsonProps = {
</s> add export type GeoJsonProps = { </s> remove export declare type Asset = {
</s> add export type Asset = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Events.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type of an argument of MarkerDragEnded listener.
<mask> */
<mask> export declare type MarkerDragEndedEvent = {
<mask> /**
<mask> * Id of the marker that was dragged.
<mask> */
<mask> id: string;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type MarkerDragStartedEvent = {
</s> add export type MarkerDragStartedEvent = { </s> remove export declare type MarkerClickEvent = {
</s> add export type MarkerClickEvent = { </s> remove export declare type Marker = {
</s> add export type Marker = { </s> remove export declare type Asset = {
</s> add export type Asset = { </s> remove export declare type BaseMarkerOptions = {
</s> add export type BaseMarkerOptions = { </s> remove export declare type MapCluster = {
</s> add export type MapCluster = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Events.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type of an argument of MarkerDragStarted listener.
<mask> */
<mask> export declare type MarkerDragStartedEvent = {
<mask> /**
<mask> * Id of the marker that was dragged.
<mask> */
<mask> id: string;
<mask> };
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type MarkerDragEndedEvent = {
</s> add export type MarkerDragEndedEvent = { </s> remove export declare type MarkerClickEvent = {
</s> add export type MarkerClickEvent = { </s> remove export declare type Marker = {
</s> add export type Marker = { </s> remove export declare type Asset = {
</s> add export type Asset = { </s> remove export declare type MapCluster = {
</s> add export type MapCluster = { </s> remove export declare type MarkerOptions = {
</s> add export type MarkerOptions = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Events.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Represents data returned on click event.
<mask> */
<mask> export declare type OnMapPressEvent = {
<mask> /**
<mask> * Coordinates the place where the user clicked.
<mask> * Represented by {@link Point}
<mask> */
<mask> nativeEvent: Point;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type OnRegionChangeEvent = {
</s> add export type OnRegionChangeEvent = { </s> remove export declare type OnPoiClickEvent = {
</s> add export type OnPoiClickEvent = { </s> remove export declare type ClusterPressEvent = {
</s> add export type ClusterPressEvent = { </s> remove export declare type UserLocation = {
</s> add export type UserLocation = { </s> remove export declare type OnLocationDotPressEvent = {
</s> add export type OnLocationDotPressEvent = { </s> remove export declare type MarkerEvent = {
</s> add export type MarkerEvent = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Events.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Type used for marker related events. eq. onMarkerClick, onMarkerDrag etc. contains marker's ID and position
<mask> */
<mask> export declare type MarkerEvent = {
<mask> nativeEvent: Marker;
<mask> };
<mask> /**
<mask> * Represents data returned when a cluster press event is called
<mask> */
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type ClusterPressEvent = {
</s> add export type ClusterPressEvent = { </s> remove export declare type OnLocationChangeEvent = {
</s> add export type OnLocationChangeEvent = { </s> remove export declare type OnLocationButtonPressEvent = {
</s> add export type OnLocationButtonPressEvent = { </s> remove export declare type OnRegionChangeEvent = {
</s> add export type OnRegionChangeEvent = { </s> remove export declare type OnLocationDotPressEvent = {
</s> add export type OnLocationDotPressEvent = { </s> remove export declare type OnPoiClickEvent = {
</s> add export type OnPoiClickEvent = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Events.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Represents data returned when a cluster press event is called
<mask> */
<mask> export declare type ClusterPressEvent = {
<mask> nativeEvent: MapCluster;
<mask> };
<mask> /**
<mask> * Represents data returned on RegionChangeEvent
<mask> */
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type MarkerEvent = {
</s> add export type MarkerEvent = { </s> remove export declare type OnRegionChangeEvent = {
</s> add export type OnRegionChangeEvent = { </s> remove export declare type OnPoiClickEvent = {
</s> add export type OnPoiClickEvent = { </s> remove export declare type OnMapPressEvent = {
</s> add export type OnMapPressEvent = { </s> remove export declare type OnLocationChangeEvent = {
</s> add export type OnLocationChangeEvent = { </s> remove export declare type OnLocationButtonPressEvent = {
</s> add export type OnLocationButtonPressEvent = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Events.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Represents data returned on RegionChangeEvent
<mask> */
<mask> export declare type OnRegionChangeEvent = {
<mask> /**
<mask> * Information on cameraPosition.
<mask> * Represented by {@link CameraPosition}
<mask> */
<mask> nativeEvent: CameraPosition;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type OnPoiClickEvent = {
</s> add export type OnPoiClickEvent = { </s> remove export declare type OnMapPressEvent = {
</s> add export type OnMapPressEvent = { </s> remove export declare type ClusterPressEvent = {
</s> add export type ClusterPressEvent = { </s> remove export declare type MarkerEvent = {
</s> add export type MarkerEvent = { </s> remove export declare type Traffic = {
</s> add export type Traffic = { </s> remove export declare type OnLocationButtonPressEvent = {
</s> add export type OnLocationButtonPressEvent = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Events.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Represents data returned on PoiClickEvent
<mask> */
<mask> export declare type OnPoiClickEvent = {
<mask> /**
<mask> * Information on the clicked point of interest.
<mask> * Represented by {@link PointOfInterest}
<mask> */
<mask> nativeEvent: PointOfInterest;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type OnRegionChangeEvent = {
</s> add export type OnRegionChangeEvent = { </s> remove export declare type OnMapPressEvent = {
</s> add export type OnMapPressEvent = { </s> remove export declare type ClusterPressEvent = {
</s> add export type ClusterPressEvent = { </s> remove export declare type MarkerEvent = {
</s> add export type MarkerEvent = { </s> remove export declare type PointOfInterest = {
</s> add export type PointOfInterest = { </s> remove export declare type Traffic = {
</s> add export type Traffic = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Events.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Event returned when the location button is pressed
<mask> */
<mask> export declare type OnLocationButtonPressEvent = {
<mask> nativeEvent: UserLocation;
<mask> };
<mask> /**
<mask> * Event returned when the current location dot is pressed
<mask> */
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type OnLocationDotPressEvent = {
</s> add export type OnLocationDotPressEvent = { </s> remove export declare type OnLocationChangeEvent = {
</s> add export type OnLocationChangeEvent = { </s> remove export declare type ClusterPressEvent = {
</s> add export type ClusterPressEvent = { </s> remove export declare type MarkerEvent = {
</s> add export type MarkerEvent = { </s> remove export declare type OnRegionChangeEvent = {
</s> add export type OnRegionChangeEvent = { </s> remove export declare type Callbacks = {
</s> add export type Callbacks = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Events.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Event returned when the current location dot is pressed
<mask> */
<mask> export declare type OnLocationDotPressEvent = {
<mask> nativeEvent: UserLocation;
<mask> };
<mask> /**
<mask> * Event returned when the user changes their location
<mask> */
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type OnLocationButtonPressEvent = {
</s> add export type OnLocationButtonPressEvent = { </s> remove export declare type OnLocationChangeEvent = {
</s> add export type OnLocationChangeEvent = { </s> remove export declare type ClusterPressEvent = {
</s> add export type ClusterPressEvent = { </s> remove export declare type MarkerEvent = {
</s> add export type MarkerEvent = { </s> remove export declare type OnMapPressEvent = {
</s> add export type OnMapPressEvent = { </s> remove export declare type LocationTaskOptions = LocationOptions & {
</s> add export type LocationTaskOptions = LocationOptions & { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Events.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> };
<mask> /**
<mask> * Event returned when the user changes their location
<mask> */
<mask> export declare type OnLocationChangeEvent = {
<mask> nativeEvent: UserLocation;
<mask> };
<mask> /**
<mask> * Adds a new listener to be called when a marker or cluster is clicked.
<mask> * @returns Subscription which can be used later to remove this particular listener.
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type OnLocationDotPressEvent = {
</s> add export type OnLocationDotPressEvent = { </s> remove export declare type OnLocationButtonPressEvent = {
</s> add export type OnLocationButtonPressEvent = { </s> remove export declare type MarkerEvent = {
</s> add export type MarkerEvent = { </s> remove export declare type LocationSubscription = {
</s> add export type LocationSubscription = { </s> remove export declare type ClusterPressEvent = {
</s> add export type ClusterPressEvent = { </s> remove export declare type LocationLastKnownOptions = {
</s> add export type LocationLastKnownOptions = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Events.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> import { Color, PatternItem } from './Common.types';
<mask> /**
<mask> * GeoJson specific props.
<mask> */
<mask> export declare type GeoJsonProps = {
<mask> /**
<mask> * JSON string containing GeoJSON
<mask> */
<mask> geoJsonString: string;
<mask> /**
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type OverlayProps = {
</s> add export type OverlayProps = { </s> remove export declare type KMLProps = {
</s> add export type KMLProps = { </s> remove export declare type BaseMarkerOptions = {
</s> add export type BaseMarkerOptions = { </s> remove export declare type HeatmapProps = {
</s> add export type HeatmapProps = { </s> remove export declare type CircleProps = {
</s> add export type CircleProps = { </s> remove export declare type PolylineProps = {
</s> add export type PolylineProps = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/GeoJson.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> * Internal JSON object for representing GeoJSON in Expo Maps library.
<mask> *
<mask> * See {@link GeoJsonProps} for more detail.
<mask> */
<mask> export declare type GeoJsonObject = {
<mask> type: 'geojson';
<mask> defaultStyle?: {
<mask> polygon?: {
<mask> fillColor?: string;
<mask> strokeColor?: string;
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type CircleObject = {
</s> add export type CircleObject = { </s> remove export declare type ClusterObject = {
</s> add export type ClusterObject = { </s> remove export declare type KMLObject = {
</s> add export type KMLObject = { </s> remove export declare type PolygonObject = PolygonProps & {
</s> add export type PolygonObject = PolygonProps & { </s> remove export declare type HeatmapObject = {
</s> add export type HeatmapObject = { </s> remove export declare type MarkerObject = {
</s> add export type MarkerObject = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/GeoJson.d.ts |
keep keep keep keep replace keep keep keep keep keep | <mask> import { PointWithData } from './Common.types';
<mask> /**
<mask> * Props of Heatmap component of Expo Maps library.
<mask> */
<mask> export declare type HeatmapProps = {
<mask> points: PointWithData[];
<mask> } & HeatmapOptions;
<mask> /**
<mask> * Configuration options for the heatmap.
<mask> */
</s> [workspace] bump and align TypeScript version (#20392) </s> remove export declare type CircleProps = {
</s> add export type CircleProps = { </s> remove export declare type HeatmapOptions = {
</s> add export type HeatmapOptions = { </s> remove export declare type ClusterProps = PropsWithChildren<{
</s> add export type ClusterProps = PropsWithChildren<{ </s> remove export declare type PolylineProps = {
</s> add export type PolylineProps = { </s> remove export declare type PolygonProps = {
</s> add export type PolygonProps = { </s> remove export declare type HeatmapObject = {
</s> add export type HeatmapObject = { | https://github.com/expo/expo/commit/9b26454e9df84c4984633bfe71e404011ad3fc5c | packages/expo-maps/build/Heatmap.d.ts |