Skip to content

Commit

Permalink
Fix README (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajouve authored Dec 17, 2024
1 parent 7eb8bdb commit bd17230
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const HomeScreen = () => {
};
```

If you are looking for a working example, please check out [this link](https://github.com/mohebifar/react-native-copilot/blob/master/example/App.js).
If you are looking for a working example, please check out [this link](https://github.com/mohebifar/react-native-copilot/blob/master/example/App.jsx).

### Overlays and animation

Expand Down Expand Up @@ -145,10 +145,10 @@ const TooltipComponent = () => {
const {
isFirstStep,
isLastStep,
handleNext,
handleNth,
handlePrev,
handleStop,
goToNext,
goToNth,
goToPrev,
stop,
currentStep,
} = useCopilot();

Expand Down

0 comments on commit bd17230

Please sign in to comment.