You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./node_modules/react-native-event-listeners/index.js 4:20
Module parse failed: Unexpected token (4:20)
File was processed with these loaders:
./node_modules/react-scripts/node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
|
| class EventRegister {
static _Listeners = {
| count: 0,
| refs: {}
The text was updated successfully, but these errors were encountered:
@rohit-sharma-92@deggertsen@rezasazesh I had the same error yesterday. As there does not seem to have a solution, my solution for it was to copy the class EventRegister directly in my project and add the library "type-detect" for it to work properly.
./node_modules/react-native-event-listeners/index.js 4:20
Module parse failed: Unexpected token (4:20)
File was processed with these loaders:
You may need an additional loader to handle the result of these loaders.
|
| class EventRegister {
The text was updated successfully, but these errors were encountered: