Skip to content

Commit fcabb2a

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Rename PopupMenuAndroidNativeComponent.js to PopupMenuAndroidNativeComponent.android.js to fix CI
Summary: This change renames `PopupMenuAndroidNativeComponent.js` to `PopupMenuAndroidNativeComponent.android.js`. The reason is that, without the suffix, Codegen was reading the NativeComponent spec also for iOS, generating some invalid specs and making RNTester fail. ## Changelog: [Android][Changed] - Rename `PopupMenuAndroidNativeComponent.js` to `PopupMenuAndroidNativeComponent.android.js` Reviewed By: cortinico, dmytrorykun Differential Revision: D54199736 fbshipit-source-id: 7fd67c4d38a69fe3a84c800c8ee5dcbd8c4f9a6c
1 parent 8003189 commit fcabb2a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/react-native-popup-menu-android/js/PopupMenuAndroid.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import type {SyntheticEvent} from 'react-native/Libraries/Types/CoreEventTypes';
1414

1515
import PopupMenuAndroidNativeComponent, {
1616
Commands,
17-
} from './PopupMenuAndroidNativeComponent';
17+
} from './PopupMenuAndroidNativeComponent.android';
1818
import nullthrows from 'nullthrows';
1919
import * as React from 'react';
2020
import {useCallback, useImperativeHandle, useRef} from 'react';

0 commit comments

Comments
 (0)