0

I've been making my mobile application in React Native and noticed that the home button and the bottom navigation bar for Android was overriding the app and pushing it up making it look weird. Is there a safe area view but for the bottom navigation bar in React Native?

The Android default navigation bar is here: https://images.techhive.com/images/article/2015/11/android-60-google-now-home-button-shortcut-100628113-primary.idge.jpg?auto=webp&quality=85,70

Nimantha
  • 6,405
  • 6
  • 28
  • 69
George542
  • 41
  • 1
  • 6
  • Does this answer your question? [Hide Android Navigation Bar in React Native](https://stackoverflow.com/questions/36046055/hide-android-navigation-bar-in-react-native) – Manojkanth Jan 08 '22 at 10:38
  • possible to duplicate https://stackoverflow.com/questions/36046055/hide-android-navigation-bar-in-react-native – Manojkanth Jan 08 '22 at 10:38

1 Answers1

0

You can try this latest answer. There are many way to achieve this. Look at this Link.

react-native-system-navigation-bar

Install

yarn add react-native-system-navigation-bar

or

npm install react-native-system-navigation-bar

Manojkanth
  • 1,071
  • 11
  • 27