0.0.7 • Published 2 years ago
@temkanibno/react-native v0.0.7
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 />;
}