@expo/config-types 51.0.0 → 51.0.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.
- package/build/ExpoConfig.d.ts +4 -0
- package/package.json +2 -2
package/build/ExpoConfig.d.ts
CHANGED
|
@@ -262,6 +262,10 @@ export interface ExpoConfig {
|
|
|
262
262
|
* Experimentally use a vendored canary build of React for testing upcoming features.
|
|
263
263
|
*/
|
|
264
264
|
reactCanary?: boolean;
|
|
265
|
+
/**
|
|
266
|
+
* Experimentally enable React Compiler.
|
|
267
|
+
*/
|
|
268
|
+
reactCompiler?: boolean;
|
|
265
269
|
};
|
|
266
270
|
/**
|
|
267
271
|
* Internal properties for developer tools
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/config-types",
|
|
3
|
-
"version": "51.0.
|
|
3
|
+
"version": "51.0.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": "
|
|
47
|
+
"gitHead": "5e6538be9ebd87877867d0710029a64c883ca00e"
|
|
48
48
|
}
|