Audrey JW
Audrey JW
Hi! When `search` is **true** and the **focus** is on the search input, then the gap reappears even with `statusBarIsTranslucent = true` :/
@hoaphantn7604 I tried and it's not working unfortunately
Hello @hoaphantn7604 ! I used it exactly like from your code sample: still it's not inverted :/ ``` loading ? ( ) : ( ) } {...props} /> ```
Thank you @andreialecu for your fast response, I will try to Fork your project and add this functionality to it :) I really like how you did it and I...
@andreialecu after forking the project and playing with the code, I managed with very few lines of code to achieve this feature ! Here are two commits where I managed...
@kokweng911 oh I will have to test that! Still need to hide the tab though too if that something we could integrate into the package: https://github.com/Audrey-Ann/react-native-collapsible-tab-view/commit/8963f4911206d42ab8e4c209206361a238110cae
@andreialecu but I still want to show the content of the tab, just want to hide it. :)
Of course! My use case is: - I have a list of tabs `A`, `B` and `C` - I want to display the content for all active tabs `A`, `B`...
@andreialecu any comments on the above ? :) Thanks in advance
Any updates here?