@apps-in-toss/web-framework 0.0.7 → 0.0.9
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/LICENSE +674 -0
- package/README.md +20 -0
- package/bin.js +2 -1
- package/dist/cli/chunk-HDRFXOPA.js +63 -0
- package/dist/cli/chunk-RUDG2MMT.js +173587 -0
- package/dist/cli/index.js +96369 -521
- package/dist/cli/lib-NMFBQRQ2.js +1007 -0
- package/dist/cli/typescript-THSIDFIK.js +6 -0
- package/dist/config/index.d.ts +42 -46
- package/dist/config/index.js +4 -284
- package/dist/prebuilt/dev.android.js +155780 -0
- package/dist/prebuilt/dev.ios.js +155721 -0
- package/dist/prebuilt/prod.android.js +20 -0
- package/dist/prebuilt/prod.ios.js +20 -0
- package/dist/prebuilt/prod.json +14 -0
- package/hermesc/0_72_6/linux64-bin/hermesc +0 -0
- package/hermesc/0_72_6/osx-bin/hermesc +0 -0
- package/hermesc/0_72_6/win64-bin/hermesc.exe +0 -0
- package/hermesc/0_72_6/win64-bin/icudt64.dll +0 -0
- package/hermesc/0_72_6/win64-bin/icuin64.dll +0 -0
- package/hermesc/0_72_6/win64-bin/icuio64.dll +0 -0
- package/hermesc/0_72_6/win64-bin/icutest64.dll +0 -0
- package/hermesc/0_72_6/win64-bin/icutu64.dll +0 -0
- package/hermesc/0_72_6/win64-bin/icuuc64.dll +0 -0
- package/hermesc/0_72_6/win64-bin/msvcp140.dll +0 -0
- package/hermesc/0_72_6/win64-bin/vcruntime140.dll +0 -0
- package/hermesc/0_72_6/win64-bin/vcruntime140_1.dll +0 -0
- package/package.json +57 -32
- package/src-web/appLogin.d.ts +31 -0
- package/src-web/closeView.d.ts +24 -0
- package/{dist → src-web}/fetchAlbumPhotos.d.ts +1 -1
- package/src-web/generateHapticFeedback.d.ts +52 -0
- package/{dist → src-web}/getCurrentLocation.d.ts +47 -10
- package/src-web/getDeviceId.d.ts +32 -0
- package/src-web/getLocale.d.ts +31 -0
- package/src-web/getNetworkStatus.d.ts +55 -0
- package/src-web/getSchemeUri.d.ts +26 -0
- package/{dist → src-web}/index.d.ts +1 -0
- package/src-web/index.js +1 -0
- package/src-web/setScreenAwakeMode.d.ts +69 -0
- package/src-web/setSecureScreen.d.ts +34 -0
- package/src-web/share.d.ts +37 -0
- package/{dist → src-web}/startUpdateLocation.d.ts +44 -10
- package/dist/chunk-CH3CIAIW.js +0 -7688
- package/dist/chunk-DI2VGQ6M.js +0 -53
- package/dist/chunk-HL7M3JLX.js +0 -53
- package/dist/chunk-I3ZDGLIW.js +0 -19
- package/dist/chunk-LJBVSTWE.js +0 -7687
- package/dist/chunk-OMIGZ2S7.js +0 -7689
- package/dist/chunk-TZCMTMV7.js +0 -38
- package/dist/cli/index.cjs +0 -644
- package/dist/cli/index.d.cts +0 -2
- package/dist/cli/index.d.ts +0 -2
- package/dist/cli.cjs +0 -613
- package/dist/cli.d.cts +0 -2
- package/dist/cli.d.ts +0 -2
- package/dist/cli.js +0 -562
- package/dist/closeView.d.ts +0 -1
- package/dist/config/index.cjs +0 -7963
- package/dist/config/index.d.cts +0 -57
- package/dist/generateHapticFeedback.d.ts +0 -1
- package/dist/getDeviceId.d.ts +0 -1
- package/dist/getLocale.d.ts +0 -1
- package/dist/getNetworkStatus.d.ts +0 -1
- package/dist/getSchemeUri.d.ts +0 -1
- package/dist/index.cjs +0 -18
- package/dist/index.d.cts +0 -2
- package/dist/index.js +0 -1
- package/dist/plugins/index.cjs +0 -7682
- package/dist/plugins/index.d.cts +0 -15
- package/dist/plugins/index.d.ts +0 -15
- package/dist/plugins/index.js +0 -11
- package/dist/setScreenAwakeMode.d.ts +0 -1
- package/dist/setSecureScreen.d.ts +0 -1
- package/dist/share.d.ts +0 -1
- package/react-native/.babelrc +0 -41
- package/react-native/.bedrock/.env.js +0 -4
- package/react-native/ait.d.ts +0 -8
- package/react-native/context.ts +0 -10
- package/react-native/index.ts +0 -4
- package/react-native/pages/_404.tsx +0 -1
- package/react-native/pages/index.tsx +0 -10
- package/react-native/react-native.config.cjs +0 -3
- package/react-native/src/_app.tsx +0 -12
- /package/{dist → src-web}/fetchContacts.d.ts +0 -0
- /package/{dist → src-web}/getClipboardText.d.ts +0 -0
- /package/{dist → src-web}/openCamera.d.ts +0 -0
- /package/{dist → src-web}/setClipboardText.d.ts +0 -0
package/dist/config/index.d.ts
CHANGED
|
@@ -1,36 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
1
|
+
type PermissionReadWrite = 'read' | 'write';
|
|
2
|
+
type PermissionAccess = 'access';
|
|
3
|
+
type ClipboardPermission = {
|
|
4
|
+
name: 'clipboard';
|
|
5
|
+
access: PermissionReadWrite;
|
|
6
|
+
};
|
|
7
|
+
type GeolocationPermission = {
|
|
8
|
+
name: 'geolocation';
|
|
9
|
+
access: PermissionAccess;
|
|
10
|
+
};
|
|
11
|
+
type ContactsPermission = {
|
|
12
|
+
name: 'contacts';
|
|
13
|
+
access: PermissionReadWrite;
|
|
14
|
+
};
|
|
15
|
+
type PhotosPermission = {
|
|
16
|
+
name: 'photos';
|
|
17
|
+
access: PermissionReadWrite;
|
|
18
|
+
};
|
|
19
|
+
type CameraPermission = {
|
|
20
|
+
name: 'camera';
|
|
21
|
+
access: PermissionAccess;
|
|
22
|
+
};
|
|
23
|
+
type Permission = ClipboardPermission | GeolocationPermission | ContactsPermission | PhotosPermission | CameraPermission;
|
|
24
|
+
/**
|
|
25
|
+
* OAuth 인증시 사용할 수 있는 Scope 값이에요.
|
|
26
|
+
*
|
|
27
|
+
* - `user_name`: 유저 이름이에요.
|
|
28
|
+
* - `user_phone`: 유저 휴대폰 번호예요.
|
|
29
|
+
* - `user_birthday`: 유저 생년월일이에요.
|
|
30
|
+
* - `user_ci`: 유저를 식별하는 키인 CI(Connection Information) 값이에요.
|
|
31
|
+
* - `user_gender`: 유저의 성별이에요.
|
|
32
|
+
* - `user_nationality`: 유저의 국적이에요.
|
|
33
|
+
* - `user_email`: 유저의 이메일이에요. 토스 회원의 email이 존재하지 않는 경우 null 응답을 반환해요.
|
|
34
|
+
*/
|
|
35
|
+
type OAuthScope = 'user_name' | 'user_phone' | 'user_birthday' | 'user_ci' | 'user_gender' | 'user_nationality' | 'user_email';
|
|
36
|
+
interface AppsInTossWebConfig {
|
|
34
37
|
appName: string;
|
|
35
38
|
web: {
|
|
36
39
|
port: number;
|
|
@@ -40,18 +43,11 @@ declare const AppsInTossConfigSchema: z.ZodObject<{
|
|
|
40
43
|
};
|
|
41
44
|
};
|
|
42
45
|
permissions: Permission[];
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
web: {
|
|
46
|
-
port: number;
|
|
47
|
-
commands: {
|
|
48
|
-
dev: string;
|
|
49
|
-
build: string;
|
|
50
|
-
};
|
|
46
|
+
oauth: {
|
|
47
|
+
scopes: OAuthScope[];
|
|
51
48
|
};
|
|
52
|
-
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
declare const defineConfig: (config: z.input<typeof AppsInTossConfigSchema>) => Promise<BedrockConfigResponse>;
|
|
49
|
+
outdir?: string;
|
|
50
|
+
}
|
|
51
|
+
declare const defineConfig: (config: AppsInTossWebConfig) => AppsInTossWebConfig;
|
|
56
52
|
|
|
57
|
-
export { type
|
|
53
|
+
export { type AppsInTossWebConfig, defineConfig };
|
package/dist/config/index.js
CHANGED
|
@@ -1,289 +1,9 @@
|
|
|
1
|
-
import { createRequire } from 'module'; const require = createRequire(import.meta.url);
|
|
2
|
-
import {
|
|
3
|
-
__dirname,
|
|
4
|
-
appsInTossWeb,
|
|
5
|
-
init_esm_shims
|
|
6
|
-
} from "../chunk-CH3CIAIW.js";
|
|
7
|
-
|
|
8
|
-
// src/config/index.ts
|
|
9
|
-
init_esm_shims();
|
|
10
|
-
|
|
11
1
|
// src/config/defineConfig.ts
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
// ../../.yarn/cache/find-up-npm-7.0.0-a80086f7af-e6ee3e6154.zip/node_modules/find-up/index.js
|
|
16
|
-
init_esm_shims();
|
|
17
|
-
import path2 from "node:path";
|
|
18
|
-
|
|
19
|
-
// ../../.yarn/cache/locate-path-npm-7.2.0-454f209f37-139e8a7fe1.zip/node_modules/locate-path/index.js
|
|
20
|
-
init_esm_shims();
|
|
21
|
-
import process from "node:process";
|
|
22
|
-
import path from "node:path";
|
|
23
|
-
import fs, { promises as fsPromises } from "node:fs";
|
|
24
|
-
import { fileURLToPath } from "node:url";
|
|
25
|
-
|
|
26
|
-
// ../../.yarn/cache/p-locate-npm-6.0.0-d73b86f7fc-d72fa2f41a.zip/node_modules/p-locate/index.js
|
|
27
|
-
init_esm_shims();
|
|
28
|
-
|
|
29
|
-
// ../../.yarn/cache/p-limit-npm-4.0.0-6161fa2142-a56af34a77.zip/node_modules/p-limit/index.js
|
|
30
|
-
init_esm_shims();
|
|
31
|
-
|
|
32
|
-
// ../../.yarn/cache/yocto-queue-npm-1.1.1-3796fef980-cb287fe5e6.zip/node_modules/yocto-queue/index.js
|
|
33
|
-
init_esm_shims();
|
|
34
|
-
var Node = class {
|
|
35
|
-
value;
|
|
36
|
-
next;
|
|
37
|
-
constructor(value) {
|
|
38
|
-
this.value = value;
|
|
2
|
+
var defineConfig = (config) => {
|
|
3
|
+
if (!config.outdir) {
|
|
4
|
+
config.outdir = "dist";
|
|
39
5
|
}
|
|
40
|
-
|
|
41
|
-
var Queue = class {
|
|
42
|
-
#head;
|
|
43
|
-
#tail;
|
|
44
|
-
#size;
|
|
45
|
-
constructor() {
|
|
46
|
-
this.clear();
|
|
47
|
-
}
|
|
48
|
-
enqueue(value) {
|
|
49
|
-
const node = new Node(value);
|
|
50
|
-
if (this.#head) {
|
|
51
|
-
this.#tail.next = node;
|
|
52
|
-
this.#tail = node;
|
|
53
|
-
} else {
|
|
54
|
-
this.#head = node;
|
|
55
|
-
this.#tail = node;
|
|
56
|
-
}
|
|
57
|
-
this.#size++;
|
|
58
|
-
}
|
|
59
|
-
dequeue() {
|
|
60
|
-
const current = this.#head;
|
|
61
|
-
if (!current) {
|
|
62
|
-
return;
|
|
63
|
-
}
|
|
64
|
-
this.#head = this.#head.next;
|
|
65
|
-
this.#size--;
|
|
66
|
-
return current.value;
|
|
67
|
-
}
|
|
68
|
-
peek() {
|
|
69
|
-
if (!this.#head) {
|
|
70
|
-
return;
|
|
71
|
-
}
|
|
72
|
-
return this.#head.value;
|
|
73
|
-
}
|
|
74
|
-
clear() {
|
|
75
|
-
this.#head = void 0;
|
|
76
|
-
this.#tail = void 0;
|
|
77
|
-
this.#size = 0;
|
|
78
|
-
}
|
|
79
|
-
get size() {
|
|
80
|
-
return this.#size;
|
|
81
|
-
}
|
|
82
|
-
*[Symbol.iterator]() {
|
|
83
|
-
let current = this.#head;
|
|
84
|
-
while (current) {
|
|
85
|
-
yield current.value;
|
|
86
|
-
current = current.next;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
};
|
|
90
|
-
|
|
91
|
-
// ../../.yarn/cache/p-limit-npm-4.0.0-6161fa2142-a56af34a77.zip/node_modules/p-limit/index.js
|
|
92
|
-
function pLimit(concurrency) {
|
|
93
|
-
if (!((Number.isInteger(concurrency) || concurrency === Number.POSITIVE_INFINITY) && concurrency > 0)) {
|
|
94
|
-
throw new TypeError("Expected `concurrency` to be a number from 1 and up");
|
|
95
|
-
}
|
|
96
|
-
const queue = new Queue();
|
|
97
|
-
let activeCount = 0;
|
|
98
|
-
const next = () => {
|
|
99
|
-
activeCount--;
|
|
100
|
-
if (queue.size > 0) {
|
|
101
|
-
queue.dequeue()();
|
|
102
|
-
}
|
|
103
|
-
};
|
|
104
|
-
const run = async (fn, resolve, args) => {
|
|
105
|
-
activeCount++;
|
|
106
|
-
const result = (async () => fn(...args))();
|
|
107
|
-
resolve(result);
|
|
108
|
-
try {
|
|
109
|
-
await result;
|
|
110
|
-
} catch {
|
|
111
|
-
}
|
|
112
|
-
next();
|
|
113
|
-
};
|
|
114
|
-
const enqueue = (fn, resolve, args) => {
|
|
115
|
-
queue.enqueue(run.bind(void 0, fn, resolve, args));
|
|
116
|
-
(async () => {
|
|
117
|
-
await Promise.resolve();
|
|
118
|
-
if (activeCount < concurrency && queue.size > 0) {
|
|
119
|
-
queue.dequeue()();
|
|
120
|
-
}
|
|
121
|
-
})();
|
|
122
|
-
};
|
|
123
|
-
const generator = (fn, ...args) => new Promise((resolve) => {
|
|
124
|
-
enqueue(fn, resolve, args);
|
|
125
|
-
});
|
|
126
|
-
Object.defineProperties(generator, {
|
|
127
|
-
activeCount: {
|
|
128
|
-
get: () => activeCount
|
|
129
|
-
},
|
|
130
|
-
pendingCount: {
|
|
131
|
-
get: () => queue.size
|
|
132
|
-
},
|
|
133
|
-
clearQueue: {
|
|
134
|
-
value: () => {
|
|
135
|
-
queue.clear();
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
});
|
|
139
|
-
return generator;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
// ../../.yarn/cache/p-locate-npm-6.0.0-d73b86f7fc-d72fa2f41a.zip/node_modules/p-locate/index.js
|
|
143
|
-
var EndError = class extends Error {
|
|
144
|
-
constructor(value) {
|
|
145
|
-
super();
|
|
146
|
-
this.value = value;
|
|
147
|
-
}
|
|
148
|
-
};
|
|
149
|
-
var testElement = async (element, tester) => tester(await element);
|
|
150
|
-
var finder = async (element) => {
|
|
151
|
-
const values = await Promise.all(element);
|
|
152
|
-
if (values[1] === true) {
|
|
153
|
-
throw new EndError(values[0]);
|
|
154
|
-
}
|
|
155
|
-
return false;
|
|
156
|
-
};
|
|
157
|
-
async function pLocate(iterable, tester, {
|
|
158
|
-
concurrency = Number.POSITIVE_INFINITY,
|
|
159
|
-
preserveOrder = true
|
|
160
|
-
} = {}) {
|
|
161
|
-
const limit = pLimit(concurrency);
|
|
162
|
-
const items = [...iterable].map((element) => [element, limit(testElement, element, tester)]);
|
|
163
|
-
const checkLimit = pLimit(preserveOrder ? 1 : Number.POSITIVE_INFINITY);
|
|
164
|
-
try {
|
|
165
|
-
await Promise.all(items.map((element) => checkLimit(finder, element)));
|
|
166
|
-
} catch (error) {
|
|
167
|
-
if (error instanceof EndError) {
|
|
168
|
-
return error.value;
|
|
169
|
-
}
|
|
170
|
-
throw error;
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
// ../../.yarn/cache/locate-path-npm-7.2.0-454f209f37-139e8a7fe1.zip/node_modules/locate-path/index.js
|
|
175
|
-
var typeMappings = {
|
|
176
|
-
directory: "isDirectory",
|
|
177
|
-
file: "isFile"
|
|
178
|
-
};
|
|
179
|
-
function checkType(type) {
|
|
180
|
-
if (Object.hasOwnProperty.call(typeMappings, type)) {
|
|
181
|
-
return;
|
|
182
|
-
}
|
|
183
|
-
throw new Error(`Invalid type specified: ${type}`);
|
|
184
|
-
}
|
|
185
|
-
var matchType = (type, stat) => stat[typeMappings[type]]();
|
|
186
|
-
var toPath = (urlOrPath) => urlOrPath instanceof URL ? fileURLToPath(urlOrPath) : urlOrPath;
|
|
187
|
-
async function locatePath(paths, {
|
|
188
|
-
cwd = process.cwd(),
|
|
189
|
-
type = "file",
|
|
190
|
-
allowSymlinks = true,
|
|
191
|
-
concurrency,
|
|
192
|
-
preserveOrder
|
|
193
|
-
} = {}) {
|
|
194
|
-
checkType(type);
|
|
195
|
-
cwd = toPath(cwd);
|
|
196
|
-
const statFunction = allowSymlinks ? fsPromises.stat : fsPromises.lstat;
|
|
197
|
-
return pLocate(paths, async (path_) => {
|
|
198
|
-
try {
|
|
199
|
-
const stat = await statFunction(path.resolve(cwd, path_));
|
|
200
|
-
return matchType(type, stat);
|
|
201
|
-
} catch {
|
|
202
|
-
return false;
|
|
203
|
-
}
|
|
204
|
-
}, { concurrency, preserveOrder });
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
// ../../.yarn/cache/unicorn-magic-npm-0.1.0-352b6e3681-e4ed0de05b.zip/node_modules/unicorn-magic/node.js
|
|
208
|
-
init_esm_shims();
|
|
209
|
-
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
210
|
-
function toPath2(urlOrPath) {
|
|
211
|
-
return urlOrPath instanceof URL ? fileURLToPath2(urlOrPath) : urlOrPath;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
// ../../.yarn/cache/path-exists-npm-5.0.0-126b43894b-b170f3060b.zip/node_modules/path-exists/index.js
|
|
215
|
-
init_esm_shims();
|
|
216
|
-
|
|
217
|
-
// ../../.yarn/cache/find-up-npm-7.0.0-a80086f7af-e6ee3e6154.zip/node_modules/find-up/index.js
|
|
218
|
-
var findUpStop = Symbol("findUpStop");
|
|
219
|
-
async function findUpMultiple(name, options = {}) {
|
|
220
|
-
let directory = path2.resolve(toPath2(options.cwd) ?? "");
|
|
221
|
-
const { root } = path2.parse(directory);
|
|
222
|
-
const stopAt = path2.resolve(directory, toPath2(options.stopAt ?? root));
|
|
223
|
-
const limit = options.limit ?? Number.POSITIVE_INFINITY;
|
|
224
|
-
const paths = [name].flat();
|
|
225
|
-
const runMatcher = async (locateOptions) => {
|
|
226
|
-
if (typeof name !== "function") {
|
|
227
|
-
return locatePath(paths, locateOptions);
|
|
228
|
-
}
|
|
229
|
-
const foundPath = await name(locateOptions.cwd);
|
|
230
|
-
if (typeof foundPath === "string") {
|
|
231
|
-
return locatePath([foundPath], locateOptions);
|
|
232
|
-
}
|
|
233
|
-
return foundPath;
|
|
234
|
-
};
|
|
235
|
-
const matches = [];
|
|
236
|
-
while (true) {
|
|
237
|
-
const foundPath = await runMatcher({ ...options, cwd: directory });
|
|
238
|
-
if (foundPath === findUpStop) {
|
|
239
|
-
break;
|
|
240
|
-
}
|
|
241
|
-
if (foundPath) {
|
|
242
|
-
matches.push(path2.resolve(directory, foundPath));
|
|
243
|
-
}
|
|
244
|
-
if (directory === stopAt || matches.length >= limit) {
|
|
245
|
-
break;
|
|
246
|
-
}
|
|
247
|
-
directory = path2.dirname(directory);
|
|
248
|
-
}
|
|
249
|
-
return matches;
|
|
250
|
-
}
|
|
251
|
-
async function findUp(name, options = {}) {
|
|
252
|
-
const matches = await findUpMultiple(name, { ...options, limit: 1 });
|
|
253
|
-
return matches[0];
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
// src/config/defineConfig.ts
|
|
257
|
-
import { defineConfig as originDefineConfig } from "react-native-bedrock/config";
|
|
258
|
-
import { z } from "zod";
|
|
259
|
-
var AppsInTossConfigSchema = z.object({
|
|
260
|
-
appName: z.string(),
|
|
261
|
-
web: z.object({
|
|
262
|
-
port: z.number(),
|
|
263
|
-
commands: z.object({
|
|
264
|
-
dev: z.string(),
|
|
265
|
-
build: z.string()
|
|
266
|
-
})
|
|
267
|
-
}),
|
|
268
|
-
permissions: z.array(z.custom())
|
|
269
|
-
});
|
|
270
|
-
var defineConfig = async (config) => {
|
|
271
|
-
const reactNativeProjectDir = await findUp("react-native", { type: "directory", cwd: __dirname });
|
|
272
|
-
if (!reactNativeProjectDir) {
|
|
273
|
-
throw new Error("react-native \uB514\uB809\uD1A0\uB9AC\uB97C \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.");
|
|
274
|
-
}
|
|
275
|
-
return originDefineConfig({
|
|
276
|
-
appName: config.appName,
|
|
277
|
-
plugins: [
|
|
278
|
-
appsInTossWeb({
|
|
279
|
-
port: config.web.port,
|
|
280
|
-
commands: config.web.commands,
|
|
281
|
-
permissions: config.permissions
|
|
282
|
-
})
|
|
283
|
-
],
|
|
284
|
-
cwd: reactNativeProjectDir,
|
|
285
|
-
entryFile: path3.join(reactNativeProjectDir, "src", "_app.tsx")
|
|
286
|
-
});
|
|
6
|
+
return config;
|
|
287
7
|
};
|
|
288
8
|
export {
|
|
289
9
|
defineConfig
|