Kadi Kraman
Kadi Kraman
Fixes https://github.com/bluesky-social/social-app/issues/719 This follows the existing pattern used on the other tabs: we listen to the `onScreenSoftReset` event and scroll to top when it is fired. The diff looks bigger...
# Why Really long fields in App Info (e.g. fingerprint) do not render nicely. # How Update the App info rows to handle text longer than the width of the...
### Describe the bug ```js const lastAttributedTouchData = await branch.lastAttributedTouchData(365); console.log(lastAttributedTouchData); ``` On iOS this prints out: ```js { data: { $canonical_url: ..., ... }, } ``` On Android this...
# Why Likely fixes https://github.com/expo/expo/issues/28248 Several people on [Discord](https://discord.com/channels/695411232856997968/1241672799710347345/1242593907657801738) reported that after working on a newly created project, it keeps refreshing after a while. It's reliably reproducible with: ``` npx...
# Why We should inform users that hosting used SNI and IP addresses are not dedicated. # How It seemed silly to add an FAQ page with just one question,...
# Why https://github.com/expo/google-fonts/issues/162 We changed the import path in order to support tree shaking, but missed updating this line in the docs. # How Use the correct import path. #...