Skip to content

ziniuguo/Notebook

Repository files navigation

Demo Notebook App

Tbd:

  • Fonts

  • Icon with badge

  • Multiple delete

  • navigation screen shaking

Solution

navigationOptions: { safeAreaInsets: { top: 0 } }
  • Not working properly in landscape
<activity
    android:screenOrientation="portrait"
</activity>
  • Splash screen image is shown when keyboard opens.

No solution till now. Change bgcolor is the only way.

  • Tab bar moved when keyboard opens
<activity
    android:windowSoftInputMode="adjustResize|stateAlwaysHidden|adjustPan"
</activity>
  • Toast notification not working properly