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
refactor: Separate API props and NativeProps for ScreenStack (#2450)
## Description
Continuation of
#2423.
Separate public `ScreenStackProps` and `NativeProps` by not casting
NativeComponent as `React.ComponentType<ScreenStackProps> `.
## Checklist
- [ ] Ensured that CI passes
0 commit comments