So I had this same issue and after some research. I find the fix to be manually installing setimmediate
package.
npm i setimmediate
Then import it in the index.ts file. Also it should be the first import in the file
import 'setimmediate'
for reference check here https://github.com/software-mansion/react-native-reanimated/issues/4140