react-native-safe-area-context icon indicating copy to clipboard operation
react-native-safe-area-context copied to clipboard

Fix: TS issues for Screens and withProvider

Open artur-burlak opened this issue 4 months ago • 1 comments

Summary

Fix TS issues for example App. ScreenProps interface removed since is not required anymore. Use navigation object from useNavigation() hook instead of props.

Test Plan

Screenshot 2025-06-21 at 21 41 48 Screenshot 2025-06-21 at 21 41 39 Screenshot 2025-06-21 at 21 45 28 Screenshot 2025-06-21 at 21 45 24

artur-burlak avatar Jun 21 '25 19:06 artur-burlak