We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ce19a commit c7464cdCopy full SHA for c7464cd
example/App.js
@@ -246,12 +246,12 @@ export default class App extends React.Component {
246
};
247
JVerification.addLoginEventListener(this.LoginListener);
248
if(Platform.OS == 'ios'){
249
- this.UnCheckboxEvent = result => {
250
- console.log('UnCheckboxEvent:未选中隐私协议框');
251
- this.createAlert('Listener:未选中隐私协议框' );
252
- }
253
- JVerification.addUncheckBoxEventListener(this.UnCheckboxEvent)
254
+ this.UnCheckboxEvent = result => {
+ console.log('UnCheckboxEvent:未选中隐私协议框');
+ this.createAlert('Listener:未选中隐私协议框' );
+ }
+ JVerification.addUncheckBoxEventListener(this.UnCheckboxEvent);
255
}
256
257
render() {
0 commit comments