Skip to content

Commit

Permalink
refactor(webui): update fixture with Expo SDK 51 default template
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Aug 28, 2024
1 parent abdea62 commit 40d828a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webui/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ config.resolver.resolveRequest = (context, moduleName, platform) => {
// Initialize the Expo Atlas global data source in development
if (process.env.NODE_ENV === 'development') {
const { AtlasFileSource } = require('../build/src/data/AtlasFileSource');
const filePath = path.resolve(__dirname, './fixture/atlas-tabs-51.jsonl');
const filePath = path.resolve(__dirname, './fixture/expo-51-default.jsonl');

global.EXPO_ATLAS_SOURCE = new AtlasFileSource(filePath);
}
Expand Down

0 comments on commit 40d828a

Please sign in to comment.