Skip to content
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

Nested list example not working #530

Open
Sabrinovsky opened this issue Apr 1, 2024 · 4 comments
Open

Nested list example not working #530

Sabrinovsky opened this issue Apr 1, 2024 · 4 comments

Comments

@Sabrinovsky
Copy link

Describe the bug
The nested example from the readme is not working: https://snack.expo.dev/@computerjazz/draggable-flatlist-examples

To Reproduce
Access the link example. Not working on android physical and emulator.

@downright-development
Copy link

Upvote - tried the snack today and it simply crashes in expo go

@alexfoxy
Copy link

Yep, not working! Upgraded all the packages and crashes on device.

@arpitv96171
Copy link

arpitv96171 commented Sep 5, 2024

it is most likely that the snack example is using expo > 48 on the website and the example is using expo 48, which can cause this.
you will have to set expo version to 48 to be able to run it.

as for mobile, expo snack needs to be a certain version (max supported expo go app version 2.28.7) to be able to run expo 48 code, for which you can go to Expo Go

@arpitv96171
Copy link

you can very well test it out on simulators by following below steps:

  1. Delete yarn.lock and node_modules
  2. Run yarn within Example folder
  3. Run npx expo install --fix within Example folder
  4. Wrap root app in <GestureHandlerRootView style={{ flex: 1 }}></GestureHandlerRootView> in the file Example/App.tsx
  5. Change makeUrl to createUrl in Example/navigation/LinkingConfiguration.ts
  6. Run yarn ios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants