File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Libraries/Components/TextInput Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff 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 =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RCT_EXTERN const NSUInteger kRCTBundleURLProviderDefaultPort;
2222RCT_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
Original file line number Diff line number Diff line change 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==
You can’t perform that action at this time.
0 commit comments