https://github.com/remithomas/bs-react-native-elements
WIP React Native Elements bindings for ReasonML
https://github.com/remithomas/bs-react-native-elements
Last synced: 2 months ago
JSON representation
WIP React Native Elements bindings for ReasonML
- Host: GitHub
- URL: https://github.com/remithomas/bs-react-native-elements
- Owner: remithomas
- Created: 2019-09-24T00:10:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T08:33:14.000Z (over 2 years ago)
- Last Synced: 2025-06-06T16:04:27.246Z (12 months ago)
- Language: Reason
- Size: 91.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (WIP) React Native Elements bindings for ReasonML [](https://travis-ci.org/remithomas/bs-react-native-elements)
- https://react-native-training.github.io/react-native-elements/
- https://reasonml-community.github.io/reason-react-native/
- https://reasonml.github.io
## Installation
```bash
yarn add https://github.com/remithomas/bs-react-native-elements
```
Then add `react-native-elements` to `bsconfig.json`
```json
"bs-dependencies": ["bs-react-native-elements"]
```
## Version
We follow versions according `React Native Elements`.
`bs-version 2.3.*` matches `React Native Elements version 2.3.*`.
Our patch version is only elements we add or fixes we made on elements.
## Customizing
- [ ] ThemeProvider (10%)
## Elements
- [ ] Avatar (50%)
- [x] Badge (missing value as React.element)
- [ ] Button
- [x] ButtonGroup
- [ ] Card
- [x] CheckBox
- [x] Divider
- [ ] Header
- [x] Icon
- [x] Image
- [ ] Input
- [x] ListItem
- [x] Overlay
- [x] Pricing
- [ ] Rating
- [x] SearchBar
- [ ] Slider
- [x] SocialIcon
- [x] Text
- [ ] Tile
- [ ] Tooltip
## Todos
- [ ] Add react-native props to Image
- [ ] Text Component should accept only h1 props or h2 props... not both. multiple signatures
- [ ] Badge component, value as React.element
- [ ] Create a expo app to show the result
## Contributing
Please feel free to submit, comment anything on this repo :)