Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for react native 77 (#864)
This PR fixes some issues with how radon IDE interacted with applications using react native 77 1) we add one more version for which we change renderer in `babel_transformer` 2) we remove unnecessary condition page.title.startsWith("React Native Bridge") from filtering a new debugger websocket URLs. ### How Has This Been Tested: - run a RN 77 application and check if it works correctly - run an expo 52 (RN 76) application and check that the changes did not break anything - run RN 73 application
- Loading branch information