From 383c25557a9c150522c7bb47b0d0ec133a7919ee Mon Sep 17 00:00:00 2001 From: Marcel Morales Date: Tue, 8 Jan 2019 21:40:15 +0100 Subject: [PATCH] fix for #63 might fix #63 . It worked locally in my terminal and expo app (^31.0.2), but adding babel-plugin-module-resolver to the dependencies might work as fine --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d0fa6b8..de738fcf 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,8 @@ "lodash": "^4.17.10", "paths-js": "^0.4.7", "point-in-polygon": "^1.0.1", - "react-native-scrollable-tab-view": "^0.8.0" + "react-native-scrollable-tab-view": "^0.8.0", + "babel-plugin-module-resolver": "^3.1.1" }, "xo": { "extends": "xo-react",