mirror of
https://github.com/zhigang1992/react-native-draggable-grid.git
synced 2026-03-26 07:04:12 +08:00
fix:fix docs error
This commit is contained in:
@@ -27,7 +27,7 @@ import {
|
||||
StyleSheet,
|
||||
Text,
|
||||
} from 'react-native';
|
||||
import { DraggableGrid } from '../DraggableGrid';
|
||||
import { DraggableGrid } from 'react-native-draggable-grid';
|
||||
|
||||
interface MyTestProps {
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user