wmcmahan / react-native-calendar-events

📆 React Native Module for iOS and Android Calendar Events
MIT License
906 stars 292 forks source link

why have this error in my react-native project, please help me #387

Closed yexianli closed 3 years ago

yexianli commented 3 years ago

my react-native version "react-native": "0.59.10", my code ` import RNCalendarEvents from 'react-native-calendar-events'; inquireCalendarAuth = () => { RNCalendarEvents.requestPermissions() .then(status => { debugger; }) .catch(err => { debugger; });

<button onClick={this. inquireCalendarAuth}>test