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)
In F# script (.fsx)
#load "node_modules/fable-react-native-simple-store/Fable.Helpers.ReactNative.SimpleStore.fs" open Fable.Coreopen Fable.Importmodule R = Fable.Helpers.Reactmodule RN = Fable.Import.ReactNativeopen RN.Props ...