GrEg00z

Results 5 comments of GrEg00z

to fix it, on RN 0.63.4, I replaced the file **babel.config.js** by **.babelrc**, and then in that file : ``` { "presets": ["module:metro-react-native-babel-preset"], "plugins": [ [ "module-resolver", { "root": ["./"],...

@snicro : I do not use a monorepo so I can't tell you if my config will work for you, but yes the babel.config.js is on the root of my...

I found a kind of workaround, by forcing the back event on homeoutlet, when the back button leads to one of children page of HomeComponent. Considering than **/home/(homeoutlet:lounge)** is the...

@DenisNP the issue #326 is still open, and also the solution proposed by **mikkelmoerchkv** has resolved the problem of user location for my app, with his changes now I can...

Problem still present on version 4.4.0 and 4.4.1. Is it sheduled a fix for this ?