What the best way to use V0 for React Native Expo Apps

Currently, I’m using V0 to generate the React Native Expo based apps. But the process is pretty cumbersome as V0 does not have preview enabled and pushing code to repository through Add to Codebase "npx shadcn@2.3.0 add " does not work. After each prompt, I’m downloading the zip, extracting, running npm i, expo start to validate the functionality.
Is there a better and seamless approach for preview and commit.