@react-native/core-cli-utils
Advanced tools
Changelog
v0.79.0
px
unit support. (cc89ddd50b by @intergalacticspacehighway)--client-logs
flag (0d66c524cf by @huntie)DefaultNewArchitectureEntryPoint
class add property to specify the desired release level for an application (19c18eb995 by @jorge-cab)numberOfLines
prop on TextInput
(dcaa33e6d9 by @j-piasecki)require
syntax will now require to append an explicit .default
. Here the list of affected modules:
Libraries/Alert
and Libraries/ActionSheetIOS
(c89c5d7e3d by @iwoplaza)Libraries/BatchedBridge
and Libraries/AppState
(135277ace1 by @iwoplaza)Libraries/Blob
(9a70bc0418 by @iwoplaza)Libraries/BugReporting
, Libraries/vendor
, Libraries/Vibration
and Libraries/YellowBox
(09700327f7 by @iwoplaza)Libraries/Components
(9eeef22a67 by @iwoplaza)Libraries/Components
(aac312da8e by @iwoplaza)Libraries/Components
(ce412746b1 by @iwoplaza)Libraries/Components
(da695f3a20 by @iwoplaza)Libraries/DevMenu
(ce84922236 by @j-piasecki)Libraries/EventEmitter
and Libraries/Image/*.js
(8783196ee5 by @iwoplaza)Libraries/Interaction
(bdc23fa2b4 by @iwoplaza)Libraries/LayoutAnimation
and Libraries/Linking
(4d6785bdb5 by @iwoplaza)Libraries/Lists
(e767dc3458 by @iwoplaza)Libraries/Modal
and Libraries/Network
(28945c68da by @iwoplaza)Libraries/PermissionsAndroid
and Libraries/PushNotificationIOS
(e74246bd66 by @iwoplaza)Libraries/ReactNative
(c93bd436a5 by @iwoplaza)Libraries/StyleSheet
(4f20362b07 by @j-piasecki)Libraries/Text
, Libraries/Share
and Libraries/Settings
(156ee5bee7 by @iwoplaza)Libraries/Text
, Libraries/Share
and Libraries/Settings
(1be7e1a95f by @iwoplaza)Libraries/Utilities/BackHandler
, Utilities/DevLoadingView.js
and Utilities/HMRClient*.js
(827a847791 by @iwoplaza)Libraries/Utilities/differ/...
(2b30aa5cc8 by @iwoplaza)Libraries/Utilities/Platform
(d98116aa44 by @iwoplaza)Libraries/Utilities
(52ffda7e55 by @iwoplaza)Libraries/WebSocket
(7df73eebdc by @iwoplaza)react-native/virtualized-lists
(1cf4c84ba0 by @j-piasecki)StyleSheet/
(e4d969a4ab by @iwoplaza)Utilities/binaryToBase64
, Utilities/DevSettings
, Utilities/PolyfillFunctions
and Utilities/RCTLog
(152587cda0 by @iwoplaza)Utilities/deepFreezeAndThrowOnMutationInDev
, Utilities/defineLazyObjectProperty
, Utilities/DeviceInfo
and Utilities/FeatureDetection
(028c0b36f6 by @iwoplaza)Utilities/dismissKeyboard.js
, Utilities/GlobalPerformanceLogger.js
and Utilities/SceneTracker.js
(fc6ca26d3f by @iwoplaza)Utilities/infoLog
, Utilities/logError
, Utilities/mapWithSeparator
and Utilities/warnOnce
(7aef81b984 by @iwoplaza)
(48d900b703 by @iwoplaza)Libraries/Core/ExceptionsManager
now exports a default ExceptionsManager
object, and SyntheticError
as a secondary export. (e5818d92a8 by @iwoplaza)Libraries/Inspector/
modules to src/private/
(0bde08fe67 by @huntie)XHRInterceptor
API to src/private/
(389779c348 by @huntie)Libraries/Animated/AnimatedWeb.js
file. (ecae8a2908 by @iwoplaza)unstable_enableLogBox
function. LogBox is enabled by default. (7368265107 by @huntie)YellowBox
and console.ignoredYellowBox
APIs. Use LogBox
. (45a2d9c5a8 by @huntie)ResponseUtil
internal (360cbf7433 by @mateoguzmana)RuntimeConfig
class for Hermes which was unused. (08ddc11269 by @cortinico)FabricUIManager.setBinding()
method, unused outside of react native (2a9a13d567 by @mdvacca)TLSSocketFactory
class (e065411c91 by @mateoguzmana)RuntimeExecutor
and RuntimeScheduler
constructors are now private, MapBufferSoLoader
was removed as no longer required. (6c8ace9b05 by @javache)DevSupportManagerFactory.launchJSDevtools
API (514ec4192f by @huntie)AnimatedNodeWithUpdateableConfig
internal as it was not used in OSS (54e0b69e7e by @cortinico)Animated
to reduce memory usage. (fb8a6a5bb0 by @yungsters)AnimatedNode
graph will not occur during the insertion effect phase, which means animations can now be reliably started during layout effects. (e0c0476553 by @yungsters)AnimatedNode
instances will now detach in a microtask instead of synchronously in the commit phase of React. This will cause the completion callback of finished animations to execute after the commit phase instead of during it. (50b75a74d1 by @yungsters)Debugger.scriptParsed
now includes the field sourceMapURL
as a (rewritten) remote url as opposed to base64 data url (ff2e40371e by @vzaidman)enableFixForViewCommandRace
feature flag (ae59702f8e by @okwasniewski)Libraries/Components/StaticRenderer
syntax (0e6cb590ec by @coado)global
objects (094c5be42e by @coado)jsctooling
when useThirdPartyJSC
gradle property is true (66032f22b8 by @Kudo)USE_THIRD_PARTY_JSC=1
(176bed79b4 by @Kudo)null
values coming from NativeModules. (d4236791e2 by @cipolleschi)maximumNumberOfLines
earlier in the pipeline (167a1a30da by @j-piasecki)HERMES_ENABLE_DEBUGGER
build-time flag for enabling React Native debugger in favour of REACT_NATIVE_DEBUGGER_ENABLED
and REACT_NATIVE_DEBUGGER_ENABLED_DEVONLY
. (5fcb69e8b7 by @hoxyq)pod install
directly (e3def00d7a by @cipolleschi)ViewManagerPropertyUpdater.updateProps
is deprecated, use the related ViewManager APIs instead (a18bc58645 by @javache)displayModeToInt()
function (8c06f57860 by @Yajur-Grover)<appName>,
folders (9498b71438 by @cipolleschi)react-native-community/cli-platform-*
packages not being found in monorepos (7926d656b3 by @tido64)react-native-community/cli
not being found in pnpm setups (a672a4d007 by @tido64)start
and bundle
commands with community CLI and isolated node_modules. (cdaa1aa9aa by @robhogan)setLayoutAnimationEnabledExperimental
a no-op in Bridgeless (44da5d2ee0 by @arushikesarwani94)onScroll
(bc810e5115 by @Abbondanzo)ConcurrentModificationException
when iterating over mListeners
TextWatcher
array (243aecc095 by @kirillzyusko)JSRuntimeFactoryCAPI.h
build error for use_frameworks
build (7786805337 by @Kudo)RCTAppDependencyProvider
instances (0cc1ac18cf by @vonovak)[RCTFileRequestHanlder invalidate]
method (789ed7d5ad by @zhouzh1)onContentSizeChange
event being dispatched multiple times with the same size (2bb65717b7 by @j-piasecki)dataDetectorTypes
in the same way as the old architecture (2ae45ec3ce by @VidocqH)RawProps::operator=
(e4d1cf8ce9 by @javache)Changelog
v0.76.9