Skip to content

Commit

Permalink
docs: Updated README.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazzarolo authored Apr 4, 2020
1 parent d567850 commit dde0a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ NSString *currentLanguage = [[NSLocale preferredLanguages] firstObject];
### I can't see the picker on iOS/the picker is white on iOS
You're app is probably running in dark mode, which is [not supported by React-Native for the pickers yet](https://github.com/facebook/react-native/issues/26299).
Your app is probably running in dark mode, which is [not supported by React-Native for the pickers yet](https://github.com/facebook/react-native/issues/26299).
If you're not planning to support the iOS dark mode in your app, add the following to your `info.plist`:
```xml
Expand Down

0 comments on commit dde0a2f

Please sign in to comment.