Mickael Lecoq

Results 47 comments of Mickael Lecoq

Could we just create a new major version ? For older versions of node, people could still use previous version of the lib Node v22 has just arrived, node 18...

Hi @valeriansaliou , I have updated the PR to use `cross-fetch` as suggested by @adrai and updated minimum node version to `14` (`cross-fetch` has dropped support for 10 and 12)

I reproduced this issue in Expo Go. I cannot use proxy so I have used Linking for android case ``` const codeHandler = useCallback(async (event: Linking.EventType) => { const parsed...

I have this issue with the following case: ``` (mainPage) -> account -> profile -> [profileId] -> (..)(..) account ``` when I remove the `profile` folder it works ``` (mainPage)...

I have followed this one : https://docs.amplify.aws/cli/auth/import And all worked well except deployment in Amplify console as mentioned in this issue

I have the same issue with apache. I have tried to remove compression with graphicsmagick and I still have my images that are cropped.

In fact, I was using nginx 1.9.xx (compiled manually). I have reinstalled an older version of nginx using apt-get and now it works fine