@secondcloset/mobile-components

Second Closet React Native Component Library

Usage no npm install needed!

<script type="module">
  import secondclosetMobileComponents from 'https://cdn.skypack.dev/@secondcloset/mobile-components';
</script>

README

Second Closet's React Native Component Library

A World Class Component Library

📦 Install

npm install @secondcloset/mobile-components

Components

import { Button } from "@secondcloset/mobile-components";
<Button text="Carpe Diem" onPress={() => console.log("Seize the Day")} />;

⌨️ Development

git clone git@github.com:SecondCloset/mobile-components.git
cd mobile-components
npm install
npm start # Start expo
npm version [<newversion> | major | minor | patch ] # Bump the version number
npm publish # Run build script then publish