Search code examples
react-nativereact-native-navigationreact-native-tabnavigator

How can i create tab bar like this? is there any sample?


how can i create tab bar like this in react native?

google tasks tab bar

is there any sample like this?


Solution

  • I have created one using SVG and path and I took help from following Code

    https://itnext.io/reactnative-curved-tabbar-dc62e681c24d

    also the github code : https://github.com/alex-melnyk/clipped-tabbar

    Hope this is helpful. Thanks