-
Hello. I'm quite new to TypeScript and can't understand how I should go around view.options. Consider this code: const ToastsOverlay = React.FC = () => {
return null;
}
ToastsOverlay.options = {
layout: {
componentBackgroundColor: 'transparent',
},
overlay: {
interceptTouchOutside: false,
},
statusBar: {
drawBehind: isRequiredDrawBehindForOverlayWindow(),
},
}; |
Beta Was this translation helpful? Give feedback.
Answered by
beshur
Jun 24, 2022
Replies: 1 comment
-
Sorry, my bad, it was under my nose. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
beshur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, my bad, it was under my nose.
https://wix.github.io/react-native-navigation/docs/third-party-typescript/