Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
composebox: Unify two platform's code
Fixes #2434 Fixes #3053 Remove the iOS code which was our old 'controlled' version and keep the new Android 'uncontrolled' version. While iOS does not have the extreme performance issues the Android app had because of bugs in React Native, it is still faster to not have the component controlled - a controlled compoennt would block any time the UI thread blocks. Another big benefit is removing the need to support two versions.
- Loading branch information