fix:fix docs error

This commit is contained in:
sh
2018-10-12 22:24:20 +08:00
parent 5eb3f36892
commit 123840e2da
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ import {
StyleSheet,
Text,
} from 'react-native';
import { DraggableGrid } from '../DraggableGrid';
import { DraggableGrid } from 'react-native-draggable-grid';
interface MyTestProps {

View File

@@ -5,7 +5,7 @@
"sortable",
"grid"
],
"version": "1.0.3",
"version": "1.0.5",
"description": "A draggable grid for react native",
"main": "built/index.js",
"types": "src/index.ts",