An open API service indexing awesome lists of open source software.

https://github.com/drager/bs-react-native-material-ui

BuckleScript bindings for React Native Material Ui
https://github.com/drager/bs-react-native-material-ui

Last synced: 10 months ago
JSON representation

BuckleScript bindings for React Native Material Ui

Awesome Lists containing this project

README

          

# BuckleScript bindings for [React Native Material Ui](https://github.com/xotahal/react-native-material-ui)

## Status

Not all components got bindings yet, but all should be covered very soon. Check out the
source.

Feel free to create an issue or pull request if you find anything missing.

## Installation

Run:

`yarn add bs-react-native-material-ui`

`yarn add react-native-material-ui`

Then add `bs-react-native-material-ui` to `bs-dependencies` in your `bsconfig.json`:

```json
{
"bs-dependencies": ["bs-react-native-material-ui"]
}
```

## Usage

```reason
let uiTheme: ReactNativeMaterialUi.ThemeProvider.uiTheme = {
palette: {
primaryColor: "#000000"
}
};

let app = () =>





;
```

## Bindings