one icon indicating copy to clipboard operation
one copied to clipboard

How can we deal with flow files in dependencies?

Open sbalay opened this issue 1 year ago • 1 comments

Hey @natew 👋

I was trying vxrn in one of my projects and saw the following error:

[commonjs--resolver] Unexpected token (15:12) in /Users/sebastianbalay/src/github.com/Shopify/shop-client/node_modules/@react-native-community/push-notification-ios/js/index.js
file: /Users/sebastianbalay/src/github.com/Shopify/shop-client/node_modules/@react-native-community/push-notification-ios/js/index.js:15:12
13: import {NativeEventEmitter, NativeModules} from 'react-native';
14: import invariant from 'invariant';
15: import type {
                ^
16:   NotificationAlert,
17:   NotificationRequest,

I guess the error makes sense since the file is actually written in flow. Does vxrn support imports from these files?

sbalay avatar Oct 09 '23 07:10 sbalay