• Skip to primary navigation
  • Skip to content
  • Skip to footer
React Native Spotlight Tour A highly customizable tour feature with an awesome spotlight effect

      React Native Spotlight Tour - API Reference


      React Native Spotlight Tour - API Reference / OmitR

      Type Alias: OmitR<T, K>

      OmitR<T, K> = Pick<T, Exclude<keyof T, K>>

      Defined in: package/src/helpers/common.ts:8

      Like the built-in Omit, but constraints the target to extend from a Record type. I.e., it’s meant to be used with Records to omit specified keys.

      Type Parameters

      T

      T extends Record<keyof unknown, unknown>

      K

      K extends keyof T

      • Repository
      • GitHub
      • Twitter
      • LinkedIn
      © 2025 React Native Spotlight Tour. Powered by Jekyll & Minimal Mistakes.