/react-native-draggable-view-updated

This repo contains an updated version of react-native-draggable-view for RN 0.53.3

Primary LanguageJavaScriptMIT LicenseMIT

Usage

Initialize a RN 0.53.3 project and use this for package.json

{
  "name": "ReactNativeDraggableViewUpdated",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "test": "jest"
  },
  "dependencies": {
    "react": "16.2.0",
    "react-native": "0.53.3",
    "react-native-collapsible": "^1.2.0"
  },
  "devDependencies": {
    "babel-jest": "20.0.3",
    "babel-preset-react-native": "1.9.2",
    "jest": "20.0.4",
    "react-test-renderer": "16.0.0-alpha.12"
  },
  "jest": {
    "preset": "react-native"
  }
}

Clone the repo in node_modules with

git clone https://github.com/Sadathossain/react-native-draggable-view-updated.git

Add this to your package.json as dependencies

"react-native-draggable-view-updated": "https://github.com/Sadathossain/react-native-draggable-view-updated.git",