0.0.7 • Published 2 years ago

@temkanibno/react-native v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Pinecone Studio Shared react-native library

Pinecone Studio Shared react-native library

Installation

  • Yarn:

    yarn add @temkanibno/react-native-ui
  • NPM:

    npm i @temkanibno/react-native-ui

Usage

Block Loader

import { BlockLoader } from '@temkanibno/react-native-ui';

export default function App() {
  return <BlockLoader />;
}

Screen Loader

import { ScreenLoader } from '@temkanibno/react-native-ui';

export default function App() {
  return <ScreenLoader />;
}
0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago