This is mentioned in the docs
https://github.com/pitch-io/cljest/blob/master/docs/configuration.md#i-need-to-use-jest-preset-cljest-with-another-preset
and the level of detail suggests that combining jest-preset-cljest and jest-expo is a simple task. Unfortunately I am a beginner in the JS/React world and I don't know how to do that: the examples with preset definitions I've found are rather complex and I am sure I am missing something. Would it be possible to provide a working example of such a combination?
Thanks!