Skip to content

Commit 46c6dc5

Browse files
committed
fix: update to compatible with RN > 0.25
1 parent cd17949 commit 46c6dc5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

index.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
'use strict';
1+
/**
2+
* react-native-slide main
3+
*/
24

35
import React, {
6+
Component,
7+
PropTypes
8+
} from 'react';
9+
10+
import{
411
StyleSheet,
512
PropTypes,
613
View,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-slide",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "react-native-slide",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)