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
Add `| undefined` to optional properties in type declarations and fabric
native component specs to support TypeScript's exactOptionalPropertyTypes
flag. This ensures downstream projects using this flag get no type errors
from react-native-screens.
Zero runtime changes — all modifications are type annotations only.
0 commit comments