You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add FRNFontMetrics module
* Remove debugging `console.log` statements
* Use a hook to access font metrics
* Add NativeFontMetrics package
* Remove unneeded API
* Fix spacing
* Change files
* Add @types/use-subscription dependency
* Update yarn.lock
* Add use-subscription as a dependency
* Update yarn.lock again
* NativeFontMetrics.tsx -> NativeFontMetrics.ts
* Make NativeFontMetrics iOS only, part 1
* Stub out NativeFontMetrics for non-iOS platforms
* Keep use-subscription version consistent with react-native and react-native-macos
* Remove core-android capability
* id -> UIFontTextStyle
* Delete old changefile
* Regenerate lockfiles
* Delete duplicate NativeFontMetrics.tsx file
* Change files
* allScaleFactors -> currentScaleFactors
* Use pure events to update font metrics
* Update package.nuspec
* Use pure JS hook to make V2 Texts rerender
* Change files
* Update snapshot
* Remove unneeded dependency
* Move fontMetrics to iOS specific file
* Better isolation of iOS-specific code
* Add useFontMetrics.ios.ts
* Remove useFontMetricsScaleFactors warning on non-iOS platforms
* Move fontMetrics accesses outside of continuation, and improve typing
* Fix Text rerender shallow equality test
* Handle case when NativeFontMetrics isn't defined
* IFontMetrics -> FontMetrics
* Keep `mergedProps` spreads next to each other
Co-authored-by: Adam Gleitman <[email protected]>
0 commit comments