Skip to content

Commit

Permalink
Fix some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Aug 23, 2023
1 parent 9bb85c9 commit af86b42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Libraries/Components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -1579,8 +1579,6 @@ function InternalTextInput(props: Props): React.Node {

let style = flattenStyle(props.style);

let style = flattenStyle(props.style);

if (Platform.OS === 'ios' || Platform.OS === 'macos') {
// [macOS]
const RCTTextInputView =
Expand Down
2 changes: 1 addition & 1 deletion React/Base/RCTBundleURLProvider.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RCT_EXTERN const NSUInteger kRCTBundleURLProviderDefaultPort;
RCT_EXTERN void RCTBundleURLProviderAllowPackagerServerAccess(BOOL allowed);
#endif

extern NSString *const kRCTPlatformName; // [macOS]
extern static NSString *const kRCTPlatformName; // [macOS]

@interface RCTBundleURLProvider : NSObject

Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@
serve-static "^1.13.1"
ws "^7.5.1"

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

0 comments on commit af86b42

Please sign in to comment.