Skip to content

Commit

Permalink
[0.74] Remove duplicate definition in RCTConvert.h (#2191)
Browse files Browse the repository at this point in the history
* Fix package.json formatting

* Remove redundant RCTCursor declaration
  • Loading branch information
JunielKatarn authored Sep 16, 2024
1 parent 8e3477c commit 1b189dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/react-native/React/Base/RCTConvert.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ typedef NSURL RCTFileURL;
#endif
#endif // [macOS]

+ (RCTCursor)RCTCursor:(id)json; // [macOS] [visionOS]

#if TARGET_OS_OSX // [macOS
+ (NSTextCheckingTypes)NSTextCheckingTypes:(id)json;
#endif // macOS]
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@
}
]
}
}
}

0 comments on commit 1b189dc

Please sign in to comment.