Thanks to visit codestin.com
Credit goes to github.com

Skip to content

remithomas/rescript-react-native-elements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(WIP) React Native Elements bindings for rescript Build Status

Requirements

  • react-native-elements 3.4.0
  • rescript 11

Installation

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"]

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%)
  • 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

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 :)

About

React Native Elements bindings for rescript

Resources

Stars

Watchers

Forks

Packages

No packages published