{
  "name": "react-native-basic-form",
  "version": "1.1.11",
  "description": "A simple React Native form component with TextInput (including multiline), DropDown, Image and Date fields.",
  "homepage": "https://github.com/MosesEsan/react-native-basic-form",
  "bugs": {
    "url": "https://github.com/MosesEsan/react-native-basic-form/issues"
  },
  "keywords": [
    "react-native",
    "reactjs",
    "reactnative",
    "bootstrap"
  ],
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Moses Esan",
  "license": "ISC",
  "dependencies": {
    "@react-native-community/datetimepicker": "^2.2.3",
    "moment": "^2.25.3",
    "prop-types": "^15.7.2",
    "react-native-elements": "^1.2.7",
    "react-native-modal-datetime-picker": "^8.5.1",
    "react-native-picker-select": "^6.4.0"
  },
  "devDependencies": {
    "metro-react-native-babel-preset": "^0.57.0"
  }
}
