Skip to content

Commit c80ff81

Browse files
Fix ignoreWarnings code (#716)
For "Non-serializable values were found in the navigation state" documentation
1 parent 3b115a1 commit c80ff81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-5.x/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@ Example:
132132
import { YellowBox } from 'react-native';
133133
134134
YellowBox.ignoreWarnings([
135-
'We found non-serializable values in the navigation state',
135+
'Non-serializable values were found in the navigation state',
136136
]);
137137
```

0 commit comments

Comments
 (0)