https://github.com/remithomas/rescript-react-native-elements
React Native Elements bindings for rescript
https://github.com/remithomas/rescript-react-native-elements
Last synced: 5 months ago
JSON representation
React Native Elements bindings for rescript
- Host: GitHub
- URL: https://github.com/remithomas/rescript-react-native-elements
- Owner: remithomas
- Created: 2021-10-25T23:32:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T00:24:53.000Z (over 4 years ago)
- Last Synced: 2025-01-30T11:11:17.741Z (over 1 year ago)
- Language: ReScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (WIP) React Native Elements bindings for rescript [](https://app.travis-ci.com/remithomas/rescript-react-native-elements)
- https://react-native-training.github.io/react-native-elements/
- https://rescript-lang.org
- https://rescript-react-native.github.io
## Requirements
- react-native-elements 3.4.0
- rescript 12
## Installation
```bash
yarn add https://github.com/remithomas/rescript-react-native-elements
```
Then add `rescript-react-native-elements` to `rescript.json`
```json
"dependencies": ["rescript-react-native-elements"]
```
## Version
We follow versions according `React Native Elements`.
`rescript-version 3.4.*` matches `React Native Elements version 3.4.*`.
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
- [x] 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 :)