We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NSInternalInconsistencyException
1 parent fd8d6d6 commit 3ca5545Copy full SHA for 3ca5545
ios/ReactNativePageView.m
@@ -44,7 +44,7 @@ - (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher {
44
_dismissKeyboard = UIScrollViewKeyboardDismissModeNone;
45
_coalescingKey = 0;
46
_eventDispatcher = eventDispatcher;
47
- _cachedControllers = [NSHashTable weakObjectsHashTable];
+ _cachedControllers = [NSHashTable hashTableWithOptions:NSHashTableStrongMemory];
48
_overdrag = NO;
49
_layoutDirection = @"ltr";
50
_previousBounds = CGRectMake(0, 0, 0, 0);
0 commit comments