rn-stream-builder
v0.1.0
Published
StreamBuilder is a Component that listens to a stream and rebuilds whenever the stream emits new data. It allows you to easily react to changes in a stream of data, and update the UI accordingly.
Downloads
2
Readme
react-native-rn-stream-builder
StreamBuilder is a Component that listens to a stream and rebuilds whenever the stream emits new data. It allows you to easily react to changes in a stream of data, and update the UI accordingly.
Installation
npm install rn-stream-builder
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library