Answers for "react native generate stylesheet with function"

1

react native generate stylesheet with function

styleFunction (option) {
  return {
    borderWidth: 2,
    margin: option,
  }
}

<View style={this.styleFunction(15)}>
	//things
</View>
Posted by: Guest on May-23-2021

Code answers related to "react native generate stylesheet with function"

Code answers related to "Javascript"

Browse Popular Code Answers by Language