Unit testing libraries that depend on expo modules

I’m working on a library that uses expo-sql to provide data persistence for React Native applications. I’ve managed to write some unit tests using the websql package as a stand-in for the expo-sql package, but I’d love to have unit tests that run on actual devices. Is there a generally accepted way to do this? I’ve looked at Detox, but from what I can tell it’s more for testing the UI of an actual app.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.