react-native-macos/Libraries
Tim Yung 2185dd298a RN: New `TouchableNativeFeedback`
Summary:
Launches a new implementation of `TouchableNativeFeedback`.

It is implemented using `Pressability` and extends `React.Component`. Notably, `propTypes` no longer exist.

Furthermore, `TouchableNativeFeedback` now behaves similar to `TouchableWithoutFeedback` on iOS (instead of rendering an error message).

Changelog:
[General] [Changed] - TouchableNativeFeedback overhauled as a class without propTypes. Also, replaced iOS error renderer.

Reviewed By: TheSavior

Differential Revision: D18715857

fbshipit-source-id: aa42c7547ac94340fde0ef30641cab7eb48ea81b
2019-11-27 07:48:39 -08:00
..
ART Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
ActionSheetIOS TM JS: Revert to import from TurboModuleRegistry.js 2019-11-08 11:44:16 -08:00
Alert Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
Animated Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
AppState TM JS: Revert to import from TurboModuleRegistry.js 2019-11-08 11:44:16 -08:00
BatchedBridge Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
Blob Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
BugReporting Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
CameraRoll Make RCTCameraRollManager TurboModule-compatible 2019-11-04 16:07:24 -08:00
Color Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
Components RN: New `TouchableNativeFeedback` 2019-11-27 07:48:39 -08:00
Core Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
DeprecatedPropTypes Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
EventEmitter Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
Experimental Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
FBLazyVector Daily `arc lint --take BUCKFORMAT` 2019-10-17 12:16:15 -07:00
FBReactNativeSpec Revert D16969764: Make RCTDevLoadingView TurboModule-compatible 2019-11-21 08:43:12 -08:00
HeapCapture TM JS: Revert to import from TurboModuleRegistry.js 2019-11-08 11:44:16 -08:00
Image Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
Inspector Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
Interaction Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
JSInspector Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
LayoutAnimation xplat/js/react-native-github 2019-08-09 10:11:15 -07:00
Linking Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
LinkingIOS Make RCTLinkingManager TurboModule-compatible 2019-11-08 14:14:45 -08:00
Lists Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
LogBox Remove unnecessary whitespace from code frames 2019-11-22 09:09:10 -08:00
Modal TM JS: Revert to import from TurboModuleRegistry.js 2019-11-08 11:44:16 -08:00
NativeAnimation Make RCTNativeAnimatedModule a regular NativeModule 2019-11-12 13:56:09 -08:00
NativeModules/specs TM JS: Revert to import from TurboModuleRegistry.js 2019-11-08 11:44:16 -08:00
Network Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
NewAppScreen Prevent usage of Array index in keys (#26102) 2019-08-30 04:57:40 -07:00
Performance Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
PermissionsAndroid Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
Pressability RN: Open Source `Pressability` 2019-11-27 07:48:38 -08:00
PushNotificationIOS Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
RCTRequired Daily `arc lint --take BUCKFORMAT` 2019-10-17 12:16:15 -07:00
ReactNative Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
ReactPrivate Add annotations to ReactNativePrivateInterface 2019-08-22 17:50:36 -07:00
Renderer Back out "Revert D18626496: Partial React Sync from 6cff70a74...bb1853f73" 2019-11-21 18:11:30 -08:00
Settings Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
Share Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
Storage TM JS: Revert to import from TurboModuleRegistry.js 2019-11-08 11:44:16 -08:00
StyleSheet Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
SurfaceBackedComponent Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
SurfaceHostingComponent Tidy up license headers [2/n] 2019-10-16 10:06:34 -07:00
Text Moving some workarounds and fixes from RCTMultilineTextInputView to RCTUITextView 2019-11-22 22:25:07 -08:00
TurboModule Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
TypeSafety Treat NSNull like nil in RCTBridgingToOptional{Bool,Double} 2019-11-18 07:04:46 -08:00
Types Prepare event.target to be a HostComponent 2019-11-08 17:33:35 -08:00
Utilities RN: New `TouchableWithoutFeedback` 2019-11-27 07:48:38 -08:00
Vibration TM JS: Revert to import from TurboModuleRegistry.js 2019-11-08 11:44:16 -08:00
WebSocket Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
Wrapper Tidy up license headers [3/n] 2019-10-16 10:06:34 -07:00
YellowBox Exact-by-default codemod for react-native-github 2019-11-21 09:42:57 -08:00
__flowtests__ Manually fix places the codemod doesnt hit 2019-11-19 13:38:18 -08:00
polyfills RN: Console Stub Parity 2019-11-23 07:22:44 -08:00
vendor RN: Delete `merge[Into]` 2019-10-12 15:52:27 -07:00
.npmignore npmignore: ignore tests and fixtures 2018-02-27 08:42:14 -08:00
Promise.js Don't crash when pretty-format is not available 2019-11-19 16:22:29 -08: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