Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TdlibController in RN #5

Open
MetaMmodern opened this issue Oct 17, 2024 · 1 comment
Open

TdlibController in RN #5

MetaMmodern opened this issue Oct 17, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@MetaMmodern
Copy link
Contributor

TdlibController represent the core of the application, wrapping tdlib into event-driven approach. It successfully works in Flutter using "Isolate" and same must happen in React Native based app. This will lead to seamless transition for the rest of event stores that depend on this controller.

@MetaMmodern MetaMmodern added the enhancement New feature or request label Oct 17, 2024
@MetaMmodern MetaMmodern self-assigned this Oct 17, 2024
@MetaMmodern
Copy link
Contributor Author

Half is done, added Coroutine to native library to have an "onUpdate" callback option. Inspired by tdweb source code. (also copied it, but will probably delete later)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant