react-native-macos/React
Samuel Susla 1989ad3955 Attempt to fix a crash in Scheduler::uiManagerDidCloneShadowNode
Summary:
changelog: [internal]

Attempt at fixing a crash in `Scheduler::uiManagerDidCloneShadowNode` by setting delegate to nullptr explicitly.

I don't think this will make a difference because `scheduler_` is released at the end of `dealloc` but it is worth a shot. Maybe some complex interaction between Obj-C and C++ comes into play here.

In this diff I also removed `_animationDriver = nullptr` because dealloc will do that automatically.

Reviewed By: philIip

Differential Revision: D32720901

fbshipit-source-id: 227ced2331384c47e8d15a323ee8a621bbb3d179
2021-12-01 03:09:47 -08:00
..
AccessibilityResources/en.lproj VoiceOver reads Tab elements as "Tab Description" (#30689) 2021-01-15 11:09:01 -08:00
Base Remove gating for subview clipping 2021-11-25 08:08:56 -08:00
CoreModules Fix RCTAlertController import when embed in existing iOS projects (#32457) 2021-11-11 15:30:50 -08:00
CxxBridge use NSInteger for NS_ENUM instead of NSUInteger 2021-11-24 15:45:23 -08:00
CxxLogUtils Add log function binding to Facebook App 2021-11-29 14:42:10 -08:00
CxxModule Fix crash in RCTCoreModulesClassProvider during quit 2021-04-28 13:29:06 -07:00
CxxUtils Clang format for all React Native files 2020-03-08 23:01:17 -07:00
DevSupport Propose to connect metro server programmatically (#31828) 2021-09-22 10:40:06 -07:00
FBReactNativeSpec Use dummy file for FBReactNativeSpecs.podspec so that it doesn't include any files even there are old files. 2021-11-11 14:15:57 -08:00
Fabric Attempt to fix a crash in Scheduler::uiManagerDidCloneShadowNode 2021-12-01 03:09:47 -08:00
Inspector Clang format for all React Native files 2020-03-08 23:01:17 -07:00
Modules Revert "Fix Deadlock in RCTi18nUtil (iOS) (#31032)" (#32574) 2021-11-15 08:08:11 -08:00
Profiler fix typos in comments (#32061) 2021-08-24 07:21:56 -07:00
Tests use new instead of alloc init 2021-10-20 22:18:38 -07:00
UIUtils A couple of checks for corner cases in RCTGetDimensions and RCTExportedDimensions 2020-10-01 13:19:52 -07:00
Views replace contentInsetsForView: with RCTContentInsets() 2021-11-10 13:56:52 -08:00
React-RCTFabric.podspec use the third party provider in OSS 2021-11-17 14:49:34 -08:00
third-party.xcconfig Upgrade folly to 2021.06.28.00 and boost to 1.76.0 (#31840) 2021-07-16 15:13:12 -07:00