Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/margelo/react-native-wishlist
- Owner: margelo
- License: mit
- Created: 2021-11-11T17:55:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T00:36:58.000Z (11 months ago)
- Last Synced: 2024-11-03T14:43:07.340Z (10 days ago)
- Topics: fastlist, flatlist, list, native, react, react-native, recyclerlistview, wishlist
- Language: TypeScript
- Homepage: https://margelo.io
- Size: 2.3 MB
- Stars: 146
- Watchers: 8
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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