Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/margelo/react-native-wishlist

The fastest List component for React Native. (a prototype)
https://github.com/margelo/react-native-wishlist

fastlist flatlist list native react react-native recyclerlistview wishlist

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# react-native-wishlist

The fastest List component for React Native.

```jsx
function ChatRoom({ room }) {
return (








)
}
```

## 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](https://margelo.notion.site/WishList-Summit-b20c24d1f0da4889a0513dfa929be5ed?pvs=74) for more details.

## Installation

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

## Usage

See [USAGE.md](./USAGE.md)

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT