Skip to content

Modify a styleSheet after creation #21039

@to175

Description

@to175

Hello,

I would like to do something to create different style sheets by device type and do not repeat the code...
So I need something like this :
const styles = StyleSheet.create({...})
IF Tablet {
styles.button.color = 'blue';
}

how to make this working please ?

Activity

react-native-bot

react-native-bot commented on Sep 10, 2018

@react-native-bot
Collaborator

We are automatically closing this issue because it does not appear to follow any of the provided issue templates.

Please make use of the bug report template to let us know about a reproducible bug or regression in the core React Native library.

If you'd like to propose a change or discuss a feature request, there is a repository dedicated to Discussions and Proposals you may use for this purpose.

FrederickEngelhardt

FrederickEngelhardt commented on Sep 25, 2018

@FrederickEngelhardt

Don't use stylesheet. Use the same format but remove Stylesheet.create

locked as resolved and limited conversation to collaborators on Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Ran CommandsOne of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @to175@FrederickEngelhardt@react-native-bot

        Issue actions

          Modify a styleSheet after creation · Issue #21039 · facebook/react-native