Does Plasmic codegen work with Expo (React Native)?

Does plasmic codegen work with expo (react native)?
I’ve been trying to get it to work but haven’t succeeded

Hi @definitive_tahr, codegen is for web platform only, if you are trying to work on native components, first note that this is not a paved path in plasmic, but in case it unblocks you, you’ll need to use the model API and stick to a very restrictive set of components where you can render them either on the web (for the canvas editor preview) and on mobile platforms.

https://docs.plasmic.app/learn/model-quickstart/

Thank you!