0

Need to have a tab bar that displays some information that is always stuck on the bottom of the screen in a scroll view that will always have more height then the device. The tab bar is simply a view. The styles bellow will simply add it to the bottom of the scrollview and not the bottom of the screen.

  position: 'absolute',
    bottom: 0,
    right: 0,

Sorry for asking a common question but none of the answers I have found online seem to fix my exact problem.

meowzart
  • 75
  • 1
  • 8

1 Answers1

0

You can try react-native-navigation. It has a feature for tab bar.

Rajan
  • 1,512
  • 2
  • 14
  • 18