styleFunction (option) { return { borderWidth: 2, margin: option, } } <View style={this.styleFunction(15)}> //things </View>