react-native-face-detection icon indicating copy to clipboard operation
react-native-face-detection copied to clipboard

Match the output format of android package to that of typescript definitions

Open jayeshmahapatra opened this issue 2 years ago • 0 comments

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.

jayeshmahapatra avatar Mar 04 '23 12:03 jayeshmahapatra