-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Description
I noticed a visual bug when implementing the SDK in my Expo app. This does not affect usage in any way that I could tell but looks a bit off. Also, this issue only appears to be happening on iOS, and to be related to a very small styling file for the Card component inside AppKit component.
The problem seems to be related to this piece of code
Omitting this style in the Card component seems to fix it, even passing a value other than 0 gets rid of the issue. I'm rendering the AppKit component in the root layout of the Expo app as the example repository does.
Any idea if this can be fixed on our end?
AppKit SDK version
@reown/appkit-wagmi-react-native 2.0.1
Output of npx react-native info
System:
OS: macOS 26.0.1
CPU: (8) arm64 Apple M3
Memory: 497.84 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 22.14.0
path: /Users/my_user/.nvm/versions/node/v22.14.0/bin/node
Yarn:
version: 1.22.22
path: /opt/homebrew/bin/yarn
npm:
version: 10.9.2
path: /Users/my_user/.nvm/versions/node/v22.14.0/bin/npm
Watchman:
version: 2025.10.27.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.16.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 25.0
- iOS 26.0
- macOS 26.0
- tvOS 26.0
- visionOS 26.0
- watchOS 26.0
Android SDK: Not Found
IDEs:
Android Studio: 2024.1 AI-241.15989.150.2411.11948838
Xcode:
version: 26.0.1/17A400
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.17
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli":
installed: 20.0.2
wanted: latest
react:
installed: 18.3.1
wanted: 18.3.1
react-native:
installed: 0.76.9
wanted: 0.76.9
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
Expo Version (if applies)
52.0.46
Steps to reproduce
Follow the documentation installation guide
Snack, code example, screenshot, or link to a repository
