react-native-components-ai
v1.0.1
Published
Shared React Native components for RNPackagePOC
Maintainers
Readme
react-native-components-ai
Shared React Native components for the RNPackagePOC monorepo.
Installation
This package is part of the monorepo and is automatically linked via npm workspaces.
Usage
import { Button, Card } from 'react-native-components-ai';Development
# Build the package
npm run build
# Run tests
npm run test
# Lint
npm run lint