Skip to content

Commit

Permalink
Fixed mobile build
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Jul 28, 2023
1 parent 5edbdb2 commit 31f8e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-mobile/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ const localPackages = {
'@joplin/lib': path.resolve(__dirname, '../lib/'),
'@joplin/renderer': path.resolve(__dirname, '../renderer/'),
'@joplin/tools': path.resolve(__dirname, '../tools/'),
'@joplin/utils': path.resolve(__dirname, '../utils/'),
'@joplin/fork-htmlparser2': path.resolve(__dirname, '../fork-htmlparser2/'),
'@joplin/fork-uslug': path.resolve(__dirname, '../fork-uslug/'),
'@joplin/react-native-saf-x': path.resolve(__dirname, '../react-native-saf-x/'),
'@joplin/react-native-alarm-notification': path.resolve(__dirname, '../react-native-alarm-notification/'),

'@joplin/fork-sax': path.resolve(__dirname, '../fork-sax/'),
};

Expand Down

0 comments on commit 31f8e72

Please sign in to comment.