react-native-macos/Libraries
Spencer Ahrens efe6a0f0b5 make sure onLayout calls _updateViewableItems immediately
Summary:
Makes sure `onViewableItemsChanged` fires ASAP when `waitForInterations` is false.

This also works around another deeper bug where updates scheduled with `InteractionManager` aren't firing at all in some cases, and thus instead of just firing late, `onViewableItemsChanged` isn't firing until scroll which is not what we want with `waitForInterations: false`. That bug will require more digging.

Differential Revision: D14984333

fbshipit-source-id: 718b39670307c6bc16268759bdb513682745265d
2019-04-17 14:27:17 -07:00
..
ART Split React.podspec into separate podspecs for each Xcode project (#23559) 2019-02-21 18:35:44 -08:00
ActionSheetIOS Split React.podspec into separate podspecs for each Xcode project (#23559) 2019-02-21 18:35:44 -08:00
Alert Properly gate platform specific code in Alert 2019-02-13 04:24:12 -08:00
Animated Add listener for non-value animated node (#22883) 2019-04-09 10:09:38 -07:00
AppState Remove MissingNativeRCTNetworkingShim; revert MissingNativeAppStateShim (#24380) 2019-04-15 10:47:53 -07:00
BatchedBridge Support callbacks in synchronous native functions 2019-04-08 09:15:13 -07:00
Blob Bump Prettier to 1.16.4 2019-03-14 07:00:27 -07:00
BugReporting Upgrade to Flow v0.88.0 2018-12-11 20:01:00 -08:00
CameraRoll Fix #23755 ("RCTImagePickerManager requires main queue setup" warning) (#24314) 2019-04-04 16:06:25 -07:00
Color Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Components Keyboard accessibility improvements (#24359) 2019-04-17 09:55:24 -07:00
Core Add support for cancelling fetch requests with AbortController (#24419) 2019-04-15 12:02:36 -07:00
DeprecatedPropTypes - remove accessibilityComponentType and accessibilityTraits props (a11y) (#24344) 2019-04-15 10:53:50 -07:00
EventEmitter Remove MissingNativeRCTNetworkingShim; revert MissingNativeAppStateShim (#24380) 2019-04-15 10:47:53 -07:00
Experimental Remove SwipeableFlatList from RN 2019-03-27 16:30:09 -07:00
Image Add border properties to `RCTImageView` 2019-04-16 11:04:20 -07:00
Inspector Resolve relative size rendering error in inspector (#23804) 2019-03-13 02:07:02 -07:00
Interaction Bump Prettier to 1.16.4 2019-03-14 07:00:27 -07:00
JSInspector Remove explicit requires of Map and Set 2018-10-19 10:57:24 -07:00
LayoutAnimation Back out "[react-native] Remove experimental gating for LayoutAnimation on Android" 2019-04-04 09:47:12 -07:00
Linking - Add openSettings method to Linking module (#23965) 2019-03-18 08:06:12 -07:00
LinkingIOS Fix universal links not working in iOS 12 / Xcode 10 (#22764) 2019-03-26 12:08:27 -07:00
Lists make sure onLayout calls _updateViewableItems immediately 2019-04-17 14:27:17 -07:00
Modal RCTModalHostView (#23030) 2019-01-17 02:41:59 -08:00
NativeAnimation More iOS animation fixes 2019-04-08 09:15:14 -07:00
Network Remove MissingNativeRCTNetworkingShim; revert MissingNativeAppStateShim (#24380) 2019-04-15 10:47:53 -07:00
Performance Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
PermissionsAndroid feat(permissions-android): export Rationale type and add missing properties according to docs (#23510) 2019-02-18 07:04:58 -08:00
PushNotificationIOS Split React.podspec into separate podspecs for each Xcode project (#23559) 2019-02-21 18:35:44 -08:00
ReactNative Fabric JS: allow showing fabric indicator for AppRegistry 2019-04-10 14:00:01 -07:00
Renderer React sync 2019-04-17 12:03:55 -07:00
Sample RN: Missing Copyright Headers 2018-10-31 01:37:26 -07:00
Settings Split React.podspec into separate podspecs for each Xcode project (#23559) 2019-02-21 18:35:44 -08:00
Share Use `invariant` instead of `fbjs/lib/invariant` 2018-12-03 00:07:02 -08:00
Storage Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
StyleSheet Remove LayoutStyle, ShadowStyle, TransformStyle in favor of just ViewStyleProp 2019-01-08 18:49:37 -08:00
SurfaceBackedComponent RCTSurface: Calling `start` is now required to start the Surface 2018-12-18 12:57:38 -08:00
SurfaceHostingComponent Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Text - remove accessibilityComponentType and accessibilityTraits props (a11y) (#24344) 2019-04-15 10:53:50 -07:00
TurboModule TM iOS: Move SampleTurboModule to OSS 2019-04-15 12:25:47 -07:00
Types Flow strict ScrollView; get rid of InternalScrollViewType (#22301) 2019-03-08 11:39:41 -08:00
Utilities Add removeExtra() 2019-03-19 10:24:52 -07:00
Vibration Split React.podspec into separate podspecs for each Xcode project (#23559) 2019-02-21 18:35:44 -08:00
WebSocket Fix metro websocket reconnect logic 2019-04-17 13:39:21 -07:00
Wrapper Update the license for RCTWrapperExample (#24037) 2019-03-19 09:19:19 -07:00
YellowBox Bump Prettier to 1.16.4 2019-03-14 07:00:27 -07:00
fishhook Split React.podspec into separate podspecs for each Xcode project (#23559) 2019-02-21 18:35:44 -08:00
polyfills Add support for cancelling fetch requests with AbortController (#24419) 2019-04-15 12:02:36 -07:00
react-native TM: Added TurboModuleExample in RNTester 2019-04-15 12:25:48 -07:00
vendor Do not overwrite Object.freeze 2019-04-04 10:53:34 -07:00
.npmignore npmignore: ignore tests and fixtures 2018-02-27 08:42:14 -08:00
Promise.js Use standard version of Promise.prototype.finally 2019-03-27 20:48:45 -07:00
UTFSequence.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
promiseRejectionIsError.js Deploy 0.94 to xplat 2019-03-06 14:57:30 -08:00