|
@@ -35,15 +35,6 @@ Get thumbnail from local media. Currently, it only supports for video.
|
35
|
35
|
compile project(':react-native-thumbnail')
|
36
|
36
|
```
|
37
|
37
|
|
38
|
|
-#### Windows
|
39
|
|
-[Read it! :D](https://github.com/ReactWindows/react-native)
|
40
|
|
-
|
41
|
|
-1. In Visual Studio add the `RNThumbnail.sln` in `node_modules/react-native-thumbnail/windows/RNThumbnail.sln` folder to their solution, reference from their app.
|
42
|
|
-2. Open up your `MainPage.cs` app
|
43
|
|
- - Add `using Com.Reactlibrary.RNThumbnail;` to the usings at the top of the file
|
44
|
|
- - Add `new RNThumbnailPackage()` to the `List<IReactPackage>` returned by the `Packages` method
|
45
|
|
-
|
46
|
|
-
|
47
|
38
|
## Usage
|
48
|
39
|
```javascript
|
49
|
40
|
import RNThumbnail from 'react-native-thumbnail';
|