0.0.8 • Published 8 years ago

fable-import-react-native-barcodescanner v0.0.8

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

fable-import-react-native-barcodescanner

Fable bindings for React Native Barcode Scanner

Installation

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

Follow install instructions for react-native-barcodescanner and then:

$ npm install --save-dev fable-import-react-native-barcodescanner

Usage

Follow instructions for react-native-barcodescanner.

In F# project (.fsproj)

  <ItemGroup>
    <Compile Include="node_modules/able-import-react-native-barcodescanner/Fable.Import.ReactNativeBarcodeScanner.fs" />
    <Compile Include="node_modules/able-import-react-native-barcodescanner/Fable.Helpers.ReactNativeBarcodeScanner.fs" />
  </ItemGroup>

In F# script (.fsx)

#load "node_modules/able-import-react-native-barcodescanner/Fable.Import.ReactNativeBarcodeScanner.fs"
#load "node_modules/able-import-react-native-barcodescanner/Fable.Helpers.ReactNativeBarcodeScanner.fs"

open Fable.Core
open Fable.Import
module R = Fable.Helpers.React
module RN = Fable.Import.ReactNative
open Fable.Helpers.ReactNativeBarcodeScanner
open Fable.Helpers.ReactNativeBarcodeScanner.Props

...

barcodeScanner [BarcodeScannerProperties.OnBarCodeRead (fun result -> ... )] 
0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago