Commit d1d8c26
authored
RN 0.81: Finish moving fully to RN 0.81 and use Pressability from core (#4011)
* fix issues hidden by old resolutions
* finish type updates for RN 0.81 and react 19
* update podfile
* docs(changeset): Get rid of old internal pressable implementation in favor of using implementation from react-native.
* docs(changeset): We were pinning @types/react and react-native-macos via resolutions. This fixes that which uncovered a bunch of type inconsistencies that needed to be addressed.1 parent d7adbdd commit d1d8c26
File tree
124 files changed
+1494
-1586
lines changed- .changeset
- apps
- E2E
- fluent-tester
- macos
- tester-core
- src
- win32-81
- win32
- packages
- components
- Avatar
- Badge
- src/PresenceBadge
- Button
- Callout
- Checkbox
- Chip
- ContextualMenu
- Divider
- FocusTrapZone
- FocusZone
- Icon
- Input
- Link
- MenuButton
- Menu
- src
- MenuGroup
- MenuList
- MenuTrigger
- Notification
- PersonaCoin
- Persona
- Pressable
- RadioGroup
- Separator
- Stack
- Switch
- src
- TabList
- src/TabList
- Text
- configs/kit-config
- deprecated
- foundation-composable
- src
- foundation-compose
- foundation-settings
- foundation-tokens
- theme-registry
- themed-settings
- theming-ramp
- theming-react-native
- src
- experimental
- ActivityIndicator
- AppearanceAdditions
- Avatar
- Checkbox
- Drawer
- Dropdown
- Expander
- MenuButton
- src
- NativeDatePicker
- NativeFontMetrics
- Overflow
- src/OverflowItem
- Popover
- Shadow
- src
- Shimmer
- src
- Spinner
- Stack
- Tooltip
- VibrancyView
- framework-base
- src
- component-patterns
- framework
- composition
- framework
- immutable-merge
- memo-cache
- merge-props
- themed-stylesheet
- theme
- use-slots
- use-slot
- use-styling
- use-tokens
- src
- libraries/core
- src
- theming
- android-theme
- apple-theme
- default-theme
- theme-tokens
- theme-types
- theming-utils
- src
- win32-theme
- utils
- adapters
- src
- interactive-hooks
- src
- Pressability
- styling
- tokens
- scripts/src/tasks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
124 files changed
+1494
-1586
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
| |||
0 commit comments