SyntaxFix
Write A Post
Hire A Developer
Questions
Instead of using button . you can use Text in react native and then make in touchable
<TouchableOpacity onPress={this._onPressButton}> <Text style = {'your custome style'}> button name </Text> </TouchableOpacity >