Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add statusBarTranslucent prop (= true) to KeyboardProvider in App.native.tsx (#4208)

authored by

Eiichi Yoshikawa and committed by
GitHub
211eff3d b59c8e22

+1 -1
+1 -1
src/App.native.tsx
··· 143 143 * that is set up in the InnerApp component above. 144 144 */ 145 145 return ( 146 - <KeyboardProvider enabled={true}> 146 + <KeyboardProvider enabled={true} statusBarTranslucent={true}> 147 147 <SessionProvider> 148 148 <ShellStateProvider> 149 149 <PrefsStateProvider>