Ste

Results 16 comments of Ste

@deepakkumardk In the end, I ended up having to add a Text component wrapped in a View to control text size. ``` Example Text ```

@deepakkumardk Agreed its not ideal, I never figured out the mappings.json, let me know if you figure it out

Hey did this never make it in? the two `log` snippets are indeed annoying. Considering its a react redux plugin then the log should probably not even be in there?...

@zoolle Perfect, yeah I was thinking this would be something of a last resort if nothing existed, I just tested it and it does reload now. Thanks

Getting this too, in release mode I can't input text, works fine in development Expo 50 RN 0.73.2

Same issue for me, Users on ios getting app hang as the promise never rejects. I think in my case the uri points to a file that iOS has made...

> what's the file name? I just found out if the file name has spaces it doesn't work...removing the spacing it started to work, maybe is something related to the...

Im getting around it with RNFS for now. I'd imagine RNFS.exists would be enough but im not to sure how iOS manages storage if its in icloud, so I went...

> what's the file name? I just found out if the file name has spaces it doesn't work...removing the spacing it started to work, maybe is something related to the...

> > what's the file name? I just found out if the file name has spaces it doesn't work...removing the spacing it started to work, maybe is something related to...