Brandon Yuen
Brandon Yuen
Since we updated from `1.1260.0` to `1.1285.0` we're also experiencing degraded performance. The jump fixed our issue with the CalendarList component, which is that updates to the prop minDate were...
Plugin works great @mzaien thank you! I wonder if it's possible to make this work with hot-reloading when developing with a development client? So that we don't have to rebuild...
I have the same issue on Expo 50, `Accept-Encoding` is not defined but our endpoint returns `accept-encoding: gzip` and is not decoded properly in the chrome devtools. `Flipper`'s Network tab...
Same issue, changing initialSpacing to 0 seems to break the chart (look at the difference from `x 0` to `x 6` to `x 12`:  
Any update on this?
Any ETA or plan to solve this? Seems pretty critical
For anyone out here stuck with this. A workaround we're using right now is using **deep/universal links**: ``` - openLink: link: '${APP_ID}://universal?authToken=${output.login.authToken}' autoVerify: true ```