We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe20c2 commit f0a2fd7Copy full SHA for f0a2fd7
README.md
@@ -222,9 +222,10 @@ We support the 2 most popular React Native navigation libraries:
222
onNavigationStateChange={ Instabug.onNavigationStateChange } />
223
);
224
```
225
- * **react-native-navigation**
226
227
- Register `Instabug.componentDidAppearListener` listener using:
+ * **react-native-navigation**
+
228
+ Register `Instabug.componentDidAppearListener` listener using:
229
```javascript
230
Navigation.events().registerComponentDidAppearListener( Instabug.componentDidAppearListener );
231
0 commit comments