Skip to content

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

@harshjadon9

Description

@harshjadon9

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"



Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions