0.1.2 • Published 8 years ago

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

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 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

8 years ago

0.1.1

8 years ago

0.1.0

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