I have a bare react native project that is running for over 3 years.
I decided to migrate expo, I tried npx install-expo-modules@latest
it worked but I want to keep my android and ios folder since I am using firebase messaging and also I have all the setup for deploying to stores.
is there a way? maybe a command similar to expo perbuild
that keeps my current ios and android folders?