Skip to content

Commit

Permalink
composebox: Unify two platform's code
Browse files Browse the repository at this point in the history
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.

Making the component uncontrolled fixes #2434
  • Loading branch information
borisyankov committed Aug 12, 2018
1 parent 9e28ef2 commit f1b1263
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 368 deletions.
368 changes: 0 additions & 368 deletions src/compose/ComposeBox.ios.js

This file was deleted.

File renamed without changes.

0 comments on commit f1b1263

Please sign in to comment.