Removed RCTCache

Reviewed By: @tadeuzagallo

Differential Revision: D2410542

fb-gh-sync-id: 98af1b51802e69e7ede9a31feda0df5a526a6db5
This commit is contained in:
Nick Lockwood
2015-10-08 05:34:26 -07:00
committed by facebook-github-bot-3
parent 706cf38931
commit 63a37be1dd
7 changed files with 1 additions and 604 deletions

View File

@@ -86,7 +86,7 @@ RCT_EXPORT_MODULE()
self.contentSizeCategory = note.userInfo[UIContentSizeCategoryNewValueKey];
}
- (void)didReceiveNewVoiceOverStatus:(NSNotification *)notification
- (void)didReceiveNewVoiceOverStatus:(__unused NSNotification *)notification
{
BOOL newIsVoiceOverEnabled = UIAccessibilityIsVoiceOverRunning();
if (_isVoiceOverEnabled != newIsVoiceOverEnabled) {