expo/examples

with-pdf

mzyisbest opened this issue · 0 comments

Describe the bug
npx create-react-native-app -t with-pdf
get error
./node_modules/react-native-blob-util/index.js 42:7
Module parse failed: Unexpected token (42:7)
File was processed with these loaders:

  • ../../../../opt/homebrew/lib/node_modules/expo-cli/node_modules/babel-loader/lib/index.js
    You may need an additional loader to handle the result of these loaders.
    |
    | export { ReactNativeBlobUtilConfig, ReactNativeBlobUtilResponseInfo, ReactNativeBlobUtilStream } from "./types";

export URIUtil from "./utils/uri";
| export { FetchBlobResponse } from "./class/ReactNativeBlobUtilBlobResponse";
| export getUUID from "./utils/uuid";