Nazar Zabirko

Results 4 comments of Nazar Zabirko

since `@intercom/intercom-react-native` requires installation of native modules, you are not able to start your application in `expo go` without running `expo prebuild`, that allows you to see your changes on-the-fly,...

> On my side I have no issue on IOS 16.0 SDK49 but I'm using a lower intercom version > > "@intercom/intercom-react-native": "^4.0.1", "config-plugin-react-native-intercom": "^1.10.1", "expo": "~49.0.6", "@expo/config-plugins": "~7.2.5", >...

same issue in SDK 48. i have previously tried to fix apollo error `TypeError: Cannot read property 'data' of undefined` by adding exotic mode in `metro.config.js`: ``` const config =...