Skip to content

Commit

Permalink
Add README for Observables
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel committed Dec 10, 2020
1 parent f2a5313 commit b11a468
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Observables/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Observables

A description of this package.
These classes are our own implementation of [ReactiveX observables](http://reactivex.io/) that we used when we were targeting iOS 12+. But now that our minimum iOS version is iOS 13, we should stop using them and use [Combine](https://developer.apple.com/documentation/combine) instead.

We should also migrate the existing usages of these classes to use Combine. The classes were intentionally created to be compatible with both ReactiveX and Combine so the migration should be smooth-ish.

0 comments on commit b11a468

Please sign in to comment.