{
  "name": "react-native-disable-android-back",
  "version": "1.0.5",
  "description": "A custom hook that disables the Android back button in React Native when a screen is focused",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Jordangoulet13/react-native-disable-android-back-button.git"
  },
  "peerDependencies": {
    "react-native": ">=0.47.0",
    "@react-navigation/native": ">=5.1.6"
  },
  "devDependencies": {
    "react-native": "^0.68.6",
    "@react-navigation/native": "^6.1.6"
  },
  "keywords": [
    "react-native",
    "hook",
    "navigation",
    "android",
    "back button",
    "disable"
  ],
  "author": "Jordan Goulet",
  "license": "MIT"
}
