react-native-macos/Libraries
Ramanpreet Nara 601981a67d Make CameraRoll NativeModules TurboModule-compatible
Summary:
Aside from RCTCameraRollManager, this diff makes the following NativeModules TurboModule-compatible:
- RCTAssetsLibraryRequestHandler
- RCTImagePickerManager
- RCTPhotoLibraryImageLoader

I couldn't convert CameraRollManager to a TurboModule because its NativeMoudle spec is located in fb-internal code. We should probably just move all these NativeModules outside of react-native-github. See: T54882565.

Reviewed By: PeteTheHeat

Differential Revision: D17678033

fbshipit-source-id: 4d10b7b1ad4e167bb9e46ff2bfd1559a5092e201
2019-10-01 11:15:09 -07:00
..
ART Move ART JS files to FB internal 2019-09-13 07:47:57 -07:00
ActionSheetIOS Make RCTActionSheetManager TurboModule-compatible 2019-09-30 14:32:21 -07:00
Alert xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
Animated Re-land stack of D17563110: codemod xplat/js 2019-09-25 14:47:02 -07:00
AppState xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
BatchedBridge Use `warnOnce` for excessive number of callbacks error (#26508) 2019-09-23 10:14:51 -07:00
Blob Make RCTFileReaderModule and RCTBlobManager TurboModule-compatible 2019-10-01 11:15:09 -07:00
BugReporting Remove unused suppression comments ahead of v0.108.0 deploy 2019-09-20 13:37:25 -07:00
CameraRoll Make CameraRoll NativeModules TurboModule-compatible 2019-10-01 11:15:09 -07:00
Color
Components Fixes button partially showing when parent view height is 0 (#26435) 2019-09-29 19:35:17 -07:00
Core Send fast refresh stats 2019-09-30 07:03:51 -07:00
DeprecatedPropTypes Add accessibilityValueDescription support. (#26169) 2019-09-18 03:16:42 -07:00
EventEmitter xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
Experimental Deploy v0.106.0 to xplat/js 2019-08-23 08:06:44 -07:00
FBLazyVector CocoaPods frameworks compatibility: Step 2 (#25619) 2019-07-24 23:27:09 -07:00
FBReactNativeSpec Make RCTFileReaderModule and RCTBlobManager TurboModule-compatible 2019-10-01 11:15:09 -07:00
HeapCapture xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
Image Native changes for ImageLoader native module 2019-09-26 17:37:38 -07:00
Inspector Fix printing of false boolean values in the style inspector (#26431) 2019-09-19 13:44:25 -07:00
Interaction Final fixes and seal xplat/js/react-native-github 2019-08-23 08:45:11 -07:00
JSInspector xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
LayoutAnimation xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
Linking xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
LinkingIOS Added Warning message Linking API with Phones in iOS Simulator (#26607) 2019-09-29 19:01:13 -07:00
Lists Upgrade to Flow v0.108.0 2019-09-20 13:37:25 -07:00
Modal Migrate NativeComponentType from codegenNativeComponent to HostComponent #2 2019-09-25 11:44:38 -07:00
NativeAnimation Fabric: Fixed threading issue in RCTNativeAnimatedModule 2019-09-23 09:30:38 -07:00
NativeModules/specs Add fastRefresh to NativeDevSettings 2019-09-30 07:03:51 -07:00
Network Make NSData usage in RCTNetworkTask threadsafe 2019-09-24 12:41:05 -07:00
NewAppScreen Prevent usage of Array index in keys (#26102) 2019-08-30 04:57:40 -07:00
Performance xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
PermissionsAndroid add ACCESS_BACKGROUND_LOCATION to PermissionsAndroid (#26562) 2019-09-29 17:45:27 -07:00
PushNotificationIOS xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
RCTRequired Remove 's.static_framework = true' requirement for podspec (#25816) 2019-07-25 11:46:43 -07:00
ReactNative Re-land stack of D17563110: codemod xplat/js 2019-09-25 14:47:02 -07:00
ReactPrivate Add annotations to ReactNativePrivateInterface 2019-08-22 17:50:36 -07:00
Renderer Update ReactNativeTypes from PR to React 2019-09-26 08:16:24 -07:00
Sample Upgrade to Flow v0.108.0 2019-09-20 13:37:25 -07:00
Settings Make RCTSettingsManager TurboModule-compatible 2019-10-01 11:15:08 -07:00
Share xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
Storage xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
StyleSheet Include transform in OUTER_PROPS (#26611) 2019-09-29 18:49:45 -07:00
SurfaceBackedComponent Fix object initialization 2019-05-10 10:10:27 -07:00
SurfaceHostingComponent
Text Proper type for `RCTBackedTextInputViewProtocol::defaultTextAttributes` 2019-09-17 09:20:54 -07:00
TurboModule xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
TypeSafety Remove 's.static_framework = true' requirement for podspec (#25816) 2019-07-25 11:46:43 -07:00
Types Support Double in when generating props for .h files, in parsing component props, and for commands and events 2019-08-15 10:18:16 -07:00
Utilities Add fastRefresh to NativeDevSettings 2019-09-30 07:03:51 -07:00
Vibration Make RCTVibration TurboModule-compatible 2019-10-01 11:15:08 -07:00
WebSocket Remove ; from method implementation definition 2019-08-21 15:49:16 -07:00
Wrapper Fix typos (#25770) 2019-07-23 03:23:11 -07:00
YellowBox React DevTools v4 integration 2019-08-26 23:56:59 -07:00
polyfills React DevTools v4 integration 2019-08-26 23:56:59 -07:00
vendor Flow type vendor/core/merge.js 2019-09-24 18:51:45 -07:00
.npmignore
Promise.js Use standard version of Promise.prototype.finally 2019-03-27 20:48:45 -07:00
UTFSequence.js Clean-up $TEMPORARY$object in xplat/js/react-native-github 2019-08-21 09:58:24 -07:00
promiseRejectionIsError.js Migrate "Libraries" from Haste to standard path-based requires (sans vendor & renderers) (#24749) 2019-05-08 08:48:59 -07:00