Skip to content

Commit

Permalink
Add missing parenthesis (facebook#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
xstable authored and elicwhite committed Oct 7, 2019
1 parent 6c4a306 commit 1dfda0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/native-modules-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ import { NativeEventEmitter, NativeModules } from 'react-native';
const eventEmitter = new NativeEventEmitter(NativeModules.ToastExample);
eventEmitter.addListener('EventReminder', (event) => {
console.log(event.eventProperty) // "someValue"
}
});
...
}
```
Expand Down

0 comments on commit 1dfda0d

Please sign in to comment.