From 1a6d4a6342fc6e1158687d0b9d431f62d877535e Mon Sep 17 00:00:00 2001 From: brunoviso <30635700+brunoviso@users.noreply.github.com> Date: Thu, 16 May 2019 13:51:35 -0300 Subject: [PATCH] Update screen-orientation.ios.js Fix to update path require "ui/frame" --- screen-orientation.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen-orientation.ios.js b/screen-orientation.ios.js index 4d6fbe7..f7c1760 100644 --- a/screen-orientation.ios.js +++ b/screen-orientation.ios.js @@ -3,7 +3,7 @@ */ -var frameModule = require("ui/frame"); +var frameModule = require("tns-core-modules/ui/frame"); /**