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
Hi all!
I have an issue with package
How do I change theme for APPKit to darkmode?
I try to set 'dark' when creatAppKit createAppKit({ projectId, chains, config, themeMode: 'dark', // Optional - defaults to 'light', enableAnalytics: true // Optional - defaults to your Cloud configuration })
But it seems to not work. App only change when we enable darkmode of device
I try to set 'dark' when creatAppKit createAppKit({ projectId, chains, config, themeMode: 'dark', // Optional - defaults to 'light', enableAnalytics: true // Optional - defaults to your Cloud configuration })
But it seems to not work. App only change when we enable darkmode of device
Snack, code example, screenshot, or link to a repository
The text was updated successfully, but these errors were encountered:
Description
Hi all!
I have an issue with package
How do I change theme for APPKit to darkmode?
I try to set 'dark' when creatAppKit
createAppKit({ projectId, chains, config, themeMode: 'dark', // Optional - defaults to 'light', enableAnalytics: true // Optional - defaults to your Cloud configuration })
But it seems to not work. App only change when we enable darkmode of device
AppKit SDK version
"@walletconnect/react-native-compat": "^2.17.3"
Output of
npx react-native info
"devDependencies": {
"@react-native-community/cli": "latest",
}
Expo Version (if applies)
No response
Steps to reproduce
I try to set 'dark' when creatAppKit
createAppKit({ projectId, chains, config, themeMode: 'dark', // Optional - defaults to 'light', enableAnalytics: true // Optional - defaults to your Cloud configuration })
But it seems to not work. App only change when we enable darkmode of device
Snack, code example, screenshot, or link to a repository
The text was updated successfully, but these errors were encountered: