diff --git a/apps/mobile/app.config.js b/apps/mobile/app.config.js index e27f803ee..e101f7431 100644 --- a/apps/mobile/app.config.js +++ b/apps/mobile/app.config.js @@ -1,4 +1,5 @@ import fs from 'fs'; +import path from 'path'; export default () => { const googleServicesPathAndroid = process.env.GOOGLE_SERVICES_JSON;