GitPedia
mohebifar

mohebifar/react-native-copilot

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

8 Releases
Latest: 1y ago
v3.3.3Latest
github-actions[bot]github-actions[bot]·1y ago·December 17, 2024
GitHub

📋 Patch Changes

  • 7961855: Fix arrow style on Android
v3.3.2
github-actions[bot]github-actions[bot]·2y ago·May 2, 2024
GitHub

📋 Patch Changes

  • d14d956: Expose totalStepsNumber via useCopilot
v3.3.1
github-actions[bot]github-actions[bot]·2y ago·April 11, 2024
GitHub

📋 Patch Changes

  • 05b3a47: Fix a type error in walkthroughable
v3.3.0
github-actions[bot]github-actions[bot]·2y ago·March 6, 2024
GitHub

📋 Minor Changes

  • 3e5d3cc: Fix the issue with missing module file specified in package json
v3.2.1
github-actions[bot]github-actions[bot]·3y ago·April 13, 2023
GitHub

📋 Patch Changes

  • 3a6dd5a: Fix malformed field crash and add more config (arrowSize and margin)
v3.2.0
github-actions[bot]github-actions[bot]·3y ago·March 22, 2023
GitHub

📋 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
github-actions[bot]github-actions[bot]·3y ago·March 22, 2023
GitHub

📋 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
github-actions[bot]github-actions[bot]·3y ago·March 22, 2023
GitHub

📋 Patch Changes

  • 3a0f6e0: Migrate to TS and add CopilotProvider