We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d6a35 commit 5d5017bCopy full SHA for 5d5017b
src/hooks/index.ts
@@ -1,3 +1,4 @@
1
+export * from "./useDebounce";
2
export * from "./useDebugEffect";
3
export * from "./useJsonMemo";
4
export * from "./useSwiftUINode";
src/types/style.ts
@@ -25,7 +25,7 @@ export type NativeViewStyle = Pick<
25
| "right"
26
| "bottom"
27
> & {
28
- tint?: string;
+ tintColor?: string;
29
accentColor?: string;
30
foregroundColor?: string;
31
cornerRadius?: number;
0 commit comments