Victorio Molina

Results 24 comments of Victorio Molina

This way ``` /** * Foo function. * * @param {[number, string]} bar - The bar array. */ function foo(bar) {} ``` is throwing an error in the last versions...

@tedi can you share your code? I am trying to do exactly the same, but for some reasons, the "popToTop()" is executed in my previous tab, not in the one...

Yeah! I am using the one from react-native-safe-area-context. The thing is, that if I don't apply the paddingTop: StatusBar.currentHeight on android, my [Samsung Galaxy S20 camera ](https://images-na.ssl-images-amazon.com/images/I/61W7GElaqaL._AC_SX679_.jpg) covers the header...

@nickelbob nope, I didn't :/

Same here, after upgrading my react native project to _v. 0.68_. To fix it, just wrap your modal childs inside a new provider, locally: ```javascript ```

@ShepSims have u tried encoding the files with base64, storing them as eas secrets, and running a package.json script (hook) for restoring the respective files? I am about to handle...

> ```diff > > + import "../src/index.tsx"; > + > ``` Works for me too... really strange behavior!

> Changing this in my entry `index.html` fixed it for me. Weird that I had no issues on 2.0.1. > > ```diff > diff --git a/app/public/index.html b/app/public/index.html > index 2b0e175da..1efda18df...