skip to Main Content

Expo SDK 48 broke Firebase Auth

I have just upgraded to Expo SDK 48 and it seems I am logged out after every refresh. I downgraded back to SDK 47, and everything works as expected. I am using firebase v9 (v9.17.1), installed with expo install not…

VIEW QUESTION

Expo json5 issue: Why is npm audit fix –force not resolving the vulnerability? – Reactjs

npm audit npm audit report json5 <1.0.2 Severity: high Prototype Pollution in JSON5 via Parse Method - https://github.com/advisories/GHSA-9c47-m6qq-7p4h fix available via npm audit fix --force Will install [email protected], which is a breaking change node_modules/babel-preset-expo/node_modules/json5 find-babel-config <=1.2.0 Depends on vulnerable versions…

VIEW QUESTION

how to fix error NativeAnimatedModule on react native

I got this error after installing the react-native-share & react-native-view-shot library Excessive number of pending callbacks: 501. Some pending callbacks that might have leaked by never being called from native code: {"18939":{"module":"NativeAnimatedModule","method":"startAnimatingNode"},"18944" the effect is that the application becomes slow…

VIEW QUESTION

I have a problem with running a react native app using expo

C:UsersADMINDocumentsSunnyfitnessAppnode_modules@expoclibuildsrcutilsdownloadExpoGoAsync.js:78 bar.update(progress, total); ^ TypeError: Cannot read properties of null (reading 'update') at Object.onProgress (C:UsersADMINDocumentsSunnyfitnessAppnode_modules@expoclibuildsrcutilsdownloadExpoGoAsync.js:78:25) at onProgress (C:UsersADMINDocumentsSunnyfitnessAppnode_modules@expoclibuildsrcapirestwrapFetchWithProgress.js:52:61) at PassThrough. (C:UsersADMINDocumentsSunnyfitnessAppnode_modules@expoclibuildsrcapirestwrapFetchWithProgress.js:44:21) at PassThrough.emit (node:events:525:35) at addChunk (node:internal/streams/readable:324:12) at readableAddChunk (node:internal/streams/readable:297:9) at Readable.push (node:internal/streams/readable:234:10) at node:internal/streams/transform:182:12 at PassThrough._transform (node:internal/streams/passthrough:46:3) at Transform._write…

VIEW QUESTION
Back To Top
Search