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
I need to take a screenshot of the whole screen. The screen includes a header from React Navigation. When I take a screenshot using makeImageFromView, it pushes the header down.
I need to take a screenshot of the whole screen. The screen includes a header from React Navigation. When I take a screenshot using
makeImageFromView
, it pushes the header down.Deps:
"@react-navigation/elements": "^2.1.5",
"@react-navigation/native": "^7.0.6",
"@react-navigation/native-stack": "^7.1.7",
"@shopify/react-native-skia": "^1.5.10",
"react-native": "0.76.3",
App.tsx
navigation.ts
FirstScreen.tsx
The text was updated successfully, but these errors were encountered: