When I add an import createSocketIoMiddleware from 'redux-socket.io'; I get this error in runtime:
Couldn't find preset "es2015" relative to directory node_modules/redux-socket.io
Versions used:
- "redux-socket.io": "1.4.0",
- "react": "15.4.2",
- "react-native": "0.42.0"

Am I missing something ?
Thanks !