You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
This PR moves `RNSLog` utility out of the library's public API as
discussed there:
#3733 (review)
## Changes
- move `RNSLog` to `react-native-screens/private`
- remove `bottomTabsDebugLog`
- update `useRenderDebugInfo`
- update logging in `StackContainer` and `BottomTabsContainer`
## Before & after - visual documentation
N/A
## Test plan
## Checklist
- [ ] Included code example that can be used to test this change.
- [ ] Updated / created local changelog entries in relevant test files.
- [ ] For visual changes, included screenshots / GIFs / recordings
documenting the change.
- [ ] For API changes, updated relevant public types.
- [ ] Ensured that CI passes
0 commit comments