@expo/config-types 52.0.0-preview.1 → 52.0.0-preview.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.
@@ -278,6 +278,10 @@ export interface ExpoConfig {
278
278
  * Experimentally enable React Server Components support in Expo CLI and Expo Router.
279
279
  */
280
280
  reactServerComponents?: boolean;
281
+ /**
282
+ * Experimentally enable React Server Actions support in Expo CLI and Expo Router.
283
+ */
284
+ reactServerActions?: boolean;
281
285
  };
282
286
  /**
283
287
  * Internal properties for developer tools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expo/config-types",
3
- "version": "52.0.0-preview.1",
3
+ "version": "52.0.0-preview.2",
4
4
  "description": "Types for the Expo config object app.config.ts",
5
5
  "types": "build/ExpoConfig.d.ts",
6
6
  "main": "build/ExpoConfig.js",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "0a07b965c4bef67e7718355a0dc770d524ad3cee"
47
+ "gitHead": "d5b7ec4949eb461634b2f02a1a0ff1df2a0e2a21"
48
48
  }