Skip to content

Commit

Permalink
added blurb about setting UI to light via info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmamy committed Oct 22, 2019
1 parent 587581c commit 9154b33
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

```
<key>UIUserInterfaceStyle</key>
<string>Light</string>
```

## The functions that can be called

```js
Expand Down

0 comments on commit 9154b33

Please sign in to comment.