New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rescript-nativebase

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rescript-nativebase

ReScript bindings for NativeBase

latest
Source
npmnpm
Version
0.0.9
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

rescript-nativebase

Build Status Version ReScript Forum

ReScript bindings for nativebase.

Exposed as RescriptNativeBase module.

rescript-nativebase X.y.* means it's compatible with nativebase X.y.*

Installation

When nativebase is properly installed & configured by following their installation instructions, you can install the bindings:

npm install rescript-nativebase
# or
yarn add rescript-nativebase

rescript-nativebase should be added to bs-dependencies in your bsconfig.json:

{
  //...
  "bs-dependencies": [
    "@rescript/react",
    "rescript-react-native",
    // ...
+    "rescript-nativebase"
  ],
  //...
}

Usage

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.

Changelog

Check the changelog for more informations about recent releases.

Contribute

Read the contribution guidelines before contributing.

Code of Conduct

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.

Keywords

rescript

FAQs

Package last updated on 13 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts