@trustswap/react-native-wishlist
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

react-native-wishlist

The fastest List component for React Native.

function ChatRoom({ room }) {
  return (
    <Wishlist.Component data={room.messages}>
      <Wishlist.Template type="text-message">
        <TextMessageCell />
      </Wishlist.Template>
      <Wishlist.Template type="image-message">
        <ImageMessageCell />
      </Wishlist.Template>
    </Wishlist.Component>
  );
}

State of WishList

WishList is an archived, read-only repository, and should probably not be used in production. It's a good proof of concept, and a pretty impressive experiment. See this Notion document for more details.

Installation

yarn add react-native-worklets-core # still private
yarn add react-native-wishlist
cd ios && pod install

Usage

See USAGE.md

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Dependencies (1)

Dev Dependencies (19)

Package Sidebar

Install

npm i @trustswap/react-native-wishlist

Weekly Downloads

7

Version

0.1.0

License

MIT

Unpacked Size

488 kB

Total Files

312

Last publish

Collaborators

  • kacperts
  • sonpham02
  • larenzon
  • f13r
  • clipsub