0.1.0 • Published 4 years ago

@origens/react-native-credit-card-input v0.1.0

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

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 />;
}