pluracore-natives-comps
v1.0.19
Published
A library of React Native components that can be used in both React Native (Android/Web) and React web applications.
Downloads
29
Maintainers
Readme
Pluracore Natives Comps
Pluracore Natives Comps is a library of reusable React Native components that can be used in both React Native (Android/Web) and React web applications. This library aims to provide a consistent and easy-to-use set of components that can be styled and utilized across different platforms.
Installation
To install the library, you can use npm or yarn:
npm install pluracore-natives-compsor
yarn add pluracore-natives-compsUsage
To use the components in your project, import them as follows:
import { ExampleComponent } from 'pluracore-natives-comps';You can then use the ExampleComponent in your JSX:
<ExampleComponent propName="value" />Components
ExampleComponent
The ExampleComponent is a simple functional component that accepts props defined in its interface. It can be styled for both React Native and React web environments.
Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue for any enhancements or bug fixes.
License
This project is licensed under the MIT License - see the LICENSE file for details.
