0.1.2 • Published 10 years ago

fable-import-react-native-push-notification v0.1.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
10 years ago

fable-import-react-native-push-notification

Fable bindings for React Native Push Notification

Installation

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

Follow install instructions for react-native-push-notification and then:

$ npm install --save-dev fable-import-react-native-push-notification

Usage

Follow instructions for react-native-push-notification.

In F# project (.fsproj)

  <ItemGroup>
    <Compile Include="node_modules/fable-import-react-native-push-notification/Fable.Import.ReactNativePushNotification.fs" />
    <Compile Include="node_modules/fable-import-react-native-push-notification/Fable.Helpers.ReactNativePushNotification.fs" />
  </ItemGroup>

In F# script (.fsx)

#load "node_modules/fable-import-react-native-push-notification/Fable.Import.ReactNativePushNotification.fs"
#load "node_modules/fable-import-react-native-push-notification/Fable.Helpers.ReactNativePushNotification.fs"

...
0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago