Skip to content

Commit 3d302f6

Browse files
committed
add some documentation to navigationBackground about how to update the iOS loading screen
1 parent 7b960d9 commit 3d302f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/views/components/colors.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ function firstReadable(background: string, possibilities: Array<string>) {
242242
*/
243243
export const accent = sto.gold
244244

245+
// When you change this for iOS, you also need to update the RGB values in
246+
// `/ios/AllAboutOlaf/LaunchScreen.storyboard`; you'll need to edit
247+
// <color key="backgroundColor"/> and <color key="tintColor"/> in <view>,
248+
// and <color key="tintColor"/> and <color key="barTintColor"/> in <navigationBar/>.
245249
export const navigationBackground = Platform.select({
246250
ios: accent,
247251
android: accent,

0 commit comments

Comments
 (0)