pirles
pirles
I have the same issue while nesting bottom tabs inside native stack. Pushing a native-stack screen from bottom-tabs causing the extra bottom area
> Any updates on this? I use react-native-bottom-tabs and the issue is gone
+1 same issue here
> #### Fixed by replacing `native-stack` with `stack` > ### Before > import { createNativeStackNavigator } from '@react-navigation/native-stack'; > > const Stack = createNativeStackNavigator(); > ### After > import {...
> I'll check it Thank you, make sure there are lists in the markdown to reproduce the issue
confirmed this issue still occurred with react-native-marked 7.0.1, react-native 0.79, and react 19. The error message is ``` TypeError: undefined is not a function at MarkedListItem (address at .......) ```
> Can you please test using [7.0.2-rc.0](https://github.com/gmsgowtham/react-native-marked/releases/tag/v7.0.2-rc.0)?. Post confirmation will release to primary channel. > > @FightFarewellFearless @lauridskern @VaibhavAcharya @markwitt1 Yup, it works 💪 thank you!
Im not sure what is causing the layout issue, im testing on react-native 0.76.5, and even with simple flex: 1 style, it breaks in my case, i'll try to reproduce...
Btw, what react-native version are you using?
I've tried the latest version u just published, and the issue is still there, even with the example code: Code in the example folder ```typescript import { useRef, useCallback, useEffect...