fable-react-native-simple-store

0.4.0 • Public • Published

fable-react-native-simple-store

Fable bindings for a simple React Native data store

Installation

Install fable-import-react-native and follow the instructions for that package.

$ npm install --save-dev fable-react-native-simple-store

Usage

In F# project (.fsproj)

  <ItemGroup>
    <Compile Include="node_modules/fable-react-native-simple-store/Fable.Helpers.ReactNative.SimpleStore.fs" />
  </ItemGroup>

In F# script (.fsx)

#load "node_modules/fable-react-native-simple-store/Fable.Helpers.ReactNative.SimpleStore.fs"
 
open Fable.Core
open Fable.Import
module R = Fable.Helpers.React
module RN = Fable.Import.ReactNative
open RN.Props
 
...
 

/fable-react-native-simple-store/

    Package Sidebar

    Install

    npm i fable-react-native-simple-store

    Weekly Downloads

    3

    Version

    0.4.0

    License

    Apache-2.0

    Last publish

    Collaborators

    • alfonsogarciacaro
    • et1975
    • forki
    • k_cieslak