ericlewis / react-native-contact-tracing

React-native module for Apple & Google's Contact Tracing Framework
32 stars 5 forks source link

Write wrapper in JS #7

Closed ericlewis closed 4 years ago

ericlewis commented 4 years ago

Another potential option is to keep the emitters and simply wrap the native module in an easier to use JS module instead of directly exporting the native module.

ericlewis commented 4 years ago

for now, this is resolved by #6 & #3. The native module exposure is actually quite clean.