-
This seems like the way based on examples, but it doesn't seem to be working. What am I doing wrong? Thanks! const gluestackConfig = createConfig({
...defaultConfig.theme,
components: {
View: {
theme: {
bg: '$secondary500',
borderWidth: 4,
borderColor: '$black',
},
},
},
}); |
Beta Was this translation helpful? Give feedback.
Answered by
GollyJer
Sep 19, 2023
Replies: 1 comment
-
Never mind. It is working. I had to clear the expo cli cache. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GollyJer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Never mind. It is working. I had to clear the expo cli cache.