Skip to content

WIP React Native Elements bindings for ReasonML

Notifications You must be signed in to change notification settings

remithomas/bs-react-native-elements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(WIP) React Native Elements bindings for ReasonML Build Status

Installation

yarn add https://github.com/remithomas/bs-react-native-elements

Then add react-native-elements to bsconfig.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%)
  • 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 :)