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

No output on Expo managed project, yet perfect output on the web. #57

Open
harshjadon9 opened this issue Jun 9, 2023 · 2 comments
Open
Labels
🙏 help wanted Extra attention is needed

Comments

@harshjadon9
Copy link

I am trying to make a very basic masonry list, but unable to generate any output. But when I run the expo project on my laptop browser, I m able to see the output. Please check the screenshots. I guess I am missing some dependency or something.

Code:

import MasonryList from "@react-native-seoul/masonry-list";
...
      <Text>-Start-</Text>
      <MasonryList
        data={["dummy1", "dummy2", "dummy3", "dummy4"]}
        renderItem={() => <Text>hi</Text>}
      />
      <Text>-End-</Text>
...

Screenshots

on Web (laptop, via expo)

Screenshot 2023-06-10 at 3 30 32 AM



on Android ( Expo Go )

Screenshot 2023-06-10 at 3 30 32 AM



  • OS: MacOS
  • Browser: Brave
  • Device: Android
  • Version: 12

version
"@react-native-seoul/masonry-list": "^1.4.2"



@hyochan
Copy link
Owner

hyochan commented Jun 13, 2023

Could you share the full demo in one file so I can test quickly?
Please try to make runnable example in one file like Sample.tsx.

@hyochan hyochan added the 🙏 help wanted Extra attention is needed label Jun 13, 2023
@haseebkh008
Copy link

Ya same Problem WIth me when i change something in the flatlist and save the project list shown but when i reload the project it didn't shown i try everything but not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙏 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants