Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
Izet Molla committed Aug 3, 2023
1 parent 62dc98a commit 8715bd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-themeui",
"version": "1.0.1",
"version": "1.0.2",
"description": "Essential cross-platform UI components for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
3 changes: 2 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Box from "./components/Box";
import Text from "./components/Text";
import ThemeUiProvider, { ThemeUiActionContext, ThemeUiContext } from "./contexts/ThemeUiProvider";
import { useTheme } from "./hooks/useTheme";

export { ThemeUiContext, ThemeUiActionContext, ThemeUiProvider, Box, Text }
export { ThemeUiContext, ThemeUiActionContext, ThemeUiProvider, Box, Text, useTheme }

0 comments on commit 8715bd4

Please sign in to comment.