-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SafeAreaView not respected when MarkdownTextInput rendered #619
Comments
having the same issue |
+1 |
having the same issue |
Please make sure that the order of commit hooks is correct. There's |
Hey @tomekzaw, thanks for the reply. I tried your suggestion without success: ![]() I commited the demo code here: https://github.com/areknow/react-native-live-markdown-safe-area/blob/main/App.tsx |
@areknow Just wanted to ask, do you use We're considering dropping support for the old architecture since Expensify uses this library only on the new architecture and we don't really maintain the old implementation for Paper. |
@tomekzaw in the example I posted above, the new arch is enabled: https://github.com/areknow/react-native-live-markdown-safe-area/blob/main/ios/Podfile.properties.json#L4 |
When the
MarkdownTextInput
component is imported and rendered, theSafeAreaView
is no longer respected:After commenting out the MarkdownTextInput:
The text was updated successfully, but these errors were encountered: