react-native-macos/React/Modules
Saad Najmi 70ddf46c8a Revert "Fix Deadlock in RCTi18nUtil (iOS) (#31032)" (#32574)
Summary:
This reverts commit fcead14b0e.

This should close https://github.com/facebook/react-native/issues/32509 . There was a bug where il8nManager.forceRTL() wouldn't work on app launch, and required an app restart. That was caused by an earlier change (https://github.com/facebook/react-native/pull/31032) which should not be necessary (the deadlock it was attempting to fix was actually caused by separate code).

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[iOS] [Fixed] - Fixed bug where forceRTL did not work on app launch

Pull Request resolved: https://github.com/facebook/react-native/pull/32574

Test Plan: Simple revert back to previously working code.

Reviewed By: RSNara

Differential Revision: D32315034

Pulled By: GijsWeterings

fbshipit-source-id: dae6c1f0a2481e53f2f1e80f1ac083947681ef99
2021-11-15 08:08:11 -08:00
..
RCTEventEmitter.h Bridgeless Mode: Migrate modules away from invokeJS 2021-05-14 09:22:58 -07:00
RCTEventEmitter.m Bridgeless Mode: Migrate modules away from invokeJS 2021-05-14 09:22:58 -07:00
RCTI18nUtil.h Revert "Fix Deadlock in RCTi18nUtil (iOS) (#31032)" (#32574) 2021-11-15 08:08:11 -08:00
RCTI18nUtil.m Revert "Fix Deadlock in RCTi18nUtil (iOS) (#31032)" (#32574) 2021-11-15 08:08:11 -08:00
RCTLayoutAnimation.h Clang format for all React Native files 2020-03-08 23:01:17 -07:00
RCTLayoutAnimation.m remove most of tvOS remnants from the code (#29407) 2020-09-28 21:26:41 -07:00
RCTLayoutAnimationGroup.h Clang format for all React Native files 2020-03-08 23:01:17 -07:00
RCTLayoutAnimationGroup.m Clang format for all React Native files 2020-03-08 23:01:17 -07:00
RCTRedBoxExtraDataViewController.h Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
RCTRedBoxExtraDataViewController.m remove most of tvOS remnants from the code (#29407) 2020-09-28 21:26:41 -07:00
RCTSurfacePresenterStub.h Remove integration between Paper and Fabric's UIManager 2020-06-29 15:26:31 -07:00
RCTSurfacePresenterStub.m Fabric: Fixing incorrect retaining policy for RCTSurfacePreseter (crash in RCTNativeAnimatedModule) 2020-01-13 13:36:36 -08:00
RCTUIManager.h Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
RCTUIManager.m iOS: adding a few warning/enforcement for the new architecture 2021-05-03 21:31:19 -07:00
RCTUIManagerObserverCoordinator.h Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
RCTUIManagerObserverCoordinator.mm Clang format for all React Native files 2020-03-08 23:01:17 -07:00
RCTUIManagerUtils.h Clang format for all React Native files 2020-03-08 23:01:17 -07:00
RCTUIManagerUtils.m Fix Xcode warnings in React-Core pod (#29622) 2020-09-09 12:48:09 -07:00