{
  "name": "react-native-bottom-tabs",
  "version": "1.4.0",
  "description": "Native Bottom Tabs for React Native",
  "source": "./src/index.tsx",
  "main": "./lib/module/index.js",
  "types": "./lib/typescript/src/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "source": "./src/index.tsx",
      "types": "./lib/typescript/src/index.d.ts",
      "default": "./lib/module/index.js"
    },
    "./package.json": "./package.json",
    "./app.plugin.js": "./app.plugin.js"
  },
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "common",
    "react-native.config.js",
    "app.plugin.js",
    "*.podspec",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "test": "jest",
    "typecheck": "tsc -b",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "build": "bob build"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/callstack/react-native-bottom-tabs.git"
  },
  "author": "Oskar Kwasniewski <oskarkwasniewski@icloud.com> (https://github.com/okwasniewski)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/callstack/react-native-bottom-tabs/issues"
  },
  "homepage": "https://github.com/callstack/react-native-bottom-tabs#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "devDependencies": {
    "@expo/config-plugins": "^7.0.0 || ^8.0.0",
    "@react-native/babel-plugin-codegen": "0.81.1",
    "@react-native/eslint-config": "0.81.1",
    "@types/jest": "^29.5.5",
    "@types/react": "^18.2.44",
    "react": "^19.1.0",
    "react-native": "0.81.1",
    "react-native-builder-bob": "^0.40.13",
    "typescript": "^5.9.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "create-react-native-library": {
    "type": "view-mixed",
    "version": "0.41.2"
  },
  "dependencies": {
    "react-freeze": "^1.0.0",
    "sf-symbols-typescript": "^2.0.0",
    "use-latest-callback": "^0.2.1"
  },
  "codegenConfig": {
    "name": "RNCTabView",
    "type": "all",
    "jsSrcsDir": "./src",
    "android": {
      "javaPackageName": "com.rcttabview"
    },
    "ios": {
      "componentProvider": {
        "RNCTabView": "RCTTabViewComponentView",
        "BottomAccessoryView": "RCTBottomAccessoryComponentView"
      },
      "modulesConformingToProtocol": {
        "RCTImageDataDecoder": [
          "SvgDecoder"
        ]
      }
    }
  }
}
