13. コールバックで値を返却した理由
The return type of bridge methods is always void. React Native bridge is
asynchronous, so the only way to pass a result to JavaScript is by using callbacks or
emitting events (see below).
自作したNativeModuleから値を返却するには、
コールバックかイベント発行となる(iOS/Android)
イベントの発行について
https://facebook.github.io/react-native/docs/native-modules-
android#sending-events-to-javascript