- https://react-native-training.github.io/react-native-elements/
- https://rescript-lang.org
- https://rescript-react-native.github.io
- react-native-elements 3.4.0
- rescript 11
yarn add https://github.com/remithomas/rescript-react-native-elements
Then add rescript-react-native-elements
to rescript.json
"bs-dependencies": ["rescript-react-native-elements"]
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.
- ThemeProvider (10%)
- Avatar (50%)
- Badge (missing value as React.element)
- Button
- ButtonGroup
- Card
- CheckBox
- Divider
- Header
- Icon
- Image
- Input
- ListItem
- Overlay
- Pricing
- Rating
- SearchBar
- Slider
- SocialIcon
- Text
- Tile
- Tooltip
- 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
Please feel free to submit, comment anything on this repo :)