0.0.5 • Published 4 months ago

react-native-perfect-ui v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

React Native Perfect UI

A React Native tool for creating perfect UI components.

Usage

  1. Install the React Native component
npm i react-native-perfect-ui
  1. Place the Overlay component in your app's layout file.
// app/_layout.tsx
import { PerfectUiOverlay } from "react-native-perfect-ui";

export default function RootLayout() {
    return (
        <ThemeProvider value={colorScheme === 'dark' ? DarkTheme : DefaultTheme}>
            <Stack>
                <Stack.Screen name="(tabs)" options={{ headerShown: false }} />
            </Stack>
            <StatusBar style="auto" />
            {__DEV__ && <PerfectUiOverlay/>}
        </ThemeProvider>
    );
}
  1. Download & Install Perfect UI's Desktop Client
    Desktop Client
0.0.5

4 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago