We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd17949 commit 46c6dc5Copy full SHA for 46c6dc5
index.js
@@ -1,6 +1,13 @@
1
-'use strict';
+/**
2
+ * react-native-slide main
3
+ */
4
5
import React, {
6
+ Component,
7
+ PropTypes
8
+} from 'react';
9
+
10
+import{
11
StyleSheet,
12
PropTypes,
13
View,
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-slide",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "react-native-slide",
"main": "index.js",
"scripts": {
0 commit comments