We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
yarn install @shopify/flash-list
v5
v3
v2
iOS, Android, Web
When using version 5 without flashlist installed this error causes the app to crash
You need to install FlashList first,yarn install @shopify/flash-list, js engine: hermes
You need to install FlashList first,
, js engine: hermes
Since the files are all barrel files every file will run even if you don't import them so this would only be fixed by
removing the export from: src/components/bottomSheetScrollable/index.ts and here src/index.ts
src/components/bottomSheetScrollable/index.ts
src/index.ts
https://snack.expo.dev/@dannyhw/bottom-sheet---issue-reproduction-template
You need to install FlashList first, `yarn install @shopify/flash-list` Evaluating @gorhom/bottom-sheet.js Evaluating App.js Loading App.js
The text was updated successfully, but these errors were encountered:
Hello @dannyhw 👋, this issue is being automatically closed and locked because it does not follow the issue template.
Sorry, something went wrong.
No branches or pull requests
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android, Web
What happened?
When using version 5 without flashlist installed this error causes the app to crash
You need to install FlashList first,
yarn install @shopify/flash-list, js engine: hermes
Since the files are all barrel files every file will run even if you don't import them so this would only be fixed by
removing the export from:
src/components/bottomSheetScrollable/index.ts
and heresrc/index.ts
Reproduction steps
Reproduction sample
https://snack.expo.dev/@dannyhw/bottom-sheet---issue-reproduction-template
Relevant log output
You need to install FlashList first, `yarn install @shopify/flash-list` Evaluating @gorhom/bottom-sheet.js Evaluating App.js Loading App.js
The text was updated successfully, but these errors were encountered: