Skip to content

Commit af86b42

Browse files
committed
Fix some issues
1 parent 9bb85c9 commit af86b42

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Libraries/Components/TextInput/TextInput.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,8 +1579,6 @@ function InternalTextInput(props: Props): React.Node {
15791579

15801580
let style = flattenStyle(props.style);
15811581

1582-
let style = flattenStyle(props.style);
1583-
15841582
if (Platform.OS === 'ios' || Platform.OS === 'macos') {
15851583
// [macOS]
15861584
const RCTTextInputView =

React/Base/RCTBundleURLProvider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RCT_EXTERN const NSUInteger kRCTBundleURLProviderDefaultPort;
2222
RCT_EXTERN void RCTBundleURLProviderAllowPackagerServerAccess(BOOL allowed);
2323
#endif
2424

25-
extern NSString *const kRCTPlatformName; // [macOS]
25+
extern static NSString *const kRCTPlatformName; // [macOS]
2626

2727
@interface RCTBundleURLProvider : NSObject
2828

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@
16841684
serve-static "^1.13.1"
16851685
ws "^7.5.1"
16861686

1687-
"@react-native-community/cli-tools@10.1.1", "@react-native-community/cli-tools@^10.1.1":
1687+
"@react-native-community/cli-tools@^10.1.1":
16881688
version "10.1.1"
16891689
resolved "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-10.1.1.tgz#fa66e509c0d3faa31f7bb87ed7d42ad63f368ddd"
16901690
integrity sha512-+FlwOnZBV+ailEzXjcD8afY2ogFEBeHOw/8+XXzMgPaquU2Zly9B+8W089tnnohO3yfiQiZqkQlElP423MY74g==

0 commit comments

Comments
 (0)