We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb891b commit fc4070dCopy full SHA for fc4070d
1 file changed
README.md
@@ -98,8 +98,8 @@ export class Example extends React.Component {
98
onData={this.onData}
99
strokeColor="#000000"
100
backgroundColor="#FF4081" />
101
- <button onTouchTap={this.startRecording} type="button">Start</button>
102
- <button onTouchTap={this.stopRecording} type="button">Stop</button>
+ <button onClick={this.startRecording} type="button">Start</button>
+ <button onClick={this.stopRecording} type="button">Stop</button>
103
</div>
104
);
105
}
0 commit comments