Skip to content

Commit 2f55255

Browse files
committed
adjust for fork testing
1 parent 5e39ad6 commit 2f55255

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

rnef.config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ const isHybrid = process.env.IS_HYBRID_APP === 'true';
77

88
/** @type {import('@rnef/config').Config} */
99
export default {
10-
// remoteCacheProvider: null,
1110
remoteCacheProvider: providerGitHub({
12-
owner: 'Expensify',
13-
repository: 'App',
11+
owner: 'callstack-internal',
12+
repository: 'Expensify-App',
1413
token: process.env.GITHUB_TOKEN,
1514
}),
1615
bundler: pluginMetro(),

0 commit comments

Comments
 (0)