Skip to content

Commit 9cf88d3

Browse files
authored
Add NavigationContainer workaround to troubleshooting page on RN (#4886)
1 parent 84feef4 commit 9cf88d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/platforms/react-native/troubleshooting.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,8 @@ dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.62.dylib
160160
```
161161

162162
In this case, type `ln -s $(which node) /usr/local/bin/node`, which tells your env to use your node binary.
163+
164+
## NavigationContainer reset the ref each render
165+
166+
If you're using `React Navigation 5` and you're not receiving transactions anymore, it might be because of [this bug](https://github.com/react-navigation/react-navigation/issues/9213). Upgrading to `React Navigation 6` should solve the issue, but if not, file an issue in our [repo](https://github.com/getsentry/sentry-react-native).
167+

0 commit comments

Comments
 (0)