0.1.2 • Published 1 year ago

react-native-bitabiz-add-event-form v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-native-bitabiz-add-event-form

The POC of modal for add new event component to be used in cross-platform, based on pure React-Native component.

Installation

npm install react-native-bitabiz-add-event-form

Usage

import { AddEventComponents } from "react-native-bitabiz-add-event-form";

// On Mobile / React-Native

export default function App() {

  return <AddEventComponents />;
}

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library