Skip to content

The fastest List component for React Native. (a prototype)

License

Notifications You must be signed in to change notification settings

ciaoamigoschat/react-native-wishlist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 # 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

About

The fastest List component for React Native. (a prototype)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 41.2%
  • C++ 34.8%
  • Objective-C++ 8.9%
  • Kotlin 6.1%
  • Java 2.9%
  • Objective-C 2.6%
  • Other 3.5%