This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Unexpected token import #344
Open
Description
I followed the setup instructions and get the following upon starting the react-native server:
/Users/.../node_modules/react-native-fetch-blob/index.js:5
import {
^^^^^^
SyntaxError: Unexpected token import
at createScript (vm.js:53:10)
...
I understand this has something to do with using babel.js, but I keep digging myself in circles.
Here's another user's StackOverflow question that needs answering.