S
S
Sergiu Mitu2018-09-12 17:01:44
Emmet
Sergiu Mitu, 2018-09-12 17:01:44

Does PhpStorm/WebStorm have Emmet support for StyleSheet in React-Native?

How do you write styles in react-native?

const styles = StyleSheet.create({
  button: {
     df \\тут при нажатии tab должно выводится "display:'flex'"
  },
});

output now:
button: {
    <df></df>
}

and should:
button: {
    display: 'flex'
}

something like this
how do you deal with it? Or do you write by hand?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question