@expo/repack-app 0.4.2 → 0.4.3
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/dist/index.d.ts +4 -0
- package/dist/index.js +22 -22
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -163,6 +163,10 @@ export declare interface Options {
|
|
|
163
163
|
* Only update the JS bundle without modifying native configuration (manifests, plists, resources, icons).
|
|
164
164
|
*/
|
|
165
165
|
jsBundleOnly?: boolean;
|
|
166
|
+
/**
|
|
167
|
+
* Whether to repack the app icon. This is an unstable option that may be removed in the future. Use with caution.
|
|
168
|
+
*/
|
|
169
|
+
unstable_repackAppIcon?: boolean;
|
|
166
170
|
/**
|
|
167
171
|
* Skip the working directory cleanup.
|
|
168
172
|
*/
|