https://github.com/ricbermo/react-native-material-basic
A Simple set of React Native components following Material Design
https://github.com/ricbermo/react-native-material-basic
android ios material-design react react-native
Last synced: 11 months ago
JSON representation
A Simple set of React Native components following Material Design
- Host: GitHub
- URL: https://github.com/ricbermo/react-native-material-basic
- Owner: ricbermo
- License: other
- Created: 2020-08-05T20:51:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T14:42:42.000Z (over 2 years ago)
- Last Synced: 2024-04-24T00:40:01.583Z (about 2 years ago)
- Topics: android, ios, material-design, react, react-native
- Language: JavaScript
- Homepage:
- Size: 169 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-material-basic
A Simple set of React Native components following Material Design.
I'm not the author of any of the components found on this library. I just copied them and put them together as a single installable library.
I also patched some issues reported on the respective repos.
The original repos, with no particular order are:
1. https://github.com/n4kz/react-native-material-dropdown
2. https://github.com/n4kz/react-native-material-textfield
3. https://github.com/n4kz/react-native-material-ripple
4. https://github.com/n4kz/react-native-material-buttons
5. https://github.com/hectahertz/react-native-material-dialog
Eventually, I'll add my own set of components but that may take some time.