@temkanibno/react-native
v0.0.7
Published
Pinecone Studio Shared react-native library
Downloads
3
Readme
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 />;
}