Description
I have install this module and tried to use the sample code you provide.
But I have TypeError: Cannot read property 'getConstants' of null, js engine: hermes.
I found that in @gooddolllar/react-native-facetec/src/FaceTechPublicApi.js, it calls FaceTechModule.getConstants() which seems like null.
How can I fix this?
Description
I have install this module and tried to use the sample code you provide.
But I have
TypeError: Cannot read property 'getConstants' of null, js engine: hermes.I found that in @gooddolllar/react-native-facetec/src/FaceTechPublicApi.js, it calls
FaceTechModule.getConstants()which seems like null.How can I fix this?