Szymon Sarnot

Results 5 comments of Szymon Sarnot

It was happened between 2.9.x and 2.10.0 when index files in package was splits into: index.js and index.web.js I'm using expo 47, react-native 70 and **react-native-reanimated 2.12.0** and here are...

Try this mock, before all your describes and tests: ```js jest.mock("@expo/vector-icons", () => ({ Ionicons: "", })); ```

@antonis `@sentry/react-native` is `7.2.0` and configuration is: JS engine: hermes Expo SDK version: 54.0.0 React-native version: 0.81.5 Sentry init in `App.js` file: ```js import { init } from "@sentry/react-native"; init({...

> Temp solution export -p web -c It works! Thank you Zlatko! 🚀