Nico Montanari

Results 14 comments of Nico Montanari

@devpolo we also encountered the same error even after less than 5 minutes. Unfortunately we noticed this problem after deploying the app in production and the audio does not start...

Hi! Are there any updates?

Hi @putuoka, did you download the stable version of the package or did you download it from this pull request? If you have downloaded the stable version in your `node_modules`...

@putuoka you need to install this package with `yarn add DylanVann/react-native-fast-image#pull/437/head` or `npm install DylanVann/react-native-fast-image#pull/437/head` if you use npm

Hi @adamivancza, have you found a solution for this crash? We have the same problem with CarPlay. I saw [this comment](https://github.com/software-mansion/react-native-screens/issues/1678#issuecomment-1708082496) of yours, have you tried if it also solves...

@adamivancza ok thank you 😥 If we find a solution I'll tell you! :)

@mursang good catch. Just out of curiosity, do you use react-navigation in your app? I am afraid that if we would apply your change in our app it could crash

Hi @akeva001, i'm sorry for the delay in my response. First i added this line in the "dependecies" section in the `package.json`: `"react-native-fast-image": "https://github.com/nicomontanari/react-native-fast-image"`. Then this is how i implemented...