Skip to content

Commit

Permalink
composebox: Unify two platform's code
Browse files Browse the repository at this point in the history
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
borisyankov committed Oct 31, 2018
1 parent 940ccea commit 46234e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 339 deletions.
339 changes: 0 additions & 339 deletions src/compose/ComposeBox.ios.js

This file was deleted.

File renamed without changes.

0 comments on commit 46234e9

Please sign in to comment.