Skip to content
New issue

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

How to change the font-size of navbar title? #22

Open
nammiharika opened this issue Nov 11, 2019 · 1 comment
Open

How to change the font-size of navbar title? #22

nammiharika opened this issue Nov 11, 2019 · 1 comment

Comments

@nammiharika
Copy link

nammiharika commented Nov 11, 2019

Hi, i am using this module it's working fine. How can i change the font-size of navbar title in parallax-scrollview. Please give me any suggestion. Thank you in advance.

Code:-

<ParallaxScrollView
          windowHeight={height * 0.5}
          backgroundSource={{
            uri: imageArray
              ? productDetails.images[0]
              : productDetails.images,
          }}
          navBarTitle={productDetails.product.title}
          navBarTitleColor={Colors.white}
          navBarColor={Colors.black}
          headerView={<View style={{flex: 1}} />}
          leftIcon={{
            name: 'chevron-left',
            color: Colors.white,
            size: 20,
            type: 'font-awesome',
          }}
          leftIconOnPress={() => navigation.pop()}>
          <Scrollview>{this.renderContent()}</Scrollview>
        </ParallaxScrollView>

Versions:-

"react-native": "0.61.4"
"react-native-parallax-scrollview": "^3.0.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@nammiharika and others