We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is how i am reneitng tabs ,
<TabsProvider defaultIndex={0}> <Tabs style={{ backgroundColor:'#fff', fontSize: 20 }} theme={{ colors: { onSurface: 'green', onSurfaceVariant: 'blue', primary: '#1ABC9C' }, fontSize: 20}} > <TabScreen label="Explore" style={{fontSize: 30}}> <View style={{ backgroundColor: 'pink', flex:1, fontSize: 30 }} /> </TabScreen> <TabScreen label="Flights"> <View style={{ backgroundColor: 'yellow', flex:1 }} /> </TabScreen> <TabScreen label="Trips"> <View style={{ backgroundColor: 'red', flex:1 }} /> </TabScreen> </Tabs> </TabsProvider>
I am able to change the Text colour. However I could not find any prop to change size of the font like fontSize.
fontSize
Can some one help me with right prop to change the soze of the Text?
Text
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ask your Question
This is how i am reneitng tabs ,
I am able to change the Text colour. However I could not find any prop to change size of the font like
fontSize
.Can some one help me with right prop to change the soze of the
Text
?The text was updated successfully, but these errors were encountered: