Browse Source

Remove windows support

Hau Vo 7 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
       compile project(':react-native-thumbnail')
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
 ## Usage
38
 ## Usage
48
 ```javascript
39
 ```javascript
49
 import RNThumbnail from 'react-native-thumbnail';
40
 import RNThumbnail from 'react-native-thumbnail';

+ 1
- 1
package.json View File

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