{
  "name": "navigation-react-native",
  "version": "9.36.1",
  "description": "React Native plugin for the Navigation router",
  "main": "navigation.react.native.js",
  "types": "navigation.react.native.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grahammendick/navigation.git"
  },
  "keywords": [
    "router",
    "navigation",
    "react",
    "native"
  ],
  "peerDependencies": {
    "navigation": "*",
    "navigation-react": "*",
    "react": "*",
    "react-native": "*"
  },
  "codegenConfig": {
    "name": "navigationreactnative",
    "type": "all",
    "jsSrcsDir": ".",
    "android": {
      "javaPackageName": "com.navigation.reactnative"
    },
    "ios": {
      "componentProvider": {
        "NVActionBar": "NVActionBarComponentView",
        "NVBarButton": "NVBarButtonComponentView",
        "NVBottomAppBar": "NVBottomAppBarComponentView",
        "NVBottomSheet": "NVBottomSheetComponentView",
        "NVBottomSheetDialog": "NVBottomSheetDialogComponentView",
        "NVCollapsingBar": "NVCollapsingBarComponentView",
        "NVCoordinatorLayout": "NVCoordinatorLayoutComponentView",
        "NVDialog": "NVDialogComponentView",
        "NVDrawer": "NVDrawerComponentView",
        "NVDrawerLayout": "NVDrawerLayoutComponentView",
        "NVExtendedFloatingActionButton": "NVExtendedFloatingActionButtonComponentView",
        "NVFloatingActionButton": "NVFloatingActionButtonComponentView",
        "NVLeftBar": "NVLeftBarComponentView",
        "NVNavigationBar": "NVNavigationBarComponentView",
        "NVNavigationStack": "NVNavigationStackComponentView",
        "NVRightBar": "NVRightBarComponentView",
        "NVScene": "NVSceneComponentView",
        "NVSearchBar": "NVSearchBarComponentView",
        "NVSearchResults": "NVSearchResultsComponentView",
        "NVSearchToolbar": "NVSearchToolbarComponentView",
        "NVSegmentedTab": "NVSegmentedTabComponentView",
        "NVSharedElement": "NVSharedElementComponentView",
        "NVSheet": "NVSheetComponentView",
        "NVStatusBar": "NVStatusBarComponentView",
        "NVTabBar": "NVTabBarComponentView",
        "NVTabBarItem": "NVTabBarItemComponentView",
        "NVTabBarPager": "NVTabBarPagerComponentView",
        "NVTabBarPagerItem": "NVTabBarPagerItemComponentView",
        "NVTabBarPagerRTL": "NVTabBarPagerRTLComponentView",
        "NVTabLayout": "NVTabLayoutComponentView",
        "NVTabLayoutRTL": "NVTabLayoutRTLComponentView",
        "NVTabNavigation": "NVTabNavigationComponentView",
        "NVTitleBar": "NVTitleBarComponentView",
        "NVToolbar": "NVToolbarComponentView"
      }
    }
  },
  "author": "Graham Mendick",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/grahammendick/navigation/issues"
  },
  "homepage": "http://grahammendick.github.io/navigation/"
}
