Package Exports
- rn-bij-ui-kit
- rn-bij-ui-kit/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rn-bij-ui-kit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-bij-rn-ui-kit
"description": "This is the UI Kit for all APPs which are developed for the applications of React Native at Bijnis.",
UI kit for bijnis
Installation
npm install react-native-bij-rn-ui-kitUsage
import { multiply } from 'react-native-bij-rn-ui-kit';
// ...
const result = await multiply(3, 7);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
UI kit for Bijnis
Package name ---> bij-rn-ui-kit
peerDependencies- "@rneui/base" and "@rneui/themed"
(react-native-elements)
"devDependencies": { "@commitlint/config-conventional": "^17.0.2", "@evilmartians/lefthook": "^1.2.2", "@react-native-community/eslint-config": "^3.0.2", "@release-it/conventional-changelog": "^5.0.0", "@types/jest": "^28.1.2", "@types/react": "~17.0.21", "@types/react-native": "0.70.0", "commitlint": "^17.0.2", "del-cli": "^5.0.0", "eslint": "^8.4.1", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^28.1.1", "pod-install": "^0.1.0", "prettier": "^2.0.5", "react": "18.2.0", "react-native": "0.71.4", "react-native-builder-bob": "^0.20.0", "release-it": "^15.9.1", "typescript": "^4.5.2" },