Skip to content

Commit

Permalink
Comment away screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Vlasov committed Aug 30, 2019
1 parent 3b52a61 commit 676f937
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/status_im/android/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
(when-not (zero? @keyboard-height)
(dispatch [:set :keyboard-height 0]))))
(.hide react/splash-screen)
(.useScreens (rn-dependencies/react-native-screens))
; Comment away due to current bug https://github.com/kmagiera/react-native-screens/issues/54
;(.useScreens (rn-dependencies/react-native-screens))

(.addEventListener (react/app-state) "change" app-state-change-handler)
(.addEventListener rn-dependencies/react-native-languages "change" on-languages-change)
(.addEventListener (rn-dependencies/react-native-shake)
Expand Down

0 comments on commit 676f937

Please sign in to comment.