Skip to content

Commit fee14aa

Browse files
author
Ali Abdelfattah
authored
Update README.md
1 parent c50570f commit fee14aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ NetworkLogger.setEnabled(false);
161161
162162
Instabug Repro Steps are enabled by default. It captures a screenshot of each screen the user navigates to. These screens are attached to the BugReport when sent.
163163
164-
We support the 2 most popular React Native navigation libraries:
164+
We support the two most popular React Native navigation libraries:
165165
166-
* **react-navigation**
166+
* **[react-navigation](https://github.com/react-navigation/react-navigation)**
167167
168168
* **v5**
169169
set the `onStateChange` to `Instabug.onStateChange` in your NavigationContainer as follows:
@@ -183,7 +183,7 @@ We support the 2 most popular React Native navigation libraries:
183183
);
184184
```
185185
186-
* **react-native-navigation**
186+
* **[react-native-navigation](https://github.com/wix/react-native-navigation)**
187187
188188
Register `Instabug.componentDidAppearListener` listener using:
189189
```javascript

0 commit comments

Comments
 (0)