@origens/react-native-credit-card-input
v0.1.0
Published
A template for building libraries with React Native using `tsdx`. Includes a bunch of config that's a pain to setup when running a local build that uses your library.
Readme
react-native-library-tsdx
A template for building libraries with React Native using tsdx. Includes a bunch of config that's a pain to setup when running a local build that uses your library.
Example
// in /example/src/App.tsx:
import { MyLib } from 'my-library';
function MyApp() {
return <MyLib />;
}