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

feat(boilerplate) @shopify/flash-list integration #2513

Merged

Commits on Oct 10, 2023

  1. feat(boilerplate) @shopify/flash-list integration

    This integrates @shopify/flash-list in all places where we used to have a FlatList and updates the expo to compatibility object to use the correct expected version while using the latest for expo prebuild and bare workflows.
    markrickert committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    55d8b8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    900ae43 View commit details
    Browse the repository at this point in the history
  3. fix: Get FlashList working in new architecture using interop layer

    iOS seems to have problems with flashlist using interop, but android seems to work just fine.
    markrickert committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2630214 View commit details
    Browse the repository at this point in the history
  4. feat: adds ListView Higher Order Component

    Displays a FlashList or FlatList depending on language RTL features. Needs a little more work on the `ref` passing.
    markrickert committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1e85d88 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. chore: formatting

    frankcalise committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ca9d88e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05ceaaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14b5632 View commit details
    Browse the repository at this point in the history
  4. ci: bun version lock

    frankcalise committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1c671c5 View commit details
    Browse the repository at this point in the history