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
- Host: GitHub
- URL: https://github.com/drager/bs-react-native-material-ui
- Owner: drager
- License: mit
- Created: 2018-02-08T19:30:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T20:27:10.000Z (almost 7 years ago)
- Last Synced: 2025-01-25T16:29:16.340Z (12 months ago)
- Language: OCaml
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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