/NativeModuleSample

Creating React Native Windows package exporting async functions on vNext

Primary LanguageC#

NativeModuleSample

Getting started

$ npm install NativeModuleSample --save

Mostly automatic installation

$ react-native link NativeModuleSample

Usage

import NativeModuleSample from 'NativeModuleSample';

// TODO: What to do with the module?
NativeModuleSample;