Package Exports
- react-native-win-gif
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-win-gif) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-win-gif
Getting started
$ npm install react-native-win-gif --save
Mostly automatic installation
$ react-native link react-native-win-gif
Manual installation
Windows
- In Visual Studio add the
RNWinGif.sln
innode_modules/react-native-win-gif/windows/RNWinGif.sln
folder to their solution, reference from their app. - Open up your
MainPage.cs
app
- Add
using Cl.Json.RNWinGif;
to the usings at the top of the file - Add
new RNWinGifPackage()
to theList<IReactPackage>
returned by thePackages
method
Usage
import RNWinGif from 'react-native-win-gif';
// TODO: What do with the module?
RNWinGif;