Skip to content

Commit

Permalink
Merge pull request #101 from albbus-stack/main
Browse files Browse the repository at this point in the history
Added placeholder native theme toggle
  • Loading branch information
albbus-stack authored Nov 2, 2023
2 parents 6c5a3b8 + 11ac265 commit 09fd312
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/ui/src/ThemeToggle.native.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import type { ButtonProps } from "tamagui";

export const ThemeToggle = (props: ButtonProps) => {
// FIXME: implement a native ThemeToggle without using @tamagui/next-theme
return null;
};

1 comment on commit 09fd312

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔ EAS production build completed

  • 🤖 Android build failed ❌
  • 🍏 IOS build failed ❌
Android QR IOS QR

Please sign in to comment.