Built a React Native collapsible tabs library.
β’ FlatList, ScrollView, SectionList
β’ FlashList v2 & LegendList
β’ Reanimated 3 & 4
β’ Expo & New Architecture
β’ MIT
npm i react-native-collapsible-tab
GitHub: https://t.co/t5uw4PT9DB
Would love your feedback π
@AliHamzaMughal9 Instagram i think is not a collapsible header. The whole list scrolls. Not sticky tabs as well. I think we can use pagerview direcly in a list for that.
Less than 20 hours after launching react-native-collapsible-tab:
β’ 50+ GitHub stars β
β’ 105 npm installs π¦
Thanks everyone for checking it out and showing support π
https://t.co/t5uw4PT9DB
@Omkar_K45 For this you can have that component inside the custom header which you'll make. This way that will stick to the top with the header on scroll
Built a React Native collapsible tabs library.
β’ FlatList, ScrollView, SectionList
β’ FlashList v2 & LegendList
β’ Reanimated 3 & 4
β’ Expo & New Architecture
β’ MIT
npm i react-native-collapsible-tab
GitHub: https://t.co/t5uw4PT9DB
Would love your feedback π
If you're building voice/video calls in React Native, check this out π
audio routing (earpiece/speaker/bluetooth) + proximity sensor support.
https://t.co/jKllKtdGEg
Spent a day fighting call audio routing in React Native.
Every library I tried had issues on the New Architecture-events getting dropped, audio sessions fighting each other, inconsistent speaker/earpiece behavior.
So I built react-native-call-audio.
β’ Earpiece / Speaker / Bluetooth
β’ Proximity sensor
β’ Expo module
β’ New Architecture
β’ Works with LiveKit, react-native-webrtc, or any call stack
npm i react-native-call-audio
https://t.co/JrXwmvJE7Z
@expo@reactnative
Spent a day fighting call audio routing in React Native.
Every library I tried had issues on the New Architecture-events getting dropped, audio sessions fighting each other, inconsistent speaker/earpiece behavior.
So I built react-native-call-audio.
β’ Earpiece / Speaker / Bluetooth
β’ Proximity sensor
β’ Expo module
β’ New Architecture
β’ Works with LiveKit, react-native-webrtc, or any call stack
npm i react-native-call-audio
https://t.co/JrXwmvJE7Z
@expo@reactnative
Built a collapsible tab view for React Native.
Same gesture, same frame, iOS + Android - header collapse stays buttery on both.
Per-tab scroll memory, jump-free header switches, header buttons that actually work while you drag.
Hardening it before release. π
Built a collapsible tab view for React Native.
Same gesture, same frame, iOS + Android - header collapse stays buttery on both.
Per-tab scroll memory, jump-free header switches, header buttons that actually work while you drag.
Hardening it before release. π
@ipla03 The app I'm working on right now literally has 8-10 screens that need deep linking. And whenever something changes in the backend/web data , we have to manually test all of those screens again. It's stressful.