React Native Copilot Versions Save

Step-by-step walkthrough tooltip for your react native app

v3.3.2

2 weeks ago

Patch Changes

  • d14d956: Expose totalStepsNumber via useCopilot

v3.3.1

1 month ago

Patch Changes

  • 05b3a47: Fix a type error in walkthroughable

v3.3.0

2 months ago

Minor Changes

  • 3e5d3cc: Fix the issue with missing module file specified in package json

v3.2.1

1 year ago

Patch Changes

  • 3a6dd5a: Fix malformed field crash and add more config (arrowSize and margin)

v3.2.0

1 year ago

Minor Changes

  • 0d8362a: Remove Tooltip and StepNumber passed props in favor of useCopilot context Un-register the step after name change and re-register with the new name Add tests for CopilotStep

v3.1.0

1 year ago

Minor Changes

  • 312fba4: Expose more functions through the public API

    Expose stop, goToNext, goToNth, and goToPrev through the useCopilot hook Export DefaultUI from the module's entry to access the default Tooltip and StepNumber components

v3.0.1

1 year ago

Patch Changes

  • 3a0f6e0: Migrate to TS and add CopilotProvider