The provided solution here didn't work for me completely.
I am trying to use react-native with Typescript, so I set up a project with react-native init MyApp --template typescript. When I run react-native run-android I basically have a couple of saves to the App.tsx file and the changes do get applied fine. But after a while it doesn't apply the changes anymore and I have to restart the metro bundler.
Does anybody know how to fix that?