We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55f0c3 commit a0ffb71Copy full SHA for a0ffb71
README.md
@@ -17,7 +17,7 @@ Require the `react-native-calendar-events` module and React Native's `NativeAppE
17
import React from 'react-native';
18
import RNCalendarEvents from 'react-native-calendar-events';
19
20
-const {NativeAppEventEmitter} = React;
+const {NativeAppEventEmitter} = 'react-native';
21
```
22
23
## Properties
0 commit comments