Skip to content

Commit

Permalink
Update README to reflect deprecation/merger with WatermelonDB
Browse files Browse the repository at this point in the history
  • Loading branch information
radex committed Oct 15, 2023
1 parent a79cb97 commit d9dfa72
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@

A [higher-order component](https://reactjs.org/docs/higher-order-components.html) for connecting RxJS [Observables](https://github.com/ReactiveX/rxjs) to React components.

## ⚠️ Deprecation notice ⚠️

**`@nozbe/with-observables` as a standalone package is deprecated as of August 2023.**

It continues to live on as part of [WatermelonDB](https://github.com/Nozbe/WatermelonDB). If you use WatermelonDB 0.27 or later, use this import instead:

```js
`import { withObservables } from '@nozbe/watermelondb/react'`
```

## Example

(Taken from [WatermelonDB](https://github.com/Nozbe/WatermelonDB/))
Expand Down

0 comments on commit d9dfa72

Please sign in to comment.