-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
React-Native 0.61.x #1341
Comments
running into the same issue on Android |
I found out something: putting a normal Button (from react-native) inside the |
I know it's not a |
Facing the same problem with Fab |
I am facing this problem and hope to solve it as soon as possible. |
+1 Same issue with FAB |
Fixed in RN 0.61.2 https://github.com/facebook/react-native/releases/tag/v0.61.2 |
Great |
Hey, @satya164 I am still getting this error. I'm on v0.61.2 👇 I've also opened an issue on RN 👉facebook/react-native#26740 which contains the repro steps |
Confirmed still get the error on React Native 0.61.5 |
@satya164 This issue is still around with latest RN versions, please reopen it... |
Environment
Android API Level 26
RN 0.61.x
react-native-paper stable and alpha
Description
I noticed a problem with react-native-paper and react-native 0.61.x on Android API Level 26.
Doesn't happen on API Level 23 or 29.
When i open a
Dialog
inside aPortal
it shows up weird.Same problem with FAB.
The problem doesn't arise with RN 0.60.5.
It happens with the last versions of react-native-paper (stable and alpha).
Here are two attachments showing the issue:
RN 0.60.5
RN 0.61.x
P.S. don't pay attention to Icons in the bottom tab.
Reproducible Demo
Just start a new project with RN 0.61.x and put a FAB or a Portal inside it with react-native 0.61.x on Android API Level 26.
EDIT: Repository to reproduce the issue
P.S. I don't know if its RN issue or a RNP issue.
I also posted it here:
react-native-community/releases#140 (comment)
The text was updated successfully, but these errors were encountered: