Ian Chen
Ian Chen
## Description Is it possible to make this great package support react-native runtime? I've tried to integrate pollyjs with React Native runtime with below setups, but it failed. ```jsx import...
### Current Behavior 1. runs `npx nx run-ios app` 2. app crashes root package.json ``` "@expo/metro-config": "~0.17.3", "@expo/metro-runtime": "~3.1.1", "expo": "~50.0.3", "expo-constants": "~15.4.6", "expo-linking": "~6.2.2", "expo-router": "~3.4.10", "expo-splash-screen": "~0.26.1", "expo-status-bar":...
### Summary ### Issue 1 Native module is not found while using `expo run:ios`, but it works if using Xcode build. ``` # example error: No native ExponentConstants module found,...