ReScript bindings for NativeBase
npm install rescript-nativebaserescript-nativebase


ReScript bindings fornativebase.
Exposed as RescriptNativeBase module.
rescript-nativebase X.y.\* means it's compatible withnativebase X.y.\*
Whennativebase
is properly installed & configured by following their installation instructions,
you can install the bindings:
``console`
npm install rescript-nativebaseor
yarn add rescript-nativebase
rescript-nativebase should be added to bs-dependencies in yourbsconfig.json:
`diff``
{
//...
"bs-dependencies": [
"@rescript/react",
"rescript-react-native",
// ...
+ "rescript-nativebase"
],
//...
}
At the moment, please read the NativeBase documentation.
Most props map to float, int, or a polymorphic variant (like #xs, #lg, etc).
Please check the examples folder for a simple movie list and a todo app.
---
Check the changelog for more informations about recent
releases.
---
Read the
contribution guidelines
before contributing.
We want this community to be friendly and respectful to each other. Please read
our full code of conduct
so that you can understand what actions will and will not be tolerated.