Function newTabNavigator

  • Parameters

    • Optional options: {
          backBehavior: undefined | ((focusedIndex) => number);
      }

      provides additional customization for navigator behavior

      • backBehavior: undefined | ((focusedIndex) => number)

        calculates next focusedIndex after current one on goBack call

    Returns Navigator<GouterConfig, any>

Generated using TypeDoc