Skip to content

Commit acbac6e

Browse files
committed
v2, 0.7.28
1 parent ac06322 commit acbac6e

3 files changed

Lines changed: 33 additions & 43 deletions

File tree

package-lock.json

Lines changed: 27 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,11 @@
244244
"@react-native/babel-preset": "0.79.2",
245245
"@react-native/metro-config": "0.79.2",
246246
"@react-navigation/devtools": "^6.0.10",
247-
"@rnef/cli": "0.7.25",
248-
"@rnef/platform-android": "0.7.25",
249-
"@rnef/platform-ios": "0.7.25",
250-
"@rnef/plugin-metro": "0.7.25",
251-
"@rnef/provider-github": "0.7.25",
247+
"@rnef/cli": "0.7.28",
248+
"@rnef/platform-android": "0.7.28",
249+
"@rnef/platform-ios": "0.7.28",
250+
"@rnef/plugin-metro": "0.7.28",
251+
"@rnef/provider-github": "0.7.28",
252252
"@storybook/addon-a11y": "^8.6.9",
253253
"@storybook/addon-essentials": "^8.6.9",
254254
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",

rnef.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default {
1010
remoteCacheProvider: providerGitHub({
1111
owner: 'callstack-internal',
1212
repository: 'Expensify-App',
13+
token: process.env.GITHUB_TOKEN,
1314
}),
1415
bundler: pluginMetro(),
1516
platforms: {

0 commit comments

Comments
 (0)