Alberto

Results 19 comments of Alberto

How is this still not fixed :( I really want to use "@" to specify that the import is an alias and I'd rather not turn the rule off as...

Hey @tleunen, sorry if I came off rude. Thanks for taking your time to look into it and if you need me to help you verify your solution is correct,...

@Kudo I'm curious if it's even legally allowed by Apple in the app store? I thought it was similar to browsers.

@marf I don't think @LRNZ09 's solution is correct. It doesn't fix the icon I mentioned in the issue.

Also seeing good results when rolling back commit: https://github.com/oblador/react-native-vector-icons/commit/4b3c6ae2babfe63e889a33aead8534243a4bcccf

@vrgimael That's not the fix... That's the commit that broke this in the first place...

@robwalkerco What are you using nowadays then? We tried to use redux-persist with react-native-fs storage and it gave Android a severe start up time since we wait for the store...

I looked into that @robwalkerco but it seems that it is written for Redux-Persist V4. I changed it to work for V5 but i'm running into some errors.

@guyca I wonder if the opposite is also possible, in our app we have 2 overlays that are always open even though they are invisible most of the time, I...