Skip to content

Commit fc06dc8

Browse files
committed
Merge pull request #2448 from mkonicek/Updates_Wed_26_Aug_2
More updates from Wed 26 Aug
2 parents 6d78b75 + 590156a commit fc06dc8

4 files changed

Lines changed: 40 additions & 1 deletion

File tree

Examples/UIExplorer/UIExplorerUnitTests/RCTAllocationTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ - (void)testJavaScriptExecutorIsDeallocated
157157
XCTAssertNil(weakExecutor, @"JavaScriptExecutor should have been released");
158158
}
159159

160-
- (void)testJavaScriptContextIsDeallocated
160+
- (void)disabled_testJavaScriptContextIsDeallocated
161161
{
162162
__weak id weakContext;
163163
@autoreleasepool {
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Copyright (c) 2015-present, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*
9+
* @providesModule DrawerLayoutAndroid
10+
*/
11+
'use strict';
12+
13+
module.exports = require('UnimplementedView');
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Copyright (c) 2015-present, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*
9+
* @providesModule SwitchAndroid
10+
*/
11+
'use strict';
12+
13+
module.exports = require('UnimplementedView');
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Copyright (c) 2015-present, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*
9+
* @providesModule ToolbarAndroid
10+
*/
11+
'use strict';
12+
13+
module.exports = require('UnimplementedView');

0 commit comments

Comments
 (0)