Brandon Yuen

Results 8 comments of 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`: ![Image](https://github.com/user-attachments/assets/5d5f0aef-928e-4ccc-98a6-0df6abd5ca6f) ![Image](https://github.com/user-attachments/assets/4610aa0c-d2cc-4045-a1bd-3850269a9ab3)

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 ```