Package Exports
- react-native-paper-select
- react-native-paper-select/lib/commonjs/index.js
- react-native-paper-select/lib/module/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 (react-native-paper-select) 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 Paper Select 🔽
- This module includes a customizable multi-select and a single select component for React Native Paper.
- The package is both Android and iOS compatible.
- The package is well-typed and supports TypeScript.
- Smooth and fast.
- Type-safe
Give us a GitHub star 🌟, if you found this package useful.
Enjoying react-native-paper-select? Please leave a short review on Openbase
Check out the new Documentation.
Check out the Example code or you can check the example source code in example module.
React Native Paper Select (NPM Link)
Demo/Screenshots
 
 
   
   
   
Dependencies
react-native-paper
react-native-vector-iconsInstallation
If you are using React Native Paper v5.x please install the versions above 0.4.1 or above, since <TextInput.Icon> attributes are changed in v5.x else version 0.4.0 would work fine.
npm install react-native-paper-selector
yarn add react-native-paper-selectCustomization Options
See the API docs
Try it out
You can run the example module by performing these steps:
git clone https://github.com/srivastavaanurag79/react-native-paper-select.git
cd react-native-paper-select && cd example
npm install
cd ios && pod install && cd ..
react-native run-ios
react-native run-androidAuthor
- Anurag Srivastava (@srivastavaanurag79)
Contributors
- ahmed (@Bo7mid3)
- Thom van den Akker (@Thodor12)
- Carlos Loureiro (@CarlosSLoureiro)
- b. avianto (@avianto)
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT