Skip to content

Commit baa95e0

Browse files
committed
chore: clean up package.json by removing unused serializer dependency and update button documentation
1 parent 79fcab3 commit baa95e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/primitives/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"dependencies": {
4343
"@native-ui-org/native-modules": "workspace:*",
4444
"@react-native/babel-preset": "^0.81.1",
45-
"@testing-library/react-native": "^13.3.3",
46-
"serializer": "link:react-native-web/jest/serializer"
45+
"@testing-library/react-native": "^13.3.3"
4746
}
4847
}

packages/primitives/src/primitives/button/button.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,3 +362,4 @@ function CustomButton() {
362362
Button is the foundation for all interactive pressable elements in cross-platform apps.
363363
Use it everywhere you'd use React Native's Pressable, with the added benefit of better web semantics and composability through `asChild`.
364364

365+

0 commit comments

Comments
 (0)