https://github.com/igor-makarov/rxreactiveobjc
A bridge between RxSwift and ReactiveObjC
https://github.com/igor-makarov/rxreactiveobjc
Last synced: 25 days ago
JSON representation
A bridge between RxSwift and ReactiveObjC
- Host: GitHub
- URL: https://github.com/igor-makarov/rxreactiveobjc
- Owner: igor-makarov
- License: mit
- Created: 2018-05-08T07:27:51.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-05-11T09:30:55.000Z (29 days ago)
- Last Synced: 2025-05-11T10:27:30.516Z (29 days ago)
- Language: Swift
- Size: 2.99 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RxReactiveObjC
[](https://github.com/igor-makarov/RxReactiveObjC/actions)
[](https://cocoapods.org/pods/RxReactiveObjC)Bridge between RxSwift and ReactiveObjC
## TL;DR
This is a small library that I really had to make. It provides two-way bridging between RxSwift and ReactiveObjC. The reason it's in a separate repo is because I really wanted to run tests on it.