Browse Source

Remove windows support

Hau Vo 6 years ago
parent
commit
4a324d245d
2 changed files with 1 additions and 10 deletions
  1. 0
    9
      README.md
  2. 1
    1
      package.json

+ 0
- 9
README.md View File

@@ -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';

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-thumbnail",
3
-  "version": "1.1.0",
3
+  "version": "1.1.1",
4 4
   "description": "",
5 5
   "main": "index.js",
6 6
   "scripts": {