Bruce Perry
Bruce Perry
Getting something very similar here on our **android dev build** with new arch **disabled** : ```json "axios": "^1.7.7",
same here downgrading to `2.2.0` solves the issue looking at the [changelog](https://github.com/calintamas/react-native-toast-message/compare/v2.2.0...v2.2.1#diff-db4dbf0039fcbca1ed0d600410572c50a047c6072145fd532f6dd3f3ba40f723L37) between `2.2.0` and `2.2.1` my feeling is either it has something to do with how `useNativeDriver` is set...
> > same here > > downgrading to `2.2.0` solves the issue > > looking at the [changelog](https://github.com/calintamas/react-native-toast-message/compare/v2.2.0...v2.2.1#diff-db4dbf0039fcbca1ed0d600410572c50a047c6072145fd532f6dd3f3ba40f723L37) between `2.2.0` and `2.2.1` my feeling is either it has something to...