【发布时间】:2021-08-14 04:24:29
【问题描述】:
在为导入 PushNotificationsIOS 的组件运行快照测试时遇到此错误。
"react-native": "0.63.4",
"@react-native-community/push-notification-ios": "^1.8.0",
import {NativeEventEmitter, NativeModules} from 'react-native';
^^^^^^
SyntaxError: Cannot use import statement outside a module
1 | import { Platform, AppState, Alert } from 'react-native';
> 2 | import PushNotificationIOS from '@react-native-community/push-notification-ios';
【问题讨论】:
标签: react-native jestjs babel-jest react-native-push-notification