How to create React Native + Expo project without expo-router?

Hello, I am interested in doing more development in IDX. I need to create a blank Expo project that uses JavaScript. By default, when I select a React Native + Expo project in IDX, it uses TypeScript and it installs expo-router. Is there a way to do this? Thank you.

1 Like

One option may be for you to look at the dev.nix file that we create for the React Native + Expo project and look at modifying it to create it without using expo-router.