Closed
Description
ERROR in ./~/react-native-keyboardevents/KeyboardEvents.ios.js
Module parse failed: /node_modules/react-native-keyboardevents/KeyboardEvents.ios.js Line 15: Unexpected token =>
You may need an appropriate loader to handle this file type.
| 'WillChangeFrame',
| 'DidChangeFrame',
| ].map((event) => 'Keyboard' + event);
|
| events.forEach((eventKey) => {
@ ./src/client/components/trackKeyboard.react.js 9:33-71
And so on... the only solution is to pass this package via babel.
Metadata
Metadata
Assignees
Labels
No labels