react-native-macos/Libraries
Blair Vanderhoof 82b268f884 Revert D36468390: Fix negative zoomScale in RTL
Differential Revision:
D36468390 (2f491bfa9f)

Original commit changeset: f18244f1421f

Original Phabricator Diff: D36468390 (2f491bfa9f)

fbshipit-source-id: 925a7b811aaeefb0cda20493365c1e12cab66ee0
2022-05-18 14:44:46 -07:00
..
ActionSheetIOS bump iOS and tvOS from 11.0 to 12.4 in cocoapods 2022-03-16 21:08:01 -07:00
Alert Add annotations to empty objects that look like indexers in Xplat 2022-05-03 19:59:28 -07:00
Animated Disable early return in NativeAnimatedHelper.flushQueue 2022-05-18 10:36:03 -07:00
AppState fix: remove deprecated removeListener methods (#33580) 2022-05-04 11:32:51 -07:00
BatchedBridge Add annotations to empty objects that look like indexers in Xplat 2022-05-03 19:59:28 -07:00
Blob bump iOS and tvOS from 11.0 to 12.4 in cocoapods 2022-03-16 21:08:01 -07:00
BugReporting Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Components Fixed Textinput not properly handling padding and paddingVertical in style props (#33564) 2022-05-17 03:26:34 -07:00
Core Remove nonstandard Promise.prototype.done implementation 2022-05-05 03:55:10 -07:00
EventEmitter fix: remove deprecated removeListener methods (#33580) 2022-05-04 11:32:51 -07:00
Events CustomEvent and Event polyfills for React Native 2022-03-02 11:39:00 -08:00
FBLazyVector Fixup typo in pfh labels 2022-04-05 12:15:05 -07:00
HeapCapture Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Image Lock down constrain writes in some directories 2022-05-06 15:53:13 -07:00
Inspector Add annotations to empty objects that look like indexers in Xplat 2022-05-03 19:59:28 -07:00
Interaction Add annotations to unannotated variable declarations [manually-modified] 2022-04-27 19:15:55 -07:00
JSInspector Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
LayoutAnimation Refactor LayoutAnimation to use ReactNativeFeatureFlags 2022-02-18 18:23:00 -08:00
Linking fix: remove deprecated removeListener methods (#33580) 2022-05-04 11:32:51 -07:00
LinkingIOS bump iOS and tvOS from 11.0 to 12.4 in cocoapods 2022-03-16 21:08:01 -07:00
Lists Revert D36468390: Fix negative zoomScale in RTL 2022-05-18 14:44:46 -07:00
LogBox Lock down constrain writes in some directories 2022-05-06 15:53:13 -07:00
Modal Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
NativeAnimation Batch Animated calls into one JSI call per frame 2022-05-17 16:42:41 -07:00
NativeComponent Fix up lint errors under react-native-github (#33622) 2022-04-22 16:25:25 -07:00
NativeModules/specs Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Network Remove babel plugins from jest preprocessor which are part of preset 2022-05-12 03:48:24 -07:00
NewAppScreen Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Performance Adding string annotations to markEvent 2022-01-27 04:47:33 -08:00
PermissionsAndroid Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Pressability Add gated option to use w3c pointer events for Pressibility's hover callbacks 2022-04-18 15:47:55 -07:00
PushNotificationIOS Update RCTPushNotificationManager checkPermissions API to support iOS 10+ 2022-04-06 20:15:22 -07:00
RCTRequired Fixup typo in pfh labels 2022-04-05 12:15:05 -07:00
ReactNative Batch Animated calls into one JSI call per frame 2022-05-17 16:42:41 -07:00
ReactPrivate CustomEvent and Event polyfills for React Native 2022-03-02 11:39:00 -08:00
Reliability Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Renderer Add a note about React/React-Native versioning 2022-05-17 14:49:00 -07:00
Settings bump iOS and tvOS from 11.0 to 12.4 in cocoapods 2022-03-16 21:08:01 -07:00
Share Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Storage Add annotations to empty objects that look like indexers in Xplat 2022-05-03 19:59:28 -07:00
StyleSheet Deploy 0.178.0 to xplat 2022-05-12 20:06:24 -07:00
SurfaceBackedComponent 5/n Allow CKComponents to embed Fabric surfaces 2022-03-29 11:52:49 -07:00
SurfaceHostingComponent 5/n Allow CKComponents to embed Fabric surfaces 2022-03-29 11:52:49 -07:00
Text Codemod arvr to use onPointer* instead of onEnter/onExit/onMove 2022-04-05 07:11:10 -07:00
TurboModule Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
TypeSafety Remove folly import in GenerateModuleObjCpp 2022-03-22 17:10:18 -07:00
Types Emit non-hover pointer events on Android (#33526) 2022-03-30 19:12:42 -07:00
Utilities fix: remove unactionable warning when on 'Paper' (#33830) 2022-05-13 11:23:21 -07:00
Vibration bump iOS and tvOS from 11.0 to 12.4 in cocoapods 2022-03-16 21:08:01 -07:00
WebSocket Fixes to non-product code (e.g React Native) 2022-05-04 16:13:07 -07:00
Wrapper Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
YellowBox Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
__flowtests__ Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
vendor RN: Delete `EventEmitter#removeSubscription` 2022-05-05 12:55:00 -07:00
.npmignore npmignore: ignore tests and fixtures 2018-02-27 08:42:14 -08:00
Promise.js Remove nonstandard Promise.prototype.done implementation 2022-05-05 03:55:10 -07:00
UTFSequence.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
promiseRejectionTrackingOptions.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00