We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fcab3 commit baa95e0Copy full SHA for baa95e0
packages/primitives/package.json
@@ -42,7 +42,6 @@
42
"dependencies": {
43
"@native-ui-org/native-modules": "workspace:*",
44
"@react-native/babel-preset": "^0.81.1",
45
- "@testing-library/react-native": "^13.3.3",
46
- "serializer": "link:react-native-web/jest/serializer"
+ "@testing-library/react-native": "^13.3.3"
47
}
48
packages/primitives/src/primitives/button/button.md
@@ -362,3 +362,4 @@ function CustomButton() {
362
Button is the foundation for all interactive pressable elements in cross-platform apps.
363
Use it everywhere you'd use React Native's Pressable, with the added benefit of better web semantics and composability through `asChild`.
364
365
+
0 commit comments