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

renderTime color??? #979

Closed
yuwenbai opened this issue Sep 27, 2018 · 6 comments
Closed

renderTime color??? #979

yuwenbai opened this issue Sep 27, 2018 · 6 comments
Labels

Comments

@yuwenbai
Copy link

yuwenbai commented Sep 27, 2018

I have seen the code about custom Time Text style on the master but not branch not the version 0.4.3

@ghost
Copy link

ghost commented Oct 8, 2018

Had the same issue.

@tapz
Copy link

tapz commented Nov 14, 2018

Sadly, does not seem to exist in the npm version.

@stale
Copy link

stale bot commented Feb 12, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Feb 12, 2019
@stale stale bot closed this as completed Feb 19, 2019
@Shrekie
Copy link

Shrekie commented Jun 17, 2019

    renderTime(props) {
      return (
        <Time
          {...props}
          textStyle={{
            right: {
              color: "black"
            },
            left: {
              color: "white"
            }
          }}
        />
      );
    }

@shahzaibmuneeb
Copy link

    renderTime(props) {
      return (
        <Time
          {...props}
          textStyle={{
            right: {
              color: "black"
            },
            left: {
              color: "white"
            }
          }}
        />
      );
    }

Just tried to use it and the prop seems to be 'timeTextStyle'

@DilnaMohandasNT
Copy link

timeTextStyle={{
right: {
color: 'black',
},
left: {
color: 'white',
},
}}

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

No branches or pull requests

5 participants