web-ridge / react-native-paper-tabs

Smooth and fast cross platform Material Design Tabs for React Native Paper
https://reactnativepapertabs.com
MIT License
200 stars 35 forks source link

App keeps crashing when Tabs component is included. #70

Open john73-cloud opened 7 months ago

john73-cloud commented 7 months ago

Current behaviour

my application runs fine when tested in expo go but when ever i build it including the Tabs component it fails to load the page with that component

Expected behaviour

the page should load properly

How to reproduce?

<TabsProvider
    defaultIndex={0}
>
    <Tabs>

    </Tabs>
</TabsProvider>

Preview

What have you tried so far?

Your Environment

software version
ios x
android 12
react-native 0.73.4
react-native-paper 5.12.3
node 20.10.0
npm or yarn 10.2.3
expo sdk 50.0.7