forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 148
Upgrade from 0.66.0 to 0.66.4 #977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
1793 commits
Select commit
Hold shift + click to select a range
aa98978
Adding metadata to React Native QPL points
48ba8df
Resolve some XCode warnings (#31883)
safaiyeh d9e0ea7
Migrate to androidx.autofill.HintConstants & Support all constant typ…
safaiyeh 8a62583
Fix mislabelled polyfills for Object.entries and Object.values (#31880)
sheepsteak 998cadd
integrate RCTImpressionTrackingView into Fabric on Android
e1d17c7
Implement textTransform prop
24ba0db
Manually some remove existential types from xplat/js
evanyeung afe0c1d
Remove existential types from xplat/js
evanyeung a67799f
Deploy 0.156.0 to xplat
pieterv 7884fc5
RN: 5s Delay in `ReactAppInstrumentationTestCase`
yungsters 6b4d8db
Wrong warning message
altaibayar 04b1ef5
Add flow, flowfixmes to RNTesterModuleContainer and Animation examples
63e0f7d
Add useNativeDriver toggle UI
cc13060
Downgrade warning of view illegally being added to parent to Soft Exc…
bb33c10
Add INFO, and MENU key event support to Android TV (#31884)
havlasme 41f45a7
Bump Flipper to 0.99.0 (#31896)
swrobel efb359f
Fix testID support for TextInput, Slider and ScrollView component (#3…
hubastard de44184
EditText: maintain cursor position when text changes
4208925
Expose new API RuntimeExecutor.executeSynchronouslyOnSameThread_CAN_D…
mdvacca ff494ee
Expose new struct InspectorData
mdvacca 43cdd84
Expose new API FabricUIManager.getInspectorDataForInstance
mdvacca a90f8d8
React Native sync for revisions 568dc35...cae6350
rickhanlonii 7460841
Before removing a task from queue, make sure it was executed
sammy-SC 7929551
Make mHybridData thread safe for EventEmitterWrapper
luluwu2032 a480346
Make initializeMessageQueueThreads() thread safe
luluwu2032 d272880
Handle OSS renderers in sync script
rickhanlonii cfd4254
Back out "Use atomic pointer to prevent race during teardown"
sammy-SC 110ef5b
Back out "Use atomic pointer for animationDelegate_ to prevent race d…
sammy-SC 3c5d3bc
add persistentScrollbar option example for ScrollView (#31895)
Naturalclar b4b8b73
chore: fix dead link in comment (#31902)
Naturalclar 7b1e6f5
Remove gating for on demand view mounting
sammy-SC b440ab9
Add RNTester cases for Animated Easing API
charlesbdudley 893aff2
Animated Transform Styles Example
37dc1d4
Rename immediate to ReactNativeMicrotask in Bridge
Huxpro c5f8c31
Implement View.removeClippedSubviews prop
sammy-SC 5b77dfd
Add "Use Native Driver" control to RNTester Animated Composing example
charlesbdudley 1c21a11
docs: Fix dead links in README for rn-tester (#31901)
Naturalclar eb4297e
docs: update links to forwarded page (#31903)
Naturalclar c2ba886
Remove redundant warnings for RCTMountingManager
sammy-SC d3e8362
Ignore when a text string or number is supplied as a child.
sota000 d98ec75
React Native sync for revisions cae6350...419cc9c
rickhanlonii eb38543
Remove option to make measure calls asynchronous
sammy-SC 6d4fff2
Fix android view dimensions
mdvacca 3081db2
Refactor DevServerHelper to separate checking if packager running
amy588 be189cd
Introduce queueMicrotask API
Huxpro dc8d218
Shim Immediate APIs when Promise is queueing to JSVM
Huxpro f592ad0
Attempt to fix undefined instance handle in EventTarget
sammy-SC f1b1ba8
Makes "force" property available to Apple Pencil based events. (#31780)
swittk 8b1b7f7
Fix typo in VirtualizedList-test.js (#31756)
eltociear 09b9422
Pass context through to all prop parser (core changes)
JoshuaGross 5d33e65
Pass context through to all prop parser (props structs changes)
JoshuaGross 02b8eac
Pass context through to all prop parser (conversions.h)
JoshuaGross 175b1ea
Pass PropsParserContext to prop parsing layer
JoshuaGross 5df92fb
Fix typo in Constants.h (#31049)
eltociear ce44104
Daily `arc lint --take CLANGFORMAT`
1c87d4a
Update Dimension.js typo (#29858)
chownation 853e7a5
Make existential type an error in xplat
evanyeung feae814
Remove unused import (#30544)
jacobp100 8066bc9
Updated TextInput autoCompleteType prop to autoComplete 1/2 (#26010)
jeswinsimon cdce14f
Implement PlatformColor in Fabric Android
mdvacca cb0e1d6
Allows to set individual (left,top,right,bottom) dotted/dashed border…
fabOnReact 3ed3d34
Correct error message in getViewState method
sammy-SC 1e4dd5e
Clean up RAIICallbackManager experiment
RSNara 32bfd7a
Stop sharing LongLivedObjectCollection with the bridge
RSNara 034c6df
Stop sharing LongLivedObjectCollection with the bridge
RSNara 0fa8253
setup fragment based tab bar navigation
f9ca578
Remove 'using namespace facebook::jni'
mdvacca 809fd7e
Add TODO to fix and enable 'generated_tests-codegen_testsAndroid'
mdvacca 4f2c6d0
Move RNTester Buck library to GitHub (#31435)
motiz88 8efbb2e
Move react-native Buck library to GitHub
motiz88 0638889
Extract feature detection as an utilitiy module
Huxpro d9a9ae3
Conditionalize the Regenerator Setup
Huxpro 402eec8
Protect against crashes when over-releasing a TouchEvent
JoshuaGross 4fcf468
Co-locate Buck targets for JS polyfills with their sources
motiz88 0b4f4ee
chore: update Dimensions API Flow types (#31898)
Simek 8a8a532
Fix order of calls for Native Animated Module
sammy-SC d4ee734
Merge BUCK file at Libraries/ into root
motiz88 228b8e5
Fix Buck package boundary violation in core components schema
motiz88 de25552
Allow resolving view from FabricUIManager
javache c39a4c7
Flush operations queue when animation starts
sammy-SC 363a8fb
iOS: Log error when invalid NSNull data is passed to RCTAsyncLocalSto…
p-sun dc15c48
fbshipit-source-id: 909b2667480ed96ae376896d966f6c27f5e73964
motiz88 df9cd05
Update OSS Buck definitions (#31948)
motiz88 8408d72
Update Android Dockerfile to include root BUCK file (#31950)
motiz88 a8a8503
Check for negative `numberOfLines` in TextView
f1b49f7
Fix NPE when hierarchy return null values
mdvacca 43a91d0
Extend getInspectorDataForInstance to return props
mdvacca 81167e0
Add documentation for FabricUIManager.getInspectorDataForInstance
mdvacca 298fd10
chore: remove FlowFixMe (#29468)
Naturalclar b26ae3e
Move RCT* Buck targets to GitHub
motiz88 1ed1ac7
Move integration test Buck targets to GitHub
motiz88 30d37cf
Move RNTester unit/integration test Buck targets to GitHub
motiz88 260c5a3
Move RCTTestApple into packages/rn-tester
motiz88 a169009
React Native sync for revisions 419cc9c...19092ac
acdlite 7ce0f40
refactor!: drop deprecated `StatusBarIOS` (#31466)
ecreeth b385484
Fix OSS Buck parsing errors (#31957)
motiz88 8d15372
Fix Buck package boundary violation involving RCTEventDispatcher.h (#…
motiz88 b30fe90
Remove package boundary exceptions in OSS Buck config
motiz88 72f7962
Update JSLoader.cpp (#29270)
sunnylqm 3bc883c
Warn when negative `numberOfLines` prop set on <Text/> component
55f504a
Make So loading inside generated TMM delegates less confusing
RSNara cf717ff
Add TODOs to unify component names between JS - Android - iOS - C++
mdvacca 91437d6
Replace Paper -> old renderer
mdvacca fcead14
Fix Deadlock in RCTi18nUtil (iOS) (#31032)
Saadnajmi 309ee06
Codegen: Always prepare filesystem
hramos c677e19
- Bump CLI to ^6.0.0 (#31971)
thymikee e35a963
Fix to make taps on views outside parent bounds work on Android (#29039)
hsource 91cac20
Create slider accessibility delegate in createViewInstance (#31942)
janicduplessis f3374d0
Flush operations queue when animation starts in RCTNativeAnimatedModule
sammy-SC b931aa7
Add Flow libdefs for `global`
Huxpro 9b4f8e0
Feat/dynamic color borders (#31140)
habovh ffb1831
Cleanup warnings in the NDK build
cortinico beb3c2b
Back out "Flush operations queue when animation starts in RCTNativeAn…
sammy-SC d583c2f
Fix Undefined symbol: __swift_FORCE_LOAD_$_swiftFileProvider when bui…
sammy-SC df65dbb
introduce RCTPlatformColorUtils
philIip e10c222
hook up PlatformColorParser to RCTPlatformColorUtils
philIip 7c68cf4
replace SharedColor alias with class for more reliable template deduc…
philIip 83b1629
Deploy 0.157.0 to xplat
evanyeung 307f548
General Logging Util (stab) class for native errors (#31998)
sota000 899fa25
Documenting UserFlow.endFailure
dmitry-voronkevich 637ab46
iOS: When RCTSyncImageManager image times out, log warning instead of…
p-sun 56dcc6e
Un-deprecate ReactSoftException
RSNara cbec66e
Rename ReactSoftException to ReactSoftExceptionLogger
RSNara 27fec95
Updated TextInput autoCompleteType prop to autoComplete 2/2 (#26010)
jeswinsimon 18132c1
Remove autoCompleteType as a native component prop
f1b4748
Match native*.js and Native*.js srcs
christolliday 3560753
Fix TextInput Cursor jumping to the right when the placeholder null (…
fabOnReact ae494e7
Bump AGP to 4.2.2
cortinico 1f8c560
Flatten the `react-native-codegen` included build. (#32007)
cortinico d45d4ea
iOS: Log image url in test environment when image times out
p-sun f6d0f9d
Fix BorderExample for DynamicColorIOS
2b427f8
Add a flag to warn whenever the legacy NativeModule system is used
RSNara f93d95e
Log SoftExceptions when the legacy NativeModule system is used
RSNara b7fd68e
Introduce JReactSoftExceptionLogger to log SoftExceptions from C++
RSNara f536f82
Warn whenever CxxNativeModules are used
RSNara ecd6927
Fix typo in RCTConvert.m (#31067)
eltociear f51773e
Allow Modal to handle hardware escape key in the same way the back bu…
levibuzolic c0ce346
Nullable ReconnectingWebSocket params
amy588 5b5ece7
Clean up unbatched only experiment
sammy-SC 22bc8c2
Clean up AsyncEventBeatV2 experiment
sammy-SC ec083f9
Back out "Fix Undefined symbol: __swift_FORCE_LOAD_$_swiftFileProvide…
sammy-SC eb93886
Include Swift lib in LIBRARY_SEARCH_PATHS
sammy-SC c29ec46
fix#29319 - ios dismiss modal (#31500)
intergalacticspacehighway 5819538
Fix selectionColor doesn't style Android TextInput selection handles …
fabOnReact 913448f
Fixing CI error "Entry file RNTester/js/RNTesterApp.ios.js does not e…
graytmatterMS 3e5998e
Fix dashed/dotted border drawing when border-radius is 0 (#28359)
IjzerenHein c317a70
Add a way to bind log function to the unified react native logger.
sota000 aad9f35
React Native sync for revisions 19092ac...5634ed1
rickhanlonii 6daf5bb
Exclude nativeImageSource.js instead of matching [Nn]
christolliday 48567e5
Revert D20590739
b48c3d1
Fix irregular indent in template (#29871)
nacam403 d3345f5
JS: Fix "Modal | Basic" Test's Layout
p-sun f971ea9
replace testing-support-lib with androidx buck targets in RN
842bcb9
`Android/ColorProps`: ColorProps with value null should be defaultCol…
hank121314 c18a492
Fix Dimensions not updating on Android (#31973)
jonnyandrew 5923ee5
refactor: remove DefaultProps from the StatusBar Component (#31631)
06e31c7
fix AGP 7 compatibility (#32030)
dulmandakh 22f81b2
Clean up Fabric startSurface API used in Venice
4804e68
Expose "unreserved" trait constants that can be mapped per-component
JoshuaGross 29249e1
Call super.onActivityResult in ReactActivity
fatalsun 3e0d778
Move react_native_log out of utils (#32042)
sota000 d75683a
fix: Resolve NODE_BINARY *after* finding the path to node (#32029)
santiagofm 10cd273
Ship "Disable 'virtual view' preallocation" experiment in code
JoshuaGross b29a787
Emit soft error for warning
sota000 ec3a3df
Enable ktfmt
cgrushko 8db946a
Pass configFile: false to Babel parser
motiz88 f085e09
Passing the scheme field throughout all the metro connection pipeline…
jimmy623 cb0782c
Adding activity check to enable Dev mode
arushikesarwani94 b55201c
Deploy 0.158.0 to xplat
mroch abc1ace
- Fix broken Circle CI due to missing BUCK rule for androidx:tests (#…
8258f5e
Remove BUILD FILE SYNTAX from build files
chatura-atapattu 2c2b831
Apply new buildifier fixes
chatura-atapattu b761624
Remove redundant includes
sammy-SC 1036c14
Provide logger to YGConfig
sammy-SC c2b971d
Set initial maximum surface size to viewport size
sammy-SC 1271e7a
iOS: Don't display LogBox in Dev if Bridge was invalided
p-sun 6c08016
Update ImageBackground.js (#32055)
edenb-moveo 1d0fb08
Fix typo and grammar (#31916)
pietro909 8434177
Added Selection prop to TextInputProps
9187e20
Selection prop is applied for TextInput when component is mounting
88f0676
use correct gradle packageTask and asserts dir for android libraries …
Legion2 cfb6c3c
Codegen: Add codegen.js wrapper around generate-specs.sh
hramos ff4b336
Add Flow libdefs for HermesInternalType
Huxpro 11f8d9c
Add support for the UIAccessibilityTraitsTabBar
jimmy623 d756d43
Add support for AccessibilityValue
jimmy623 ddf9a63
fix typos in comments (#32061)
bell-steven bc1c533
Add window to jest setup (#28067)
timomeh 7299cb4
React Native sync for revisions 424fe58...bd5bf55
kacieb a6768bf
Remove usages of `dynamic_casts` that are used inside assertions
cortinico dcfa0dc
Fix broken CI with a run of prettier
cortinico 5902152
Fixed dynamic behavior of <Text adjustsFontSizeToFit={true}> on Andro…
shergin-cb 72eb060
Bump @react-native/polyfills version (#32074)
NickGerleman e6eb81e
Include Swift lib in LIBRARY_SEARCH_PATHS
10daf76
chore: prefer the local react-native-codegen package (#32096)
tido64 b78f6ce
feat: add Android 12 BLUETOOTH_ADVERTISE to PermissionsAndroid (#32079)
iBotPeaches 2707324
Update manual testing script to also test Hermes for RNTester
ab82900
Move react-native-codegen to root
a0429eb
[0.66.0-rc.0] Bump version numbers
d20b34a
Native component check in deprecatedPropType was inverted (#31164)
acoates-ms b23dd85
OSS: Fix $ENTRY_FILE check for non-Debug Xcode builds
fkgozali ea5109f
OSS: add Xcode 12.5 + M1 machines CocoaPods post_install workaround
fkgozali 038cdda
Switch order of search libraries to fix M1 build error
sammy-SC 1594af1
Copy repo-config dependencies for bumping release version
d552362
[0.66.0-rc.1] Bump version numbers
0d7586c
[LOCAL] postfix timestamp to bust yarn cache
tido64 b4a1d2b
Make JSI a dynamic library
neildhar 013e623
Revert the Android specific max heap size GCConfig
Huxpro 2133172
Bump Hermes npm to 0.9.0
Huxpro c282c2d
Bump Hermes pod to 0.9.0
Huxpro c97015d
Update Podfile.lock
614a370
[0.66.0-rc.2] Bump version numbers
8b6d7fd
Link RCT-Folly against libc++abi
fkgozali dc453da
Update rn-tester Podfile.lock to prepare for 0.66.0-rc.3
fkgozali ab50c6e
[0.66.0-rc.3] Bump version numbers
fkgozali 6b014e8
Don’t hard-code CocoaPods’s sandbox path (#32243)
sonicdoe 9967318
OSS: update Podfile.lock automatically when bumping release version
fkgozali ef280d6
[LOCAL] Port react-native-codegen new .gitignore from main
fkgozali a6a983d
OSS: bump-oss-version -- update Podfile.lock later in the flow
fkgozali d47fd4a
[0.66.0-rc.4] Bump version numbers
fkgozali 09a21f0
[0.66.0] Bump version numbers
bd01f16
Fix: find-node.sh location in react-native-xcode.sh script (#32227)
garethknowles e94f9fa
Addressing various issues with the Appearance API (#28823) (#29106)
mrbrentkelly 80e5abd
Fix Android border positioning regression (#32398)
oblador d48ed4a
[0.66.1] Bump version numbers
7382f55
[LOCAL] reintroduce generated codegen files
kelset 9d601e4
fix: compare the LogBoxData ignorePatterns with the right code (#31977)
11644d7
Hide the logbox window explicitly. New behavior in iOS SDK appears to…
paddlefish 6c19dc3
[0.66.2] Bump version numbers
d08397a
bump-oss-version: Add -v / --to-version argument and use it when bump…
hramos 8a67aaa
Extract version parsing from release script
85f1450
Clean up publish-npm.js and use parseVersion
f35369e
Fix npm latest tag issue when releasing patches (#32543)
142090a
Revert changes in RN preprocessor
rubennorte 0981564
RN: Rename `Keyboard.remove{Event =>}Listener`
yungsters 3b5e446
[0.66.3] Bump version numbers
085befd
android
HeyImChris 85debff
Merge branch 'master' of https://github.com/microsoft/react-native-macos
HeyImChris 5d7fd00
Revert "Fix Deadlock in RCTi18nUtil (iOS) (#31032)" (#32574) (#32714)
mmmoussa 83b9ddd
Fix post_install_workaround downgrading development targets (#32633) …
Yonom 1b31d6b
[0.66.4] Bump version numbers
f98de97
Merge branch 'main' of https://github.com/microsoft/react-native-macos
HeyImChris b33a781
Merge branch 'main' of https://github.com/microsoft/react-native-macos
HeyImChris 7f9510e
Merge remote-tracking branch 66.4
HeyImChris d5704de
update preprocessor/scrollview snapshots
HeyImChris 6f18052
yarn flow-check{ios, macos, android}, lint
HeyImChris 4e3d5ae
Fix invocation of bump-oss-version.js in react-native-macos-init.yml
amgleitman e690ff7
Merge pull request #11 from amgleitman/amgleitman/0.66.4-fix-bump-oss…
HeyImChris 29a3995
add dev team for code signing
HeyImChris 4909c2c
fix pbxproj duplicate output manifest
HeyImChris ef75590
Fb added a nightly build flag that duplicates `ci`
HeyImChris File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,6 @@ | |
exports.version = { | ||
major: 0, | ||
minor: 66, | ||
patch: 0, | ||
patch: 4, | ||
prerelease: null, | ||
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/** | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
* | ||
* @flow strict | ||
* @format | ||
*/ | ||
|
||
<<<<<<< HEAD | ||
export type {RootTag} from '../ReactNative/RootTag'; | ||
======= | ||
<<<<<<< HEAD:Libraries/Components/DatePicker/DatePickerIOS.macos.js | ||
// TODO(macOS GH#774) | ||
|
||
'use strict'; | ||
|
||
module.exports = require('../UnimplementedViews/UnimplementedView'); | ||
======= | ||
export type {RootTag} from '../ReactNative/RootTag'; | ||
>>>>>>> facebook/0.66-stable:Libraries/Types/RootTagTypes.js | ||
>>>>>>> facebook/0.66-stable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
__rnVersion = @{ | ||
RCTVersionMajor: @(0), | ||
RCTVersionMinor: @(66), | ||
RCTVersionPatch: @(0), | ||
RCTVersionPatch: @(4), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We'll want to undo this in main, which I guess my other review does. |
||
RCTVersionPrerelease: [NSNull null], | ||
}; | ||
}); | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.