From c2159e77f7f8ed5a52121696d49c3850acd78e51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Fri, 5 Aug 2022 12:15:14 +0200 Subject: [PATCH] fix(mobile): add models to metro config --- packages/mobile/metro.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mobile/metro.config.js b/packages/mobile/metro.config.js index 4f8f48d42..750c58aa2 100644 --- a/packages/mobile/metro.config.js +++ b/packages/mobile/metro.config.js @@ -29,6 +29,7 @@ module.exports = (async () => { '../filepicker', '../services', '../files', + '../models', '../utils', '../sncrypto-common', '../snjs',