react-native-macos/Libraries
Gijs Weterings b633cc1305 Remove console.disableYellowBox support
Summary:
We're replacing console.disableYellowBox (untyped, global hack, only warnings) with LogBox.ignoreAllLogs() (typed, local method, handles errors and warnings). rickhanlonii made the initial deprecation of this >2 years ago in 87f1e22434 . This diff finally removes the support of `console.disableYellowBox`. Users of LogBox should be using `LogBox.ignoreAllLogs`. This removal also allows us to move LogBox to strict mode flow.

Changelog: [BREAKING] [Removed] Removed console.disableYellowBox in favor of LogBox.ignoreAllLogs.

Reviewed By: rickhanlonii, yungsters

Differential Revision: D34689343

fbshipit-source-id: 3b2865a4918de703e47cd722e3f396475254c65a
2022-03-14 05:33:40 -07:00
..
ActionSheetIOS feat: Add dismissActionSheet method to ActionSheetIOS (#33189) 2022-03-11 16:33:17 -08:00
Alert Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Animated Add default Instance type and variance to AnimatedComponentType 2022-02-17 13:10:58 -08:00
AppState Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
BatchedBridge Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Blob Encode params in URLSearchParams 2022-03-11 16:26:48 -08:00
BugReporting Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Components Fix layout in casting screen 2022-03-11 14:07:33 -08:00
Core Remove console.disableYellowBox support 2022-03-14 05:33:40 -07:00
EventEmitter Fix type import style in EventEmitter and Linking 2022-02-04 05:27:56 -08:00
Events CustomEvent and Event polyfills for React Native 2022-03-02 11:39:00 -08:00
FBLazyVector Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
HeapCapture Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Image Fix ios build error when use_frameworks is on and fabric is off (v2) (#33409) 2022-03-11 09:08:07 -08:00
Inspector Introduce PlatformBaseViewConfig and fix SVC for RCTView 2022-01-31 14:52:32 -08:00
Interaction Deprecate nonstandard Promise.prototype.done 2022-02-17 09:15:03 -08: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 type import style in EventEmitter and Linking 2022-02-04 05:27:56 -08:00
LinkingIOS Fix ios build error when use_frameworks is on and fabric is off (v2) (#33409) 2022-03-11 09:08:07 -08:00
Lists Fix crash with SectionList.scrollToLocation and private property munging 2022-02-03 17:34:50 -08:00
LogBox Remove console.disableYellowBox support 2022-03-14 05:33:40 -07:00
Modal Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
NativeAnimation Fix ios build error when use_frameworks is on and fabric is off (v2) (#33409) 2022-03-11 09:08:07 -08:00
NativeComponent Integrated iOS-only `accessibilityLanguage` prop (#33090) 2022-03-07 09:43:30 -08:00
NativeModules/specs Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Network Fix ios build error when use_frameworks is on and fabric is off (v2) (#33409) 2022-03-11 09:08:07 -08: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 Support setting hitSlop with single value (JS) [re-land] 2022-01-31 04:06:22 -08:00
PushNotificationIOS Fix ios build error when use_frameworks is on and fabric is off (v2) (#33409) 2022-03-11 09:08:07 -08:00
RCTRequired Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
ReactNative Add annotation to report the use of concurrent root in TTRC 2022-02-28 19:30:41 -08: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 fix: typos (#33040) 2022-03-08 03:58:58 -08:00
Settings Fix ios build error when use_frameworks is on and fabric is off (v2) (#33409) 2022-03-11 09:08:07 -08:00
Share Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Storage Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
StyleSheet Refactor StyleSheetTypes for (internal) extensibility 2022-02-15 08:50:55 -08:00
SurfaceBackedComponent Remove usage of overlay component builder 2022-03-07 07:58:20 -08:00
SurfaceHostingComponent Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
Text Integrated iOS-only `accessibilityLanguage` prop (#33090) 2022-03-07 09:43:30 -08:00
TurboModule Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08:00
TypeSafety Add support for C++17 in OSS 2022-03-04 07:25:59 -08:00
Types Minor changes to Flow types 2022-02-15 08:50:55 -08:00
Utilities Migrate dev method codegenNativeComponent to be Bridgeless compatible 2022-03-01 13:30:55 -08:00
Vibration Fix ios build error when use_frameworks is on and fabric is off (v2) (#33409) 2022-03-11 09:08:07 -08:00
WebSocket fix race condition in iOS websocket implementation (#32847) 2022-01-20 13:56:26 -08: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 Fix type import style in EventEmitter and Linking 2022-02-04 05:27:56 -08:00
.npmignore npmignore: ignore tests and fixtures 2018-02-27 08:42:14 -08:00
Promise.js Update copyright headers from Facebook to Meta 2021-12-30 15:11:21 -08: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