expo 45.0.6 → 46.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/{ios/Expo.podspec → Expo.podspec} +2 -2
  2. package/android/build.gradle +6 -4
  3. package/android/src/main/java/expo/modules/ReactActivityDelegateWrapper.kt +25 -0
  4. package/android/src/main/java/expo/modules/ReactNativeHostWrapperBase.kt +0 -5
  5. package/android/src/reactNativeHostWrapper/expo/modules/ReactNativeHostWrapper.kt +5 -0
  6. package/android/src/reactNativeHostWrapper64/expo/modules/ReactNativeHostWrapper.kt +14 -0
  7. package/android/src/reactNativeHostWrapper68/expo/modules/ReactNativeHostWrapper.kt +37 -0
  8. package/build/Expo.d.ts +1 -0
  9. package/build/Expo.d.ts.map +1 -1
  10. package/build/Expo.fx.js +6 -0
  11. package/build/Expo.fx.js.map +1 -1
  12. package/build/Expo.fx.web.d.ts.map +1 -1
  13. package/build/Expo.fx.web.js +17 -0
  14. package/build/Expo.fx.web.js.map +1 -1
  15. package/build/Expo.js +1 -0
  16. package/build/Expo.js.map +1 -1
  17. package/build/environment/DevAppContainer.d.ts +3 -1
  18. package/build/environment/DevAppContainer.d.ts.map +1 -1
  19. package/build/environment/DevAppContainer.js.map +1 -1
  20. package/build/environment/DevLoadingView.d.ts.map +1 -1
  21. package/build/environment/DevLoadingView.js +18 -26
  22. package/build/environment/DevLoadingView.js.map +1 -1
  23. package/build/environment/DevLoadingViewNativeModule.d.ts +9 -0
  24. package/build/environment/DevLoadingViewNativeModule.d.ts.map +1 -0
  25. package/build/environment/DevLoadingViewNativeModule.js +8 -0
  26. package/build/environment/DevLoadingViewNativeModule.js.map +1 -0
  27. package/build/environment/DevLoadingViewNativeModule.native.d.ts +3 -0
  28. package/build/environment/DevLoadingViewNativeModule.native.d.ts.map +1 -0
  29. package/build/environment/DevLoadingViewNativeModule.native.js +3 -0
  30. package/build/environment/DevLoadingViewNativeModule.native.js.map +1 -0
  31. package/build/environment/getInitialSafeArea.d.ts +11 -0
  32. package/build/environment/getInitialSafeArea.d.ts.map +1 -0
  33. package/build/environment/getInitialSafeArea.js +13 -0
  34. package/build/environment/getInitialSafeArea.js.map +1 -0
  35. package/build/environment/getInitialSafeArea.native.d.ts +11 -0
  36. package/build/environment/getInitialSafeArea.native.d.ts.map +1 -0
  37. package/build/environment/getInitialSafeArea.native.js +13 -0
  38. package/build/environment/getInitialSafeArea.native.js.map +1 -0
  39. package/build/errors/ExpoErrorManager.d.ts +3 -0
  40. package/build/errors/ExpoErrorManager.d.ts.map +1 -0
  41. package/build/errors/ExpoErrorManager.js +39 -0
  42. package/build/errors/ExpoErrorManager.js.map +1 -0
  43. package/bundledNativeModules.json +95 -94
  44. package/expo-module.config.json +4 -1
  45. package/package.json +20 -19
  46. package/react-native.config.js +1 -4
  47. package/scripts/autolinking.rb +4 -0
  48. package/CHANGELOG.md +0 -85
  49. package/android/.gitignore +0 -261
  50. package/android/src/legacyReactNativeHostWrapper/expo/modules/ReactNativeHostWrapper.kt +0 -9
@@ -0,0 +1,39 @@
1
+ let isErrorHandlingEnabled = true;
2
+ const developmentBuildMessage = `If you're trying to use a module that is not supported in Expo Go, you need to create a development build of your app. See https://docs.expo.dev/development/introduction/ for more info.`;
3
+ function customizeUnavailableMessage(error) {
4
+ error.message += '\n\n' + developmentBuildMessage;
5
+ }
6
+ function customizeModuleIsMissingMessage(error) {
7
+ error.message = `Your JavaScript code tried to access a native module that doesn't exist.
8
+
9
+ ${developmentBuildMessage}`;
10
+ }
11
+ function customizeError(error) {
12
+ if ('code' in error && error.code === 'ERR_UNAVAILABLE') {
13
+ customizeUnavailableMessage(error);
14
+ }
15
+ else if (error.message.includes('Native module cannot be null') || // RN 0.64 and below message
16
+ error.message.includes('`new NativeEventEmitter()` requires a non-null argument.') // RN 0.65+ message
17
+ ) {
18
+ customizeModuleIsMissingMessage(error);
19
+ }
20
+ }
21
+ function errorHandler(originalHandler, error, isFatal) {
22
+ if (error instanceof Error) {
23
+ customizeError(error);
24
+ }
25
+ originalHandler(error, isFatal);
26
+ }
27
+ export function createErrorHandler(originalHandler) {
28
+ return (error, isFatal) => {
29
+ if (isErrorHandlingEnabled) {
30
+ errorHandler(originalHandler, error, isFatal);
31
+ return;
32
+ }
33
+ originalHandler(error, isFatal);
34
+ };
35
+ }
36
+ export function disableErrorHandling() {
37
+ isErrorHandlingEnabled = false;
38
+ }
39
+ //# sourceMappingURL=ExpoErrorManager.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExpoErrorManager.js","sourceRoot":"","sources":["../../src/errors/ExpoErrorManager.ts"],"names":[],"mappings":"AAGA,IAAI,sBAAsB,GAAG,IAAI,CAAC;AAElC,MAAM,uBAAuB,GAAG,2LAA2L,CAAC;AAE5N,SAAS,2BAA2B,CAAC,KAAiB;IACpD,KAAK,CAAC,OAAO,IAAI,MAAM,GAAG,uBAAuB,CAAC;AACpD,CAAC;AAED,SAAS,+BAA+B,CAAC,KAAY;IACnD,KAAK,CAAC,OAAO,GAAG;;EAEhB,uBAAuB,EAAE,CAAC;AAC5B,CAAC;AAED,SAAS,cAAc,CAAC,KAAyB;IAC/C,IAAI,MAAM,IAAI,KAAK,IAAI,KAAK,CAAC,IAAI,KAAK,iBAAiB,EAAE;QACvD,2BAA2B,CAAC,KAAK,CAAC,CAAC;KACpC;SAAM,IACL,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,8BAA8B,CAAC,IAAI,4BAA4B;QACtF,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,0DAA0D,CAAC,CAAC,mBAAmB;MACtG;QACA,+BAA+B,CAAC,KAAK,CAAC,CAAC;KACxC;AACH,CAAC;AAED,SAAS,YAAY,CAAC,eAAe,EAAE,KAAK,EAAE,OAAO;IACnD,IAAI,KAAK,YAAY,KAAK,EAAE;QAC1B,cAAc,CAAC,KAAK,CAAC,CAAC;KACvB;IACD,eAAe,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;AAClC,CAAC;AAED,MAAM,UAAU,kBAAkB,CAAC,eAAe;IAChD,OAAO,CAAC,KAAK,EAAE,OAAO,EAAE,EAAE;QACxB,IAAI,sBAAsB,EAAE;YAC1B,YAAY,CAAC,eAAe,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC;YAC9C,OAAO;SACR;QAED,eAAe,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAClC,CAAC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oBAAoB;IAClC,sBAAsB,GAAG,KAAK,CAAC;AACjC,CAAC","sourcesContent":["// Similar interface to the one used in expo modules.\ntype CodedError = Error & { code?: string };\n\nlet isErrorHandlingEnabled = true;\n\nconst developmentBuildMessage = `If you're trying to use a module that is not supported in Expo Go, you need to create a development build of your app. See https://docs.expo.dev/development/introduction/ for more info.`;\n\nfunction customizeUnavailableMessage(error: CodedError) {\n error.message += '\\n\\n' + developmentBuildMessage;\n}\n\nfunction customizeModuleIsMissingMessage(error: Error) {\n error.message = `Your JavaScript code tried to access a native module that doesn't exist. \n\n${developmentBuildMessage}`;\n}\n\nfunction customizeError(error: Error | CodedError) {\n if ('code' in error && error.code === 'ERR_UNAVAILABLE') {\n customizeUnavailableMessage(error);\n } else if (\n error.message.includes('Native module cannot be null') || // RN 0.64 and below message\n error.message.includes('`new NativeEventEmitter()` requires a non-null argument.') // RN 0.65+ message\n ) {\n customizeModuleIsMissingMessage(error);\n }\n}\n\nfunction errorHandler(originalHandler, error, isFatal) {\n if (error instanceof Error) {\n customizeError(error);\n }\n originalHandler(error, isFatal);\n}\n\nexport function createErrorHandler(originalHandler) {\n return (error, isFatal) => {\n if (isErrorHandlingEnabled) {\n errorHandler(originalHandler, error, isFatal);\n return;\n }\n\n originalHandler(error, isFatal);\n };\n}\n\nexport function disableErrorHandling() {\n isErrorHandlingEnabled = false;\n}\n"]}
@@ -1,113 +1,114 @@
1
1
  {
2
2
  "@expo/vector-icons": "^13.0.0",
3
3
  "@react-native-async-storage/async-storage": "~1.17.3",
4
- "@react-native-community/datetimepicker": "6.1.2",
4
+ "@react-native-community/datetimepicker": "6.2.0",
5
5
  "@react-native-masked-view/masked-view": "0.2.6",
6
- "@react-native-community/netinfo": "8.2.0",
7
- "@react-native-community/slider": "4.2.1",
6
+ "@react-native-community/netinfo": "9.3.0",
7
+ "@react-native-community/slider": "4.2.3",
8
8
  "@react-native-community/viewpager": "5.0.11",
9
- "@react-native-picker/picker": "2.4.0",
9
+ "@react-native-picker/picker": "2.4.2",
10
10
  "@react-native-segmented-control/segmented-control": "2.4.0",
11
- "@stripe/stripe-react-native": "0.6.1",
12
- "expo-ads-admob": "~13.0.0",
13
- "expo-ads-facebook": "~11.2.0",
14
- "expo-analytics-amplitude": "~11.2.0",
15
- "expo-analytics-segment": "~11.2.1",
11
+ "@stripe/stripe-react-native": "0.13.1",
12
+ "expo-ads-admob": "~13.1.0",
13
+ "expo-ads-facebook": "~11.3.0",
14
+ "expo-analytics-amplitude": "~11.3.0",
15
+ "expo-analytics-segment": "~11.3.0",
16
16
  "expo-app-auth": "~11.1.0",
17
17
  "expo-app-loader-provider": "~8.0.0",
18
- "expo-app-loading": "~2.0.0",
19
- "expo-apple-authentication": "~4.2.1",
20
- "expo-application": "~4.1.0",
21
- "expo-asset": "~8.5.0",
22
- "expo-auth-session": "~3.6.1",
23
- "expo-av": "~11.2.3",
24
- "expo-background-fetch": "~10.2.0",
25
- "expo-barcode-scanner": "~11.3.0",
26
- "expo-battery": "~6.2.0",
27
- "expo-blur": "~11.1.0",
28
- "expo-branch": "~5.2.0",
29
- "expo-brightness": "~10.2.0",
30
- "expo-build-properties": "~0.2.0",
31
- "expo-calendar": "~10.2.0",
32
- "expo-camera": "~12.2.0",
33
- "expo-cellular": "~4.2.0",
34
- "expo-checkbox": "~2.1.0",
35
- "expo-clipboard": "~3.0.1",
36
- "expo-constants": "~13.1.1",
37
- "expo-contacts": "~10.2.0",
38
- "expo-crypto": "~10.2.0",
18
+ "expo-app-loading": "~2.1.0",
19
+ "expo-apple-authentication": "~4.3.0",
20
+ "expo-application": "~4.2.0",
21
+ "expo-asset": "~8.6.0",
22
+ "expo-auth-session": "~3.7.0",
23
+ "expo-av": "~12.0.0",
24
+ "expo-background-fetch": "~10.3.0",
25
+ "expo-barcode-scanner": "~11.4.0",
26
+ "expo-battery": "~6.3.0",
27
+ "expo-blur": "~11.2.0",
28
+ "expo-branch": "~5.3.0",
29
+ "expo-brightness": "~10.3.0",
30
+ "expo-build-properties": "~0.3.0",
31
+ "expo-calendar": "~10.3.0",
32
+ "expo-camera": "~12.3.0",
33
+ "expo-cellular": "~4.3.0",
34
+ "expo-checkbox": "~2.2.0",
35
+ "expo-clipboard": "~3.1.0",
36
+ "expo-constants": "~13.2.0",
37
+ "expo-contacts": "~10.3.0",
38
+ "expo-crypto": "~11.0.0",
39
39
  "expo-dev-client": "~1.0.0",
40
- "expo-device": "~4.2.0",
41
- "expo-document-picker": "~10.2.1",
42
- "expo-error-recovery": "~3.1.0",
43
- "expo-face-detector": "~11.2.0",
44
- "expo-facebook": "~12.2.0",
45
- "expo-file-system": "~14.0.0",
46
- "expo-firebase-analytics": "~7.0.0",
47
- "expo-firebase-core": "~5.0.0",
48
- "expo-firebase-recaptcha": "~2.2.0",
49
- "expo-font": "~10.1.0",
50
- "expo-gl": "~11.3.0",
51
- "expo-gl-cpp": "~11.3.0",
40
+ "expo-device": "~4.3.0",
41
+ "expo-document-picker": "~10.3.0",
42
+ "expo-error-recovery": "~3.2.0",
43
+ "expo-face-detector": "~11.3.0",
44
+ "expo-facebook": "~12.3.0",
45
+ "expo-file-system": "~14.1.0",
46
+ "expo-firebase-analytics": "~7.1.0",
47
+ "expo-firebase-core": "~5.1.0",
48
+ "expo-firebase-recaptcha": "~2.3.0",
49
+ "expo-font": "~10.2.0",
50
+ "expo-gl": "~11.4.0",
51
+ "expo-gl-cpp": "~11.4.0",
52
52
  "expo-google-app-auth": "~8.3.0",
53
- "expo-google-sign-in": "~10.2.0",
54
- "expo-haptics": "~11.2.0",
53
+ "expo-haptics": "~11.3.0",
55
54
  "expo-image-loader": "~3.2.0",
56
- "expo-image-manipulator": "~10.3.1",
57
- "expo-image-picker": "~13.1.1",
58
- "expo-in-app-purchases": "~13.0.0",
59
- "expo-intent-launcher": "~10.2.0",
60
- "expo-keep-awake": "~10.1.1",
61
- "expo-linear-gradient": "~11.3.0",
62
- "expo-linking": "~3.1.0",
63
- "expo-local-authentication": "~12.2.0",
64
- "expo-localization": "~13.0.0",
65
- "expo-location": "~14.2.2",
66
- "expo-mail-composer": "~11.2.0",
67
- "expo-media-library": "~14.1.0",
68
- "expo-module-template": "~10.4.0",
69
- "expo-modules-core": "~0.9.2",
70
- "expo-navigation-bar": "~1.2.0",
71
- "expo-network": "~4.2.0",
72
- "expo-notifications": "~0.15.3",
55
+ "expo-image-manipulator": "~10.4.0",
56
+ "expo-image-picker": "~13.2.0",
57
+ "expo-in-app-purchases": "~13.1.0",
58
+ "expo-intent-launcher": "~10.3.0",
59
+ "expo-keep-awake": "~10.2.0",
60
+ "expo-linear-gradient": "~11.4.0",
61
+ "expo-linking": "~3.2.0",
62
+ "expo-local-authentication": "~12.3.0",
63
+ "expo-localization": "~13.1.0",
64
+ "expo-location": "~14.3.0",
65
+ "expo-mail-composer": "~11.3.0",
66
+ "expo-media-library": "~14.2.0",
67
+ "expo-module-template": "~10.7.0",
68
+ "expo-modules-core": "~0.11.0",
69
+ "expo-navigation-bar": "~1.3.0",
70
+ "expo-network": "~4.3.0",
71
+ "expo-notifications": "~0.16.0",
73
72
  "expo-permissions": "~13.2.0",
74
- "expo-print": "~11.2.0",
75
- "expo-random": "~12.2.0",
76
- "expo-screen-capture": "~4.2.0",
77
- "expo-screen-orientation": "~4.2.0",
78
- "expo-secure-store": "~11.2.0",
79
- "expo-sensors": "~11.3.0",
80
- "expo-sharing": "~10.2.0",
73
+ "expo-print": "~11.3.0",
74
+ "expo-random": "~12.3.0",
75
+ "expo-screen-capture": "~4.3.0",
76
+ "expo-screen-orientation": "~4.3.0",
77
+ "expo-secure-store": "~11.3.0",
78
+ "expo-sensors": "~11.4.0",
79
+ "expo-sharing": "~10.3.0",
81
80
  "expo-sms": "~10.2.0",
82
- "expo-speech": "~10.2.0",
83
- "expo-splash-screen": "~0.15.1",
84
- "expo-sqlite": "~10.2.0",
85
- "expo-status-bar": "~1.3.0",
86
- "expo-store-review": "~5.2.0",
87
- "expo-system-ui": "~1.2.0",
88
- "expo-task-manager": "~10.2.1",
89
- "expo-tracking-transparency": "~2.2.0",
90
- "expo-updates": "~0.13.2",
91
- "expo-video-thumbnails": "~6.3.0",
92
- "expo-web-browser": "~10.2.1",
93
- "lottie-react-native": "5.0.1",
94
- "react": "17.0.2",
95
- "react-dom": "17.0.2",
96
- "react-native": "0.68.2",
97
- "react-native-web": "0.17.7",
81
+ "expo-speech": "~10.3.0",
82
+ "expo-splash-screen": "~0.16.0",
83
+ "expo-sqlite": "~10.3.0",
84
+ "expo-status-bar": "~1.4.0",
85
+ "expo-store-review": "~5.3.0",
86
+ "expo-system-ui": "~1.3.0",
87
+ "expo-task-manager": "~10.3.0",
88
+ "expo-tracking-transparency": "~2.3.0",
89
+ "expo-updates": "~0.14.0",
90
+ "expo-video-thumbnails": "~6.4.0",
91
+ "expo-web-browser": "~11.0.0",
92
+ "lottie-react-native": "5.1.3",
93
+ "react": "18.0.0",
94
+ "react-dom": "18.0.0",
95
+ "react-native": "0.69.1",
96
+ "react-native-web": "~0.18.6",
98
97
  "react-native-branch": "^5.4.0",
99
- "react-native-gesture-handler": "~2.2.1",
98
+ "react-native-gesture-handler": "~2.5.0",
100
99
  "react-native-get-random-values": "~1.8.0",
101
- "react-native-maps": "0.30.2",
102
- "react-native-pager-view": "5.4.15",
103
- "react-native-reanimated": "~2.8.0",
104
- "react-native-safe-area-context": "4.2.4",
105
- "react-native-screens": "~3.11.1",
100
+ "react-native-maps": "0.31.1",
101
+ "react-native-pager-view": "5.4.24",
102
+ "react-native-reanimated": "~2.9.1",
103
+ "react-native-safe-area-context": "4.3.1",
104
+ "react-native-screens": "~3.14.1",
106
105
  "react-native-shared-element": "0.8.4",
107
106
  "react-native-svg": "12.3.0",
108
- "react-native-view-shot": "3.1.2",
109
- "react-native-webview": "11.18.1",
110
- "sentry-expo": "^4.2.0",
107
+ "react-native-view-shot": "3.3.0",
108
+ "react-native-webview": "11.22.4",
109
+ "sentry-expo": "^4.0.0",
111
110
  "unimodules-app-loader": "~3.1.0",
112
- "unimodules-image-loader-interface": "~6.1.0"
111
+ "unimodules-image-loader-interface": "~6.1.0",
112
+ "@shopify/react-native-skia": "0.1.134",
113
+ "@shopify/flash-list": "1.1.0"
113
114
  }
@@ -1,4 +1,7 @@
1
1
  {
2
2
  "name": "expo",
3
- "platforms": ["ios", "android"]
3
+ "platforms": ["ios", "android"],
4
+ "ios": {
5
+ "podspecPath": "Expo.podspec"
6
+ }
4
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "45.0.6",
3
+ "version": "46.0.0-alpha.2",
4
4
  "description": "The Expo SDK",
5
5
  "main": "build/Expo.js",
6
6
  "module": "build/Expo.js",
@@ -20,6 +20,7 @@
20
20
  "scripts",
21
21
  "tools",
22
22
  "AppEntry.js",
23
+ "Expo.podspec",
23
24
  "bundledNativeModules.json",
24
25
  "expo-module.config.json",
25
26
  "metro-config.js",
@@ -54,18 +55,18 @@
54
55
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
55
56
  "dependencies": {
56
57
  "@babel/runtime": "^7.14.0",
57
- "@expo/cli": "0.1.5",
58
+ "@expo/cli": "0.2.0",
58
59
  "@expo/vector-icons": "^13.0.0",
59
- "babel-preset-expo": "~9.1.0",
60
+ "babel-preset-expo": "~9.2.0",
60
61
  "cross-spawn": "^6.0.5",
61
- "expo-application": "~4.1.0",
62
- "expo-asset": "~8.5.0",
63
- "expo-constants": "~13.1.1",
64
- "expo-file-system": "~14.0.0",
65
- "expo-font": "~10.1.0",
66
- "expo-keep-awake": "~10.1.1",
67
- "expo-modules-autolinking": "0.9.0",
68
- "expo-modules-core": "0.9.2",
62
+ "expo-application": "~4.2.0",
63
+ "expo-asset": "~8.6.0",
64
+ "expo-constants": "~13.2.0",
65
+ "expo-file-system": "~14.1.0",
66
+ "expo-font": "~10.2.0",
67
+ "expo-keep-awake": "~10.2.0",
68
+ "expo-modules-autolinking": "0.10.0",
69
+ "expo-modules-core": "0.11.0",
69
70
  "fbemitter": "^3.0.0",
70
71
  "getenv": "^1.0.0",
71
72
  "invariant": "^2.2.4",
@@ -75,19 +76,19 @@
75
76
  "uuid": "^3.4.0"
76
77
  },
77
78
  "optionalDependencies": {
78
- "expo-error-recovery": "~3.1.0"
79
+ "expo-error-recovery": "~3.2.0"
79
80
  },
80
81
  "devDependencies": {
81
82
  "@types/fbemitter": "^2.0.32",
82
83
  "@types/invariant": "^2.2.33",
83
- "@types/react": "~17.0.21",
84
- "@types/react-native": "~0.66.13",
85
- "@types/react-test-renderer": "^17.0.1",
84
+ "@types/react": "~18.0.14",
85
+ "@types/react-native": "~0.69.1",
86
+ "@types/react-test-renderer": "^18.0.0",
86
87
  "@types/uuid": "^3.4.7",
87
88
  "expo-module-scripts": "^2.0.0",
88
- "react": "17.0.2",
89
- "react-dom": "17.0.2",
90
- "react-native": "0.68.2"
89
+ "react": "18.0.0",
90
+ "react-dom": "18.0.0",
91
+ "react-native": "0.69.1"
91
92
  },
92
- "gitHead": "05cb5a7c2912fb61763be2c7217dca4d40c3f10b"
93
+ "gitHead": "aa12080e85dcde534da76d09d58ab62c33ecd45f"
93
94
  }
@@ -3,10 +3,7 @@ const path = require('path');
3
3
  module.exports = {
4
4
  dependency: {
5
5
  platforms: {
6
- ios: {
7
- podspecPath: path.join(__dirname, 'ios/Expo.podspec'),
8
- project: 'ios/Expo.xcodeproj',
9
- },
6
+ ios: {},
10
7
  android: {
11
8
  packageImportPath: 'import expo.modules.ExpoModulesPackage;',
12
9
  },
@@ -16,6 +16,10 @@ def use_expo_modules!(options = {})
16
16
  @current_target_definition.autolinking_manager = Expo::AutolinkingManager.new(self, @current_target_definition, options).use_expo_modules!
17
17
  end
18
18
 
19
+ def use_expo_modules_tests!(options = {})
20
+ use_expo_modules!({ testsOnly: true }.merge(options))
21
+ end
22
+
19
23
  def expo_patch_react_imports!(installer, options = {})
20
24
  unless installer.is_a?(Pod::Installer)
21
25
  Pod::UI.warn 'expo_patch_react_imports!() - Invalid `installer` parameter'.red
package/CHANGELOG.md DELETED
@@ -1,85 +0,0 @@
1
- # Changelog
2
-
3
- ## Unpublished
4
-
5
- ### 🛠 Breaking changes
6
-
7
- ### 🎉 New features
8
-
9
- ### 🐛 Bug fixes
10
-
11
- ### 💡 Others
12
-
13
- ## 45.0.6 — 2022-06-23
14
-
15
- _This version does not introduce any user-facing changes._
16
-
17
- ## 45.0.4 — 2022-05-12
18
-
19
- _This version does not introduce any user-facing changes._
20
-
21
- ## 45.0.3 — 2022-05-11
22
-
23
- ### 📚 3rd party library updates
24
-
25
- - Update react-native dependency to 0.68.2. ([#17438](https://github.com/expo/expo/pull/17438) by [@kudo](https://github.com/kudo))
26
-
27
- ## 45.0.2 — 2022-05-09
28
-
29
- _This version does not introduce any user-facing changes._
30
-
31
- ## 45.0.1 — 2022-05-06
32
-
33
- _This version does not introduce any user-facing changes._
34
-
35
- ## 45.0.0 — 2022-05-05
36
-
37
- ### 🐛 Bug fixes
38
-
39
- - Fixed `Unable to deactivate keep awake. However, it probably is deactivated already` unhandled promise rejection warning when resuming apps on Android. ([#17319](https://github.com/expo/expo/pull/17319) by [@kudo](https://github.com/kudo))
40
-
41
- ## 45.0.0-beta.9 — 2022-04-28
42
-
43
- _This version does not introduce any user-facing changes._
44
-
45
- ## 45.0.0-beta.8 — 2022-04-27
46
-
47
- _This version does not introduce any user-facing changes._
48
-
49
- ## 45.0.0-beta.7 — 2022-04-27
50
-
51
- ### 🐛 Bug fixes
52
-
53
- - Forward CLI exit code to process. ([#17189](https://github.com/expo/expo/pull/17189) by [@EvanBacon](https://github.com/EvanBacon))
54
-
55
- ## 45.0.0-beta.6 — 2022-04-27
56
-
57
- _This version does not introduce any user-facing changes._
58
-
59
- ## 45.0.0-beta.5 — 2022-04-25
60
-
61
- ### 🐛 Bug fixes
62
-
63
- - Fix `Overwriting fontFamily style attribute preprocessor` warning when startup. ([#17138](https://github.com/expo/expo/pull/17138) by [@Kudo](https://github.com/Kudo))
64
-
65
- ## 45.0.0-beta.4 — 2022-04-21
66
-
67
- _This version does not introduce any user-facing changes._
68
-
69
- ## 45.0.0-beta.3 — 2022-04-21
70
-
71
- _This version does not introduce any user-facing changes._
72
-
73
- ## 45.0.0-beta.2 — 2022-04-20
74
-
75
- ### 🎉 New features
76
-
77
- - Add `ReactNativeHostHandler.getUseDeveloperSupport()` to allow `expo-dev-launcher` to override this value at runtime. ([#17069](https://github.com/expo/expo/pull/17069) by [@esamelson](https://github.com/esamelson))
78
-
79
- ## 45.0.0-beta.1 — 2022-04-18
80
-
81
- ### 🎉 New features
82
-
83
- - Add `EXPO_USE_BETA_CLI` to utilize the new `@expo/cli` versioned package. ([#17007](https://github.com/expo/expo/pull/17007) by [@EvanBacon](https://github.com/EvanBacon))
84
- - Added Android `ReactNativeHostHandler.getJavaScriptExecutorFactory()` for a module to override the `JavaScriptExecutorFactory`. ([#17005](https://github.com/expo/expo/pull/17005) by [@kudo](https://github.com/kudo))
85
- - Add `react`, `react-native`, `react-dom`, and `react-native-web` to `bundledNativeModules.json`. ([#17048](https://github.com/expo/expo/pull/17048) by [@EvanBacon](https://github.com/EvanBacon))