All Versions
89
Latest Version
Avg Release Cycle
22 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v0.68.2 Changes
๐ Changed
- โฌ๏ธ Bump used version of react-native-codegen to 0.0.17 (dfda480a98 by @cortinico)
- โฌ๏ธ Bump react-native-codegen to 0.0.17 (a5ddc2e165 by @cortinico)
๐ Fixed
Android specific
- ๐ Working around Long paths limitation on Windows (62ef6f5fa1 by @mganandraj)
-
v0.68.1 Changes
๐ Changed
Android specific
- โฌ๏ธ Bump React Native Gradle plugin to 0.0.6 (9573d7b84d by @cortinico)
- Don't require yarn for codegen tasks (d5da70e17e by @danilobuerger)
๐ Fixed
- ๐ Fix dynamic_cast (RTTI) by adding key function to ShadowNodeWrapper and related classes (58a2eb7f37 by @kmagiera)
- ๐ Pin use-subscription to < 1.6.0 (5534634892 by @danilobuerger)
Android specific
- ๐ Use NDK 23 only for Windows users. (e48a580080 by @cortinico)
- ๐ Improve support for Android users on M1 machine (4befd2a29c by @cortinico)
- Template: Specify abiFilters if enableSeparateBuildPerCPUArchitecture is not set. (5dff920177 by @cortinico)
- ๐ Fix for building new architecture sources on Windows (5a8033df98 by @mganandraj)
-
v0.68.0 Changes
๐ฅ Breaking Changes
- ๐ CI moved to Node 16. (f1488db109 by @kelset). This change enforces Node >= 14 for React Native builds.
- โฌ๏ธ Bump Android Gradle Plugin to 7.0.1. (272cfe5d13 by @dulmandakh) This version of Android Gradle plugin enforces JDK 11 for Android builds. Do not upgrade to AGP 7.1 as it is not supported by this version of react-native.
- โ Removed
fallbackResource
fromRCTBundleURLProvider
API (0912ee179c) by @philIip
๐ New Architecture
๐ If you are interested in enabling the new architecture, please refer to the dedicated documentation.
- Do not include Facebook license on users codegen'd code (450967938a by @cortinico)
Android specific
- Setup a
newArchEnabled
property to Opt-in the New Architecture in the template (8d652fba4c by @cortinico)
iOS specific
- โ Add fabric option to the default app template. (2e9a376c84 by @sota000)
- โ Add turbo module support in the default app template. (8ec0e6919c by @sota000)
- ๐ Rename the new architecture flag to RCT_NEW_ARCH_ENABLED. (c0c5439959e by @sota000)
โ Added
- ๐ฆ Create @fb-tools-support/yarn package (7db294d6d5 by @motiz88)
- ๐ Support string color values in Animated.Color (d3a0c4129d)
- ๐ New Animated.Color node (ea90a76efe)
- โ Added linter warning config for unstable nested components (988fefc44d by @javache)
- Option to supply
platformConfig
to NativeAnimated (4a227ce2ab by @rozele) - Animated.event can be used to extract values with numeric keys from native events (b2105711a0 by @javache)
- โ Adds a setSelection imperative method to TextInput (771ca921b5 by @lyahdav)
- โก๏ธ Native-only prop to optimize text hit testing on some RN platforms (f3bf2e4f51 by @rozele)
Android specific
- โ Added DoNotStripAny proguard rules (48318b1542 by @ShikaSD)
- โ Add new API in ScrollView and HorizontalScrollView to process pointerEvents prop. (48f6967ae8 by @ryancat)
- โ Add
accessibilityLabelledBy
props (36037fa81b by @grgr-dkrk) - โ Added missing constructor to WritableNativeArray (c68c47d2ba by @piaskowyk)
- โ Add new API for custom fling animator to provide predicted travel distance for its fling animation. (fe6277a30d by @ryancat)
- โ Adding new API
onChildEndedNativeGesture
to the RootView interface to let its implementations notify the JS side that a child gesture is ended. (9b33c31ee0 by @ryancat) - ๐ Make the
reactNativeArchitectures
property more discoverable (0f39a1076d by @cortinico) - โ Added
isAccessibilityServiceEnabled
to get if accessibility services are enabled (c8b83d4e0b by @grgr-dkrk) - โ Add bundleForVariant option (d2c10da5d5 by @grit96)
- Add ACCEPT_HANDOVER, ACTIVITY_RECOGNITION, ANSWER_PHONE_CALLS, READ_PHONE_NUMBERS & UWB_RANGING to PermissionsAndroid (4b25a0aaa0 by @iBotPeaches)
iOS specific
- โ Add new argument to announceForAccessibility to allow queueing on iOS (4d1357918a by @peterc1731)
- โ Add volta support to find-node.sh (765844055b by @liamjones)
- ๐ Support fnm when detecting node binary (c9e4d34885 by @MoOx)
- Find-node.sh now respects .nvmrc (35bcf934b1 by @igrayson)
- โ Add macros to be able to stub C functions in tests (749a9207b6 by @philIip)
๐ Changed
- โฌ๏ธ Bump RN CLI to v7.0.3, and Metro to 67 (848ba6fb1d by @kelset) and (df2e934a69 by @kelset)
- โฌ๏ธ Upgraded react-devtools-core dependency to 4.23.0 (1cc217d5ef by @bvaughn)
- โฌ๏ธ Bump Flipper to 0.125.0 (50057158ca by @cortinico)
- Export Flow type for deceleration rate for use in other files to keep deceleration rate prop values consistently typed (9b0ed920ef)
- โฌ๏ธ Upgrade deprecated-react-native-prop-types dependency (badd30885f by @chiaramooney)
- ๐ Improved error message in react.gradle (7366a866b3 by @vonovak)
- โฌ๏ธ Upgraded packages to the latest versions for ESLint v7. (cf763cdf81 by @yungsters)
- โก๏ธ Updated the links for the discussions and changelog (daf37a1fce by @MikeyAlmighty)
- XMLHttpRequest.getAllResponseHeaders() now returns headers with names lowercased and sorted in ascending order, as per specification (b2415c4866 by @ascherkus)
- โฌ๏ธ Bump react-native-codegen to 0.0.9 (e3a71b019f by @cortinico)
- ๐ Accessing
Image.propTypes
,Text.propTypes
,TextInput.propTypes
,ColorPropType
,EdgeInsetsPropType
,PointPropType
, orViewPropTypes
now emits a deprecation warning. (3f629049ba by @yungsters) - โฌ๏ธ Bump
core-workflow-apply-version-label
version (e973b3afc2 by @lucasbento) - โ Add
vendor/bundle
into .gitignore template (2f67f5d68b by @MoOx)
Android specific
- โ Add allowsEdgeAntialiasing on views with rotations or skew transforms (e6a3410afe)
- โฌ๏ธ Bump Kotlin version to 1.6.10 (d0f0234656 by @AKB48)
- โฌ๏ธ Bump Soloader to 0.10.3 (f45889ef95 by @osartun)
- โฌ๏ธ Bump Gradle to 7.3 (c180627ac7 by @dulmandakh)
- โฌ๏ธ Bump Android compile and target SDK to 31 (00ac034353 by @ShikaSD)
- ๐ Use side-by-side NDK for Android (bd7caa64f5 by @cortinico)
- ๐ Leverage Gradle implicit dependency substitution for Gradle Plugin (0fccbd53af by @cortinico)
- โ Remove unused import of JMessageQueueThread.h (705236e363 by @sshic)
- Made
MessageQueueThread#runOnQueue
return a boolean. MadeMessageQueueThreadImpl#runOnQueue
return false when the runnable is not submitted. (89faf0c9a8) - ๐ฆ Assume *.ktx assets are packaged as Android drawables (cb610ddca7 by @motiz88)
- โ Add ViewConfigs to support onEnter/onExit/onMove events (44143b50fd by @mdvacca)
- Let react_native_assert really abort the app (2ae06df58f by @cortinico)
- ๐ Bugfix for multiple shadow threads rendered at the same time, small probability crash. (9d71b166a6 by @chenmo187)
- RootView's onChildStartedNativeGesture now takes the child view as its first argument (03e513de41 by @javache)
- โ Add ReactInstanceEventListenerV2 for migration (ce74aa4ed3 by @sshic)
- ๐ Improved logic of findTargetPathAndCoordinatesForTouch (dfe42d6b75 by @javache)
- Set a resolution strategy for com.facebook.react:react-native when on New Architecture (e695bc0bb5 by @cortinico)
- ๐ Make hermes-executor-common a static lib (b2cf24f41c by @janicduplessis)
- Static link for hermes-inspector (20b0eba581 by @janicduplessis)
iOS specific
- Don't capitalize the first letter of a word that is starting by a number (8b5a5d4645 by @MaeIg)
- โก๏ธ updated
jsBundleURLForBundleRoot:fallbackResource
tojsBundleURLForBundleRoot:
(aef843bfe6 by @philIip) - โ Remove iOS 11 availability check (9b059b6709 by @ken0nek)
- ๐ Refactor: Assign string label to each case in RCTPLTag enum for startup performance logging (60e60a9b3d by @p-sun)
- โก๏ธ IOS Ruby Updates (1e6add1a43 by @barbieri)
- โก๏ธ Update Flipper pods to support re-enable macCatalyst (2a5265dff7 by @mikehardy)
- ๐ Apple Silicon builds of glog & Flipper-Glog (274c617f5b by @rayzr522)
๐ Fixed
- ๐ Fix error "mockModal is not a function" (507b05f4c0 by @AntoineDoubovetzky)
- ๐ Fixes execution of animation when a toValue of AnimatedValue is used. (8858c21124)
- ๐ Fix RN version syntax to match new nightly build structure. (3d1d4ee457 by @chiaramooney)
- ๐ Fix typo in _updateBottomIfNecessary function on KeyboardAvoidingView component (0cc80b4d0c by @gabrieldonadel)
- ๐ Fix: Removes interface only check from third party components GenerateThirdPartyFabricComponentsProvider (3e6902244a by @Ubax)
- Set CxxModules' Instance before retrieving their Method vector. (1d45b20b6c by @JunielKatarn)
- AnimatedValue.__detach should store getValue result with offset deducted (fe53cae954 by @rozele)
- AnimatedValue.stopAnimation callback with correct value for NativeAnimated (8ba771c3dd by @rozele)
- ๐ ESLint no-undef rule clashing with TypeScript compiler for TS files (ae67c5ac45 by @fiznool)
- ๐ ESLint
no-shadow
rule returning false positive for TypeScript enums (722a0ff6f8 by @fiznool) - ๐ Fix support for custom port (b399c2e3d1 by @enniel)
onLayout
prop is handled correctly in<KeyboardAvoidingView>
(9c5e177a79)- โ Modal accepts a testID but didn't forward it to RCTModalHostView, therefore not making it show up for e2e tests depending on viewhierarchy. (5050e7eaa1 by @GijsWeterings)
- โ Remove unused and incorrect type declarations in WebSocketInterceptor (91728e2266 by @mischnic)
- Complete missing Flow declarations in URL (98abf1b02f by @mischnic)
- Pressable not passing hover props and event handlers to PressabilityConfig (1b30dd074b by @Saadnajmi)
- โ Composite animations will now be ran immediately when the app is in testing mode (b03e824c52 by @javache)
- โ Remove duplicate class members (c0e489b729 by @bradzacher)
- ๐ Fix: Use same implementation for
performance.now()
on iOS and Android (1721efb54f by @mrousavy)
Android specific
- Enable cliPath to have an absolute path value (5d560ca99f by @Krisztiaan)
- ๐ง Make sure configureNdkBuild* tasks are depending on preBuild (2fdbf6a10f by @cortinico)
- โ Added a null check to native.value in Switch to fix https://github.com/facebook/react-native/issues/32594 (8d50bf1133 by @jonathanmos)
- ๐ Fix overflowInset calculation by using transform values (8aa87814f6 by @ryancat)
- โ Add missing sources jar into published android artifacts (384e1a0c7b by @Kudo)
- ๐ Fix math for detecting if children views are in parent's overflowInset area. (45244ebce2 by @ryancat)
- ๐ Fixed empty screen after retrying a BundleDownloader failure in dev mode (c8d823b9bd by @samkline)
- ๐ Fix crash from ScrollView that occurs while reporting an error from JS (2151d11527 by @JoshuaGross)
- Enable hitSlop to be set using a single number. (589b129581 by @javache)
- ๐ Fix fling and snap with recycler viewgroup where fling to the end of scrollable distance when it goes over current rendered children views. (ead7b97944 by @ryancat)
- ๐ Fixed edge case for quick small scrolls causing unexpected scrolling behaviors. (f70018b375 by @ryancat)
- ๐ Fix crash on ReactEditText with AppCompat 1.4.0 (e21f8ec349 by @cortinico)
- Do not .lowerCase the library name when codegenerating TurboModule Specs (28aeb7b865 by @cortinico)
- Enable hitSlop to be set using a single number. (a96bdb7154 by @javache)
- โก๏ธ Updated TextInput prop types to accomodate for new autoComplete values (9eb0881c8f by @TheWirv)
- Don't reconstruct app components https://github.com/facebook/react-native/issues/25040 (fc962c9b6c by @Somena1)
- Do NOT skip the first child view in the scroll view group when measuring the lower and upper bounds for snapping. (61e1b6f86c by @ryancat)
- ๐ Fix crash when a Switch is initialised with both backgroundColor and thumbColor. (456cf3db14 by @smarki)
- ๐ Fix devDisabledIn not working with multiple productFlavors (055ea9c7b7 by @grit96)
- โช Revert
ReactScrollView
to useContext
instead ofReactContext
in the constructor to be less restrictive. (7b77cc637e by @ryancat) - ๐ Fix onPress event for nested Text in RN Android (e494e4beb6 by @mdvacca)
- ๐ Fix enableVmCleanup not working for apps with product flavors (a2b5e4cd82 by @cortinico)
- Prevent NPE on ThemedReactContext (f1b5fe1d3e by @sshic)
- ๐ fix: jvm 11 error message from ReactPlugin.kt and react.gradle (4e947ecb2d by @nomi9995)
iOS specific
- ScrollView: Respect
contentInset
when animating new items withautoscrollToTopThreshold
, makeautomaticallyAdjustKeyboardInsets
work withautoscrollToTopThreshold
(includes vertical, vertical-inverted, horizontal and horizontal-inverted ScrollViews) (49a1460a37 by @mrousavy) - Prevent RCTConvert error for allowed null blob types (e1b698c5f2 by @habovh)
- Migrate ScreenshotManager from NativeModule to TurboModule (b13e41d98e by @p-sun)
- ๐ Fix usage of cocoapods with --project-directory flag and new arch (9e7d91f2fc by @danilobuerger)
- Post RCTContentDidAppearNotification with new arch (75105e692c by @danilobuerger)
- โ Remove absolute paths from pods project (42b01a32a1 by @danilobuerger)
- 0๏ธโฃ Respect RCTSetDefaultFontHandler chosen font (89efa1a0c1 by @danilobuerger)
- ๐ Fixed duplicated UUIDs problem during pod install phase. (f595a4e681)
- ๐ Fix
Time.h
patch not being applied when runningpod install --project-directory=ios
(60cef850bd by @tido64) - ๐ Fix WebSocket control frames having payloads longer than 125 bytes (86db62b7a8 by @asmeikal)
- Stop RedBox from appearing for LogBox handled errors (9d2df5b8ae by @liamjones)
- Enable hitSlop to be set using a single number. (3addafa525 by @javache)
- Fix
__apply_Xcode_12_5_M1_post_install_workaround
failing when one of the Pods has no IPHONEOS_DEPLOYMENT_TARGET set (9cd4092336 by @Yonom) - ๐ This is a quick speculative fix since we know
CFRunLoopPerformBlock
does not push/pop an autorelease pool. (3fff164dfa by @christophpurrer) - ๐ Fixed RCTImageLoaderTests (1542f83527 by @philIip)
- ๐ Fix Rosetta2 CocoaPods warning on Apple Silicon (e918362be3 by @oblador)
- ๐ Fix
pod install --project-directory=ios
failing due to wrong path toReact-Codegen
(ebb26cf2e4 by @tido64)
๐ Deprecated
Android specific
- ๐ Gradle: Deprecate
reactRoot
in favor ofroot
andreactNativeDir
(8bc324fd34 by @cortinico)
โ Removed
- ๐ DeprecatedPropTypes (deep-link) modules removed from React Native. (23717c6381 by @yungsters)
accessibilityStates
no longer passed through to RCTView. (1121ed94ab by @luism3861)
iOS specific
- โ Remove RCTUIManagerObserver from RCTNativeAnimatedTurboModule (e9ed115bab by @p-sun)
-
v0.67.4 Changes
๐ Fixed
Android specific
- โ Added a null check to native.value in Switch to fix https://github.com/facebook/react-native/issues/32594 (8d50bf1133 by @jonathanmos)
-
v0.67.3 Changes
๐ Fixed
Android specific
- Text with adjustsFontSizeToFit changes the text layout infinitely (c1db41f060)
iOS specific
- ๐ Fix a broken input for the Korean alphabet in TextInput (1a83dc36ce by @bernard-kms)
-
v0.67.2 Changes
๐ Fixed
- ๐ Fix error "mockModal is not a function" (507b05f4c0 by @AntoineDoubovetzky)
Android specific
- ๐ Fix potential crash if ReactRootView does not have insets attached. (6239e2f5ce by @enahum)
- โฌ๏ธ Upgrading OkHttp from 4.9.1 to 4.9.2 to fix CVE-2021-0341. (e896d21 by @owjsub)
iOS specific
- ๐ Fix
Time.h
patch not being applied when runningpod install --project-directory=ios
(60cef850bd by @tido64) - Find-node.sh now respects .nvmrc (35bcf934b1 by @igrayson)
-
v0.67.1 Changes
๐ Fixed
Android specific
- ๐ Do not remove libjscexecutor.so from release builds (574a773f8f by @cortinico)
iOS specific
- โ Remove alert's window when call to
hide
. (a46a99e120 by @asafkorem)
-
v0.67.0 Changes
โ Added
Android specific
- Add
ACCESS_MEDIA_LOCATION
permission to PermisionsAndroid library. (79db483568 by @Skrilltrax) - โก๏ธ Implement
SnapToAlignment
inReactScrollView
(e774c037bc),ReactScrollViewManager
(c6e5640e87),ReactHorizontalScrollView
(b12256394e),ReactHorizontalScrollViewManager
(deec1db9fd) and updateScrollView.js
(a54cfb9e57) and reach parity with iOS (04184ef851) by @mdvacca - ๐ Show Redbox for C++ errors. (d6c879edba by @sota000)
- โ Added an experimental touch dispatch path (a2feaeb5f1 by @ShikaSD)
iOS specific
- โ Added
cancelButtonTintColor
prop forActionSheetIOS
to change only the text color of the cancel button (01856633a1 by @nomi9995) - ScrollView: Respect
contentInset
when animating new items withautoscrollToTopThreshold
, makeautomaticallyAdjustKeyboardInsets
work withautoscrollToTopThreshold
(includes vertical, vertical-inverted, horizontal and horizontal-inverted ScrollViews) (6e903b07fa by @mrousavy) - โ Added
LSApplicationQueriesSchemes
in info.plist with entries tel, telprompt, http, fb, geo (b26f277262 by @utkarsh-dixit) - โ Add
UIAccessibilityTraitUpdatesFrequently
to progressBar role (1a42bd6e97 by @jimmy623) - โ Add
asdf-vm
support infind-node.sh
(3e7c310b1d by @pastleo)
๐ Changed
- ๐
ImageBackground
now respectsimageStyle
width and height (dbd5c3d8e5 by @Naturalclar) - ๐ Rename deprecated
Keyboard.removeEventListener
toKeyboard.removeListener
. (8880c09076 by @yungsters) - โก๏ธ Update
Modal
's mock to not render its children when it is not visible (ec614c16b3 by @AntoineDoubovetzky) - โฌ๏ธ Upgraded
react-devtools-core
dependency to 4.19.1 (356236471a by @jstejada) - ๐ React-native/normalize-color now supports Node.js (65e58f26e1 by @yungsters)
- โก๏ธ Updated to Contributor Covenant v2.1 (19f8d2f7da)
Android specific
- ๐ง Hermes initialization will no longer need an explicit configuration. (a40f973f58 by @Ashoat)
- ๐
Setting
overflow: scroll
in View component style will clip the children in the View container (93beb83abe by @ryancat) - Native views backing
Animated.View
(w/ JavaScript-driven animations) will no longer be flattened; this should be a transparent change. (4fdbc44ab5 by @yungsters) - ๐ Use new Locale API on Android 11 (API 30)+ (b7c023a8c1)
- ๐ Changed
react.gradle
detectCliPath
function logic forcliPath
case (ce51b62494 by @vitalyiegorov) - โ Remove
"high"
and"balanced"
as values forandroid_hyphenationFrequency
onText
(a0d30b848a) - โฌ๏ธ Bump Gradle version to 7.2, Bump Kotlin version to 1.5.31 (9ae3367431 by @svbutko)
- ๐ Move mavenCentral repo below local paths (046b02628d by @friederbluemle)
iOS specific
- โก๏ธ Optimized font handling for iOS (4ac42d88ef by @Adlai-Holler)
- โ Remove iOS 11 version check as minimum deployment is iOS 11 (398595e074 by @ken0nek)
- ๐ฆ Don't hang app for 60s if packager can't be reached, changed to 10s (c0e04460f5 by @radex)
โ Removed
- โ Removed unnecessary global variable
GLOBAL
. (a101fc768c by @rubennorte) - โ Removed unused files:
StaticContainer.react.js
,ensurePositiveDelayProps.js
,InteractionMixin.js
,queryLayoutByID.js
(64aa1e5ffe by @ecreeth)
Android specific
- โ Remove
DatePickerAndroid
from react-native. (7a770526c6 by @andresantonioriveros)
iOS specific
๐ Fixed
- โก๏ธ Update metro config language to
blockList
(7923804c28 by @rh389) - Ignores global npm prefix (6334ac35ac by @redreceipt)
- ๐ Support
Animated.ValueXY
when validatingAnimated.event
. (27dd2ecb70 by @javache) - โ Add a function
getIgnorePatterns
inLogBoxData.js
for tests or other usecases. (a950634424)
Android specific
- ๐ป TextInput Drawable to avoid Null Pointer Exception RuntimeError https://github.com/facebook/react-native/issues/17530 (254493e1fb by @fabriziobertoglio1987)
- Nested Text Android
onPress
does not work with last character (132d1d00f8 by @fabriziobertoglio1987) - ๐ Fix non selectable Text in FlatList (c360b1d92b by @fabriziobertoglio1987)
- 0๏ธโฃ Set
textBreakStrategy
default to be'highQuality'
(3b2d541989) - ๐ Fix error handling when loading JSC or Hermes (d839b24b06 by @iqqmuT)
- ๐ Fix encoding for gradlew.bat files (ab2bdee735 by @yungsters)
- ๐ Fix
hermesFlags
not working with multiple variants (91adb761cf by @grit96) ScrollTo
API in ScrollView will check the actual scroll position before setting the scroll state (1a9e2d5d55 by @ryancat)- Compute Android Notch in
keyboardDidShow
height calculation API 28+ (8bef3b1f11 by @fabriziobertoglio1987) - ๐ Fix
currentActivity
being null when launching Redbox (f4fdf4b55e) - When sending OS intents, always set
"FLAG_ACTIVITY_NEW_TASK"
flag (required by OS). (04fe3ed80d by @Krizzu) - ๐ Fix missing WebView provider crash in ForwardingCookieHandler (d40cb0e1b0 by @RodolfoGS)
- ๐ Fix
keyboardDismissMode="on-drag"
on Android (7edf9274cf by @janicduplessis) - ๐ Fixed
alignItems: baseline
for elements on Android (1acf334614) OnKeyPress
event not fired with numeric keys (ee3e71f536 by @fabriziobertoglio1987)- Exclude unused .so files for reduce android .apk and .aab (6f126740fa by @enniel)
iOS specific
- ๐ Fixed an edge case when scroll to item/index is called without animation, the offset position is not updated. This caused the measurement of the position to be wrong. (55392f65a6 by @ryancat)
- ๐ Fixed the issue when moving cursor in multi-line TextInput. (22801870f0 by @xiankuncheng)
- ๐ Fix NSInvalidArgumentException for invalid font family names. (5683932862 by @yungsters)
- ๐ Fix Image
defaultSource
not showing on iOS (900210cacc by @cristianoccazinsp) - Warn if Rosetta2 is being used (x86_64 on arm64) (51bf557948 by @barbieri)
- Source map path for schemes containing whitespaces (f3fe7a0fb5 by @andersonvom)
- ๐ Fix build error after running
pod install
with--project-directory=ios
(ef5ff3e055 by @sonicdoe) - ๐ Fixed inability to build apps when gflags is installed (ab8dbdf663 by @KDederichs)
๐ Security
- ๐ Avoiding logging root view params outside of dev / debug mode builds (e612d3a116 by @sterlingwes)
- Add
-
v0.66.4 Changes
๐ Fixed
iOS specific
- โช Revert "Fix Deadlock in RCTi18nUtil (iOS)" (70ddf46 by @Saadnajmi)
apply_Xcode_12_5_M1_post_install_workaround
causing pods targetting iOS 12 and above to fail (a4a3e67554 by @Yonom)
-
v0.66.3 Changes
๐ Changed
- ๐ Rename deprecated
Keyboard.removeEventListener
toKeyboard.removeListener
. (8880c09076 by @yungsters)
๐ Fixed
- โช Revert changes in Jest preprocessor to fix tests in external projects (142090a5f3fa7 by @rubennorte)
- ๐ Rename deprecated