NativeModules
type t('a)
= Js.t('a)
let get : string => t('a);
let requireNativeComponent : string => ReasonReact.reactClass;