Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix react-native 73 test app configuration (#779)
Fixes #775 This PR fixes the configuration of `test-apps/react-native-73`. Two things changed: - get rid of Flipper as suggested in facebook/react-native#43335 - force added `launch.json`, which was git ignored by `.gitignore` in `radon-ide` root, imo it makes sense to merge it as this is project specific config, and this is the suggested approach in our docs: https://ide.swmansion.com/docs/guides/configuration#creating-configuration-file ### How Has This Been Tested: - open `test-apps/react-native-73` using Radon IDE
- Loading branch information