expo 50.0.4 → 50.0.6

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.
package/Expo.podspec CHANGED
@@ -1,7 +1,13 @@
1
1
  require 'json'
2
+ require 'colored2' # dependency of CocoaPods
2
3
 
3
4
  package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
4
5
 
6
+ # Use a global flag to check whether the warning about missing autolinking
7
+ # scripts has already been printed. The podspec may be read multiple times
8
+ # during `pod install` and we don't want to make the warning more obtrusive.
9
+ $expo_warned_about_missing_autolinking |= false
10
+
5
11
  Pod::Spec.new do |s|
6
12
  s.name = 'Expo'
7
13
  s.version = package['version']
@@ -19,7 +25,22 @@ Pod::Spec.new do |s|
19
25
  s.static_framework = true
20
26
  s.header_dir = 'Expo'
21
27
 
22
- s.dependency 'ExpoModulesCore'
28
+ # Don't require the `ExpoModulesCore` dependency if the autolinking hasn't been imported.
29
+ # Otherwise, `pod install` would fail because it's not linkable by the community CLI.
30
+ if defined?(use_expo_modules!)
31
+ s.dependency 'ExpoModulesCore'
32
+ elsif !$expo_warned_about_missing_autolinking
33
+ puts <<~EOS
34
+
35
+ Your project includes the Expo package, but React Native Community CLI is unable to install the related Pods.
36
+ Make sure to require autolinking scripts from Expo and call `use_expo_modules!` in your target.
37
+ Learn more: https://docs.expo.dev/bare/installing-expo-modules
38
+ EOS
39
+ .yellow
40
+
41
+ # Suppress the warning next time.
42
+ $expo_warned_about_missing_autolinking = true
43
+ end
23
44
 
24
45
  s.source_files = 'ios/**/*.{h,m,swift}'
25
46
  end
@@ -44,7 +44,7 @@ def getRNVersion() {
44
44
  ensureDependeciesWereEvaluated(project)
45
45
 
46
46
  group = 'host.exp.exponent'
47
- version = '50.0.4'
47
+ version = '50.0.6'
48
48
 
49
49
  buildscript {
50
50
  // Simple helper that allows the root project to override versions declared by this library.
@@ -124,7 +124,7 @@ android {
124
124
  namespace "expo.core"
125
125
  defaultConfig {
126
126
  versionCode 1
127
- versionName "50.0.4"
127
+ versionName "50.0.6"
128
128
  consumerProguardFiles("proguard-rules.pro")
129
129
  }
130
130
  testOptions {
@@ -1,5 +1,5 @@
1
1
  {
2
- "@expo/metro-runtime": "~3.1.1",
2
+ "@expo/metro-runtime": "~3.1.3",
3
3
  "@expo/vector-icons": "^14.0.0",
4
4
  "@react-native-async-storage/async-storage": "1.21.0",
5
5
  "@react-native-community/datetimepicker": "7.6.1",
@@ -17,31 +17,31 @@
17
17
  "expo-application": "~5.8.3",
18
18
  "expo-asset": "~9.0.2",
19
19
  "expo-auth-session": "~5.4.0",
20
- "expo-av": "~13.10.4",
21
- "expo-background-fetch": "~11.8.0",
20
+ "expo-av": "~13.10.5",
21
+ "expo-background-fetch": "~11.8.1",
22
22
  "expo-barcode-scanner": "~12.9.2",
23
23
  "expo-battery": "~7.7.2",
24
24
  "expo-blur": "~12.9.1",
25
25
  "expo-brightness": "~11.8.0",
26
- "expo-build-properties": "~0.11.0",
26
+ "expo-build-properties": "~0.11.1",
27
27
  "expo-calendar": "~12.2.1",
28
- "expo-camera": "~14.0.3",
28
+ "expo-camera": "~14.0.4",
29
29
  "expo-cellular": "~5.7.1",
30
30
  "expo-checkbox": "~2.7.0",
31
31
  "expo-clipboard": "~5.0.1",
32
32
  "expo-constants": "~15.4.5",
33
33
  "expo-contacts": "~12.8.2",
34
34
  "expo-crypto": "~12.8.0",
35
- "expo-dev-client": "~3.3.7",
35
+ "expo-dev-client": "~3.3.8",
36
36
  "expo-device": "~5.9.3",
37
37
  "expo-document-picker": "~11.10.1",
38
38
  "expo-face-detector": "~12.6.1",
39
- "expo-file-system": "~16.0.5",
39
+ "expo-file-system": "~16.0.6",
40
40
  "expo-font": "~11.10.2",
41
41
  "expo-gl": "~13.6.0",
42
42
  "expo-google-app-auth": "~8.3.0",
43
43
  "expo-haptics": "~12.8.1",
44
- "expo-image": "~1.10.5",
44
+ "expo-image": "~1.10.6",
45
45
  "expo-image-loader": "~4.6.0",
46
46
  "expo-image-manipulator": "~11.8.0",
47
47
  "expo-image-picker": "~14.7.1",
@@ -52,17 +52,17 @@
52
52
  "expo-linking": "~6.2.2",
53
53
  "expo-local-authentication": "~13.8.0",
54
54
  "expo-localization": "~14.8.3",
55
- "expo-location": "~16.5.2",
55
+ "expo-location": "~16.5.3",
56
56
  "expo-mail-composer": "~12.7.1",
57
57
  "expo-media-library": "~15.9.1",
58
- "expo-module-template": "~10.12.9",
58
+ "expo-module-template": "~10.12.11",
59
59
  "expo-modules-core": "~1.11.8",
60
60
  "expo-navigation-bar": "~2.8.1",
61
61
  "expo-network": "~5.8.0",
62
62
  "expo-notifications": "~0.27.6",
63
63
  "expo-print": "~12.8.1",
64
64
  "expo-random": "~13.6.0",
65
- "expo-router": "~3.4.6",
65
+ "expo-router": "~3.4.7",
66
66
  "expo-screen-capture": "~5.8.1",
67
67
  "expo-screen-orientation": "~6.4.1",
68
68
  "expo-secure-store": "~12.8.1",
@@ -80,7 +80,7 @@
80
80
  "expo-updates": "~0.24.9",
81
81
  "expo-video-thumbnails": "~7.9.0",
82
82
  "expo-web-browser": "~12.8.2",
83
- "jest-expo": "~50.0.1",
83
+ "jest-expo": "~50.0.2",
84
84
  "lottie-react-native": "6.5.1",
85
85
  "react": "18.2.0",
86
86
  "react-dom": "18.2.0",
@@ -88,7 +88,7 @@
88
88
  "react-native-web": "~0.19.6",
89
89
  "react-native-gesture-handler": "~2.14.0",
90
90
  "react-native-get-random-values": "~1.8.0",
91
- "react-native-maps": "1.8.0",
91
+ "react-native-maps": "1.10.0",
92
92
  "react-native-pager-view": "6.2.3",
93
93
  "react-native-reanimated": "~3.6.2",
94
94
  "react-native-screens": "~3.29.0",
@@ -96,7 +96,7 @@
96
96
  "react-native-svg": "14.1.0",
97
97
  "react-native-view-shot": "3.8.0",
98
98
  "react-native-webview": "13.6.4",
99
- "sentry-expo": "~7.0.0",
99
+ "sentry-expo": "~7.1.0",
100
100
  "unimodules-app-loader": "~4.5.0",
101
101
  "unimodules-image-loader-interface": "~6.1.0",
102
102
  "@shopify/react-native-skia": "0.1.221",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "50.0.4",
3
+ "version": "50.0.6",
4
4
  "description": "The Expo SDK",
5
5
  "main": "build/Expo.js",
6
6
  "module": "build/Expo.js",
@@ -60,17 +60,17 @@
60
60
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
61
61
  "dependencies": {
62
62
  "@babel/runtime": "^7.20.0",
63
- "@expo/cli": "0.17.3",
63
+ "@expo/cli": "0.17.5",
64
64
  "@expo/config": "8.5.4",
65
65
  "@expo/config-plugins": "7.8.4",
66
- "@expo/metro-config": "0.17.3",
66
+ "@expo/metro-config": "0.17.4",
67
67
  "@expo/vector-icons": "^14.0.0",
68
68
  "babel-preset-expo": "~10.0.1",
69
69
  "expo-asset": "~9.0.2",
70
- "expo-file-system": "~16.0.5",
70
+ "expo-file-system": "~16.0.6",
71
71
  "expo-font": "~11.10.2",
72
72
  "expo-keep-awake": "~12.8.2",
73
- "expo-modules-autolinking": "1.10.2",
73
+ "expo-modules-autolinking": "1.10.3",
74
74
  "expo-modules-core": "1.11.8",
75
75
  "fbemitter": "^3.0.0",
76
76
  "whatwg-url-without-unicode": "8.0.0-3"
@@ -78,10 +78,10 @@
78
78
  "devDependencies": {
79
79
  "@types/react": "~18.0.14",
80
80
  "@types/react-test-renderer": "^18.0.0",
81
- "expo-module-scripts": "^3.4.0",
81
+ "expo-module-scripts": "^3.4.1",
82
82
  "react": "18.2.0",
83
83
  "react-dom": "18.2.0",
84
84
  "react-native": "0.73.2"
85
85
  },
86
- "gitHead": "82b69cba5b2e967806ca03413c3277f1d53bff8d"
86
+ "gitHead": "4f3dcf3e23eae997f884117fdd34ad734efad9fd"
87
87
  }