expo 52.0.0-preview.16 → 52.0.0-preview.18

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/README.md CHANGED
@@ -1,10 +1,11 @@
1
1
  # expo
2
2
 
3
- The `expo` package is a single package you can install in any React Native app to begin using Expo modules.
3
+ The `expo` package is a single package you can install in any React Native app to begin using Expo modules. [API Reference](https://docs.expo.dev/versions/latest/sdk/expo/).
4
4
 
5
5
  - includes core infrastructure for Expo modules: `expo-modules-core` and `expo-modules-autolinking`.
6
6
  - bundles a minimal set of Expo modules that are required by nearly every app, such as `expo-asset`.
7
7
  - provides [`@expo/cli`](https://github.com/expo/expo/blob/main/packages/%40expo/cli/README.md), a small CLI that provides a clean interface around both bundlers (such as Metro and Webpack) and native build tools (Xcode, Simulator.app, Android Studio, ADB, etc.), can generate native projects with `npx expo prebuild`, and aligns compatible package versions with `npx expo install`.
8
8
  - exposes a JavaScript module that configures an app at runtime as needed to use `expo-font` and to function in Expo Go (optional, only if applicable).
9
9
 
10
+
10
11
  See [CONTRIBUTING](./CONTRIBUTING.md) for instructions on working on this package.
@@ -33,7 +33,7 @@ def getRNVersion() {
33
33
  ensureDependeciesWereEvaluated(project)
34
34
 
35
35
  group = 'host.exp.exponent'
36
- version = '52.0.0-preview.16'
36
+ version = '52.0.0-preview.18'
37
37
 
38
38
  buildscript {
39
39
  // Simple helper that allows the root project to override versions declared by this library.
@@ -46,7 +46,7 @@ android {
46
46
  namespace "expo.core"
47
47
  defaultConfig {
48
48
  versionCode 1
49
- versionName "52.0.0-preview.16"
49
+ versionName "52.0.0-preview.18"
50
50
  consumerProguardFiles("proguard-rules.pro")
51
51
  }
52
52
  testOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "52.0.0-preview.16",
3
+ "version": "52.0.0-preview.18",
4
4
  "description": "The Expo SDK",
5
5
  "main": "src/Expo.ts",
6
6
  "module": "src/Expo.ts",
@@ -66,7 +66,7 @@
66
66
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
67
67
  "dependencies": {
68
68
  "@babel/runtime": "^7.20.0",
69
- "@expo/cli": "0.19.11",
69
+ "@expo/cli": "0.19.13",
70
70
  "@expo/config": "10.0.2",
71
71
  "@expo/config-plugins": "9.0.4",
72
72
  "@expo/metro-config": "0.19.0-preview.2",
@@ -108,5 +108,5 @@
108
108
  "optional": true
109
109
  }
110
110
  },
111
- "gitHead": "96dd8358d118b8cb161272bc9497a96b5d26f343"
111
+ "gitHead": "8f821c2fa246a5206d25b00ca83fd4cfe639e784"
112
112
  }