Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinus authored Jul 19, 2019
1 parent 0828705 commit 5b7a9ef
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,11 @@
compile project(':react-native-dynamic-yield')
```

#### Windows
[Read it! :D](https://github.com/ReactWindows/react-native)

1. In Visual Studio add the `RNDynamicYield.sln` in `node_modules/react-native-dynamic-yield/windows/RNDynamicYield.sln` folder to their solution, reference from their app.
2. Open up your `MainPage.cs` app
- Add `using Dynamic.Yield.RNDynamicYield;` to the usings at the top of the file
- Add `new RNDynamicYieldPackage()` to the `List<IReactPackage>` returned by the `Packages` method


## Usage
```javascript
import RNDynamicYield from 'react-native-dynamic-yield';

// TODO: What to do with the module?
RNDynamicYield;
```


0 comments on commit 5b7a9ef

Please sign in to comment.