From 9154b33d9f1160ff24fc55c88bf6ca32ff32f032 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 22 Oct 2019 16:06:36 -0700 Subject: [PATCH] added blurb about setting UI to light via info.plist --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 75a10ee..19f1b0a 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,15 @@ var config = { ``` +you can also set `UIUserInterfaceStyle` to Light in your Info.plist file to force the UI to light. + +Copy + Paste this into your `Info.plist` + +``` +UIUserInterfaceStyle +Light +``` + ## The functions that can be called ```js