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 394d5e3 commit 1824b65Copy full SHA for 1824b65
docs-validation/7_resources/ColorResource.tsx
@@ -2,6 +2,7 @@ import React from 'react';
2
import { Text, View } from 'react-native';
3
4
import {
5
+ LightUIKitTheme,
6
Palette as CustomPalette,
7
UIKitColors,
8
createTheme,
@@ -115,7 +116,7 @@ const Component2 = () => {
115
116
* Customize with default themes
117
* {@link https://sendbird.com/docs/uikit/v3/react-native/resources/color-resource#2-customize-the-colors-3-customize-with-default-themes}
118
* */
-import { LightUIKitTheme } from '@sendbird/uikit-react-native-foundation';
119
+// import { LightUIKitTheme, Palette } from '@sendbird/uikit-react-native-foundation';
120
121
LightUIKitTheme.palette = {
122
...Palette,
0 commit comments