-
-
Notifications
You must be signed in to change notification settings - Fork 770
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
[v4] | [v2] Expo 51 (new architecture) #1849
Comments
i had a similar error but it was on web platform, was this on web too or ios or android |
I'm on iOS and Android and I ran into this too when running bridgeless. I actually tried just commenting out the code where that error is thrown react-native-bottom-sheet/src/utilities/getRefNativeTag.ts Lines 30 to 40 in 4b2a739
|
+1 |
I'm getting this same error when I enable the new architecture using Expo SDK v50. Turning off the new arch makes it work again. |
@karam1ashqar were you able to resolve for web? running into this too |
no, you need to not use BottomSheetFlatList and BottomSheetScrollView on web |
Getting this issue on Expo 51 |
can someone please share a minimal reproducible example that we can clone and run? |
Here ya go: https://github.com/zibs/bottom-sheetflat-list-mcve -- I think you'll need to clone and It has new arch/bridgeless enabled and throws the error in the logs/renders nothing in this case |
@zibs My investigation lead me down the same path as you (to patch-package out the Discord maintains their own fork of this repo and uses the new arch and has reverted #1100 in their fork. Looking at other related issues i'm finding that for new architecture and web support, Screenshot from @zibs's repo: |
@AndreiCalazans would you be ok to have a look at this issue? It seems that the getRefNativeTag() is not working with Expo 51 / React Native 74 |
Any progress on this issue? This is still relevant for iOS and android for me while using |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Bug
I encountered an error when trying to use
@gorhom/bottom-sheet
with bridgeless mode in Expo 51.Environment info
Steps To Reproduce
BottomSheetScrollView
in a component.Describe what you expected to happen:
BottomSheetScrollView
should render without errors.Reproducible sample code
The text was updated successfully, but these errors were encountered: