-
Notifications
You must be signed in to change notification settings - Fork 394
Closed
Labels
Description
Preliminary Checks
-
I have reviewed the documentation: https://clerk.com/docs
-
I have searched for existing issues: https://github.com/clerk/javascript/issues
-
I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
-
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
Reproduction
https://github.com/superagent-ai/qms-app
Publishable key
pk_test_ZmxlZXQtdGVybWl0ZS05OS5jbGVyay5hY2NvdW50cy5kZXYk
Description
Steps to reproduce:
- Follow the setup guide in Clerk docs
- Install dependencies
- Start server
- Launch iOS emulator
Expected behavior:
Should not throw windowEventListener errors as we are not in a browser env.
Actual behavior:
Throws windowEvenetListener error.
Environment
System:
OS: macOS 14.6.1
CPU: (8) arm64 Apple M2
Memory: 156.44 MB / 8.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.3.1 - /opt/homebrew/bin/node
Yarn: 1.22.19 - /opt/homebrew/bin/yarn
npm: 9.6.7 - /opt/homebrew/bin/npm
Browsers:
Safari: 17.6
npmPackages:
@babel/core: ^7.20.0 => 7.25.2
@clerk/clerk-expo: ^2.2.6 => 2.2.6
@expo/metro-runtime: ~3.2.3 => 3.2.3
@expo/vector-icons: ^14.0.2 => 14.0.2
@react-navigation/native: ^6.0.2 => 6.1.18
@types/jest: ^29.5.12 => 29.5.12
@types/react: ~18.2.45 => 18.2.79
@types/react-test-renderer: ^18.0.7 => 18.3.0
expo: ~51.0.28 => 51.0.31
expo-constants: ~16.0.2 => 16.0.2
expo-font: ~12.0.9 => 12.0.9
expo-linking: ~6.3.1 => 6.3.1
expo-router: ~3.5.23 => 3.5.23
expo-secure-store: ^13.0.2 => 13.0.2
expo-splash-screen: ~0.27.5 => 0.27.5
expo-status-bar: ~1.12.1 => 1.12.1
expo-system-ui: ~3.0.7 => 3.0.7
expo-web-browser: ~13.0.3 => 13.0.3
jest: ^29.2.1 => 29.7.0
jest-expo: ~51.0.3 => 51.0.4
react: 18.2.0 => 18.2.0
react-dom: 18.2.0 => 18.2.0
react-native: 0.74.5 => 0.74.5
react-native-gesture-handler: ~2.16.1 => 2.16.2
react-native-reanimated: ~3.10.1 => 3.10.1
react-native-safe-area-context: 4.10.5 => 4.10.5
react-native-screens: 3.31.1 => 3.31.1
react-native-web: ~0.19.10 => 0.19.12
react-test-renderer: 18.2.0 => 18.2.0
typescript: ~5.3.3 => 5.3.3
mr-ryan-james, the-simian and picardplaisimond