obytes / react-native-template-obytes

📱 A template for your next React Native project: Expo, PNPM, TypeScript, TailwindCSS, Husky, EAS, GitHub Actions, Env Vars, expo-router, react-query, react-hook-form.
https://starter.obytes.com
MIT License
1.91k stars 296 forks source link

SyntaxError: Cannot use import statement outside a module #326

Open trevorpfiz opened 2 weeks ago

trevorpfiz commented 2 weeks ago

I am trying to run React Native Expo unit tests following this repo, but the superjson package is causing problems.

image

trevorpfiz commented 2 weeks ago

https://github.com/blitz-js/superjson/issues/290

trevorpfiz commented 2 weeks ago

adding |superjson to transformIgnorePatterns: [ `node_modules/(?!(?:.pnpm/)?((jest-)?react-native|@react-native(-community)?|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|superjson))`, ], seems to fix the error?