python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
React Native material top tab navigator: how to make text equally spaced?
I'm using "@react-navigation/material-top-tabs": "^5.1.7" in my React Native app, and have the following top tab navigator:
The individual tabs are equal width, but each word is a...
gkeenley
Votes: 0
Answers: 0
Hide Bottom Tabs Navigator Dynamically
I have a modal.
const RenderModal = ({
modalActive,
}) => {
return (
<Modal
animationType="slide"
transparent={true}
visible={modalA...
ilvthsgm
Votes: 0
Answers: 1