Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flow: Fix the
messageInput
and topicInput
types.
Until now Flow have not checked `ComposeBox.android.js` so it did not catch a mistake of ours. The two values are not of type `TextInput`, which is a type that refers to the rendered component, but are references to the native component that is named as `InternalTextInputType` inside the React Native source code. This type is not exported though so we can not access it. Also, it does not seem to be complete, missing the `focus` function.
- Loading branch information