Relative Content

Tag Archive for javascriptreact-native

How to make a view expand downwards in an inverted FlatList?

I’m currently facing a challenge with implementing an expandable section in an inverted FlatList for a chat application. When expanding a card within the list, it pushes the content up instead of down. This issue is occurring due to the inverted nature of the FlatList

Bottom Navigation not Working in React Native

I am new to react native and as part of my learning i decided to create a instagram clone.
The issue i am facing is that my bottomnavigator isnt wokring. I tried setting tabBarPosition=”bottom” and still didnt work.