We want code block to have scroll to caret abilities just like Paragraph and Heading blocks. Desired behavior can be seen in this PR. Currently Android supports this kind of behavior on system level so this is just necessary for iOS. We can make it possible by simply using RCTAztecView( see rich-text.js ) instead of react native's text input.