react-native-face-detection
react-native-face-detection copied to clipboard
Match the output format of android package to that of typescript definitions
The native android package output format was mismatched with the objects defined in typescript. The typescript definition expected objects, while the native module output was float list. Fixed it by replacing float list with a map.