Closed michaelknoch closed 6 years ago
Does it handle the case where you don't specify the autoHidden
prop? (<HomeIndicator />
)
yeah, it will show a proptype warning and the indicator will not be not hidden. It would be awesome if you could test if its behaving as you would expect ;) @jacobp100
This is getting awesome! 🎉
yeah hope so @jacobp100 have you already tested this version? Does it work as expected? Do you have any feedback regarding the code change?
otherwise i will merge and release this soon 🎈
Awesome that this is merged! 😄
This pr introduces a new component
<HomeIndicator autoHidden={true | false} />
which adds the possibility to disable autoHidden in a deeper component level even if another instance ofHomeIndicator
/PrefersHomeIndicatorAutoHidden
is already mounted in treeThis approach is similar to #6 but way more leaner, what do you think @jacobp100 @nerdmed ?