Skip to content
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

v0.63 sync from upstream #613

Merged
merged 992 commits into from
Sep 30, 2020
Merged
Changes from 1 commit
Commits
Show all changes
992 commits
Select commit Hold shift + click to select a range
18a8c85
Upgrade to Metro 0.59
cpojer Mar 19, 2020
5a3c6fa
Fix mock for TextInput (#28332)
SergioEstevao Mar 19, 2020
9c64bd5
Properly handle LogBox errors during tests
rickhanlonii Mar 20, 2020
950826f
Back out "Track animations and flush them"
RSNara Mar 20, 2020
7561ada
Consolidate "dispatchMountItems" reentrancy prevention code, and retr…
JoshuaGross Mar 20, 2020
0fe548a
Only retry ViewCommand mount items if exception is marked as "Retryable"
JoshuaGross Mar 20, 2020
b54257c
Introduce early dispatch of ViewCommands in FabricUIManager
JoshuaGross Mar 20, 2020
f2ffa03
Change nightly build from hourly to nightly (daily at 00:00) (#28346)
sweggersen Mar 20, 2020
175589b
Add diffing to app bundle size reports (#28284)
tido64 Mar 20, 2020
a8e8502
feat: improve monorepo support by removing redundant PROJECT_ROOT (#2…
grabbou Mar 20, 2020
987b902
Fix `test_android`: Remove references to fbsource cell (#28363)
hramos Mar 20, 2020
fb9a7be
Fix TextInput left/right padding
JoshuaGross Mar 21, 2020
56cf99a
Validate selection range passed to setTextAndSelection
sammy-SC Mar 22, 2020
8bbb2ca
Remove ReactTypes from fbsource and React sync
sebmarkbage Mar 23, 2020
a40cfc0
Fix controlled TextInput with child nodes
sammy-SC Mar 23, 2020
327fbd0
Daily `arc lint --take BUCKFORMAT`
Mar 23, 2020
22eb711
RN picker - implement background color
Mar 23, 2020
3679929
Fabric: Modernizing Yoga Dirty flag test.
shergin Mar 23, 2020
100bf90
Fabric: Changing signature of `ComponentDescriptor::createState`
shergin Mar 23, 2020
0952e4b
Fabric: View Test: Changing state should not dirty Yoga tree (in some…
shergin Mar 23, 2020
8721ee0
Get ReactiveNative compiled with Clang 10 (#28362)
maxovtsin Mar 23, 2020
15434c7
Guard against null values in object parameters for bridged methods
Mar 24, 2020
44f213b
Modify pending deletion tags to be cross manageChildren
Mar 24, 2020
7dff0f4
Enable label-actions on the react-native repository (#28374)
hramos Mar 24, 2020
cf02bd9
Fix Animated Value initialized with undefined in ScrollView (#28349)
janicduplessis Mar 24, 2020
9a75d50
xplat/js/react-native-github/ReactCommon/fabric/components/textinput/
Mar 24, 2020
14b423e
Seed ssh known hosts with github's public key (#28370)
alloy Mar 24, 2020
d241de9
Fix app bundle size diff not always being compared against latest com…
tido64 Mar 24, 2020
33f2024
Hopefully fix so loading crashes
sahrens Mar 24, 2020
84b7b8d
Fix label-actions configuration
hramos Mar 24, 2020
05e2ec6
Changing Order Of mOverrideColorScheme In Constructor
Mar 24, 2020
79c69be
hermes | inspector | Don't include posix headers on non-posix systems
Mar 25, 2020
cf44650
Upgrade Prettier from 1.17 to 2.0.2.
bolinfest Mar 25, 2020
0b9ea60
Back out "Upgrade Prettier from 1.17 to 2.0.2."
bolinfest Mar 25, 2020
fb02328
Fabric: Additional temporary checks in prop parsing infra
shergin Mar 25, 2020
9637d62
Update React package
gaearon Mar 25, 2020
9064c18
Fix sketchy null checks induced by new formatting in Prettier 2.0
bolinfest Mar 25, 2020
56b0f5c
RN picker - fix types in AndroidDialogPickerManagerInterface
Mar 25, 2020
421bc5f
Remove RCTExportModule log spam
Mar 25, 2020
faff19a
De-jank DevLoadingView
RSNara Mar 25, 2020
72ac212
Fix retaining self in block in LogBox impl
Mar 25, 2020
be35664
Flow type infoLog
sahrens Mar 26, 2020
25f7aea
Replace fbsource// with // in xplat/js/ files [1]
fkgozali Mar 26, 2020
6fe7cd8
Deploy Flow 0.121 to Xplat (#901)
gkz Mar 26, 2020
ea07cde
Replace fbsource// with // in xplat/js/ files [3]
fkgozali Mar 26, 2020
21785ee
Replace fbsource// with // in xplat/js/ files [4]
fkgozali Mar 26, 2020
53212e1
Add Needs: Repro bot action (#28397)
safaiyeh Mar 26, 2020
ec2cfe9
Daily `arc lint --take CLANGFORMAT`
Mar 26, 2020
8ac00b3
✅ Green CI: Fix JavaScript e2e tests, disable failing Android e2e tes…
hramos Mar 26, 2020
89d04b5
Upgrade internal packages to support ESLint >= 6 (#28393)
Barbiero Mar 26, 2020
7344801
Fabric: Fixing a deadlock in RCTSurfacePresenter
shergin Mar 26, 2020
6ce3f0a
Update React Hooks Plugin
gaearon Mar 26, 2020
93ee5b2
Upgrade React DevTools 4.0.6 -> 4.6.0
Mar 26, 2020
d2f314a
Make ScrollView use ForwardRef
kacieb Mar 26, 2020
d3658bc
Fix issue with onEndReached
MartinSherburn Mar 27, 2020
b119a00
Remove console warnings from ScrollView methods
kacieb Mar 27, 2020
da8cccb
Upgrade react-docgen, jscodeshift and flow-parser
cpojer Mar 28, 2020
c3d0f3b
Ship State Reconciliation 100% on all platforms
JoshuaGross Mar 28, 2020
24b79c1
Core telemetry tests: update so they pass on my machine
JoshuaGross Mar 28, 2020
50a34bc
Optimize diff algorithm to produce fewer remove+insert ("move") paire…
JoshuaGross Mar 28, 2020
1281be6
Unit test for V2 "minimal instruction" diffing algorithm
JoshuaGross Mar 28, 2020
602070f
Add ES Lint rules for `DynamicColorIOS()`and `ColorAndroid()` (#28398)
tom-un Mar 28, 2020
0d1fb45
fix: Android gradle config when bundling for release (#28415)
vdmtrv Mar 28, 2020
d770d78
Reimplement D19965405: Small improvements in Differentiator/TinyMap
JoshuaGross Mar 28, 2020
7a01afe
Remove LayoutInspectingPolicy.includeScrollViewContentOffset
sammy-SC Mar 30, 2020
26b2094
Add support for translation and rotation to operator * between Rect a…
sammy-SC Mar 30, 2020
bbd9144
Include transform property when calling getRelativeLayoutMetrics
sammy-SC Mar 30, 2020
7007df6
feat: migrate appveyor to circleci (#28245)
Naturalclar Mar 30, 2020
011eb4c
Remove "Debug with Nuclide" option
rickhanlonii Mar 30, 2020
cd13446
experiment to preload RN bridge after fb4a bookmarks render
sahrens Mar 30, 2020
e7a14b8
Fix CursorDrawable Color Tint for Android 10+
Mar 30, 2020
6a61557
Early return on tinting CursorDrawable if no color supplied
Mar 30, 2020
3276563
Partial React Sync for Inspector
rickhanlonii Mar 30, 2020
21396bb
Enable inspector for Fabric
rickhanlonii Mar 30, 2020
405200e
chore: update url of warning message from deprecated imports (#28452)
Naturalclar Mar 30, 2020
adb2d31
Add `upgrade-support` link on issue creation (#28411)
lucasbento Mar 30, 2020
f21f922
Update PixelRatio 'getFontScale' method description (#28407)
Simek Mar 30, 2020
b866418
Remove allowDisablingImmediateExecutionOfScheduleMountItems feature flag
JoshuaGross Mar 30, 2020
15ea60e
RuntimeExecutor helpers that modify the way of the callback is being …
shergin Mar 31, 2020
8d3d8af
Fabric: Using `executeSynchronouslyOnSameThread_CAN_DEADLOCK` in Main…
shergin Mar 31, 2020
c381518
Set RootNodeKind trait in ModalHostViewShadowNode
sammy-SC Mar 31, 2020
c3d0c29
mention RNTester app in contributor guide (#28042)
vonovak Mar 31, 2020
214d73b
Buck: Use Android SDK 29 during build (#28455)
hramos Mar 31, 2020
367a573
Assign orderIndex_ in ConcreteViewShadowNode constructor instead of V…
sammy-SC Mar 31, 2020
232517a
Implement nativePerformanceNow to improve Profiler API results (#27885)
emilisb Mar 31, 2020
8454975
Save/restore IP when leaving the interpreter
jbower-fb Mar 31, 2020
ed30549
Plumb through memory allocation profiler feature to Chrome Inspector
jbower-fb Mar 31, 2020
ad86a18
chore: update lint config in template (#28443)
Naturalclar Mar 31, 2020
4a2232b
Apply buckformat in preparation for updating buildifier
chatura-atapattu Mar 31, 2020
23d0e7c
Circle CI Housekeeping: Windows, e2e (#28471)
hramos Apr 1, 2020
2b062ea
Fix bug in optimized differ
JoshuaGross Apr 1, 2020
f6de7b8
Use `buildCodeFrameError` in babel-plugin-inline-view-configs
cpojer Apr 1, 2020
46722dc
Swap left and right yoga position with start and end in RTL context
sammy-SC Apr 1, 2020
c5a54ec
Fix inline-view-configs test on Windows.
cpojer Apr 1, 2020
e653cb0
Pass isRTL flag from FabricUIManager Fabric core
sammy-SC Apr 1, 2020
3591b7a
Promote shadowColor to formsStackingContext property
sammy-SC Apr 1, 2020
9b94a54
Get CallInvokers from the bridge
RSNara Apr 1, 2020
8970ee9
Make HermesRuntime::description() always include "HermesRuntime"
mhorowitz Apr 1, 2020
2e085a3
Fix Yoga flexshrink with min-width sizing issue
SidharthGuglani-zz Apr 1, 2020
5b26709
More consistent snapshots on windows (#28482)
acoates-ms Apr 1, 2020
ec0c65c
Improve component stack parsing
rickhanlonii Apr 1, 2020
52b3105
Implement RCTWarn equivalent on Android
rickhanlonii Apr 1, 2020
e7c3f9d
Remove unused feature flag: useMapNativeAccessor
JoshuaGross Apr 2, 2020
3963f34
Remove unused Feature Flag: lazilyLoadViewManagers
JoshuaGross Apr 2, 2020
00ed57e
Remove unused feature flag: enableExtraWebViewLogs
JoshuaGross Apr 2, 2020
eab7fc0
Remove unused feature flag: logDroppedViews
JoshuaGross Apr 2, 2020
6f627f6
Split loadApplicationScript into initializeRuntime and loadBundle (#2…
simka Apr 2, 2020
3d61dc9
Back out "Fix controlled TextInput with child nodes"
sammy-SC Apr 2, 2020
b145a82
Fixed crash in JSIExecutor::NativeModuleProxy
shergin Apr 2, 2020
2c3a6ab
Fix crash caused by <Modal> trying to present view controller twice
sammy-SC Apr 2, 2020
46f4109
Loosen up restrictions for internal changelogs (#28486)
hramos Apr 2, 2020
21eb540
Fix TextInlineViews when UIImplementation processes two roots at the …
mdvacca Apr 2, 2020
3ed1b1f
Add a React Feature Flag to control TextInlineView fix
mdvacca Apr 2, 2020
b1b2f30
Pass native CallInvoker to ObjCTurboModule constructor
RSNara Apr 3, 2020
7e16a9d
Manual changes required to make ObjCTurboModule accept native CallInv…
RSNara Apr 3, 2020
69698b2
Codemod all getTurboModuleWithJsInvoker methods to accept a native Ca…
RSNara Apr 3, 2020
3a11f05
Make RCTTurboModuleManagerDelegate getTurboModule accept native CallI…
RSNara Apr 3, 2020
83fee73
eslint-config: add version badge and add homepage for eslint-config (…
Naturalclar Apr 3, 2020
eb4e2ba
Rename Instance::getNativeCallinvoker to Instance::getDecoratedNative…
RSNara Apr 3, 2020
de56649
Add CallInvoker::invokeSync
RSNara Apr 3, 2020
aef0ef4
Export Instance::getDecoratedNativeCallInvoker from RCTCxxBridge
RSNara Apr 3, 2020
f9c2157
Add Author Feedback label automatically (#28484)
hramos Apr 3, 2020
cb1bdd6
docs: add README and specify file in package.json (#28507)
Naturalclar Apr 3, 2020
74ee32c
Make the link easier to copy. (#28516)
pvinis Apr 3, 2020
25836bc
Upgrade tests to Xcode 11.3.1 (#28498)
hramos Apr 3, 2020
f9df933
Fixes iOS reload through metro "r" command key (#28477)
reyalpsirc Apr 3, 2020
553729f
Create method queues for NativeModules that neither provide nor reque…
RSNara Apr 3, 2020
fb89730
Rename duplicate name `<ScrollView>` example on RNTester (#28515)
pvinis Apr 3, 2020
5c4425a
Fix Fabric SSTs, so they actually run in Fabric instead of Paper, con…
JoshuaGross Apr 3, 2020
fb2900e
Fixed scrollview inset when RN view is embedded in another view (#27607)
danielgindi Apr 3, 2020
8824955
Bump react-native-codegen to 0.0.2
elicwhite Apr 3, 2020
5c086b4
Rename ScrollViewSimpleExample
hramos Apr 4, 2020
3246f68
Remove console warnings for innerViewNode/Ref
kacieb Apr 4, 2020
2173364
Make TurboModules dispatch method calls via native CallInvoker
RSNara Apr 4, 2020
bd38686
add ripple config object to Pressable (#28156)
vonovak Apr 4, 2020
d36fa78
Make TurboModule creation thread-safe
RSNara Apr 4, 2020
e3b7520
Remove unused fields from error dialog
sebmarkbage Apr 4, 2020
e2c417f
Fix crash when enabling Performance Monitor on iOS 13.4 (#28512)
IjzerenHein Apr 4, 2020
caa7829
Modify warning message (#28514)
jiggag Apr 4, 2020
4cbcee7
Set _borderLayer.frame when border changes
sammy-SC Apr 6, 2020
9d56c07
Add API for getting sourceURL directly from ReactContext
Apr 6, 2020
f21b4eb
imp: Remove unused `npx` reference (#28544)
Esemesek Apr 6, 2020
ff38f47
Add debug logs to track down T62192299 exception source
JoshuaGross Apr 6, 2020
a37e45a
Back out "Fixed scrollview inset when RN view is embedded in another …
Apr 6, 2020
c4806fa
Fail silently in AppStateModule.sendEvent if CatalystInstance is not …
JoshuaGross Apr 7, 2020
990dd86
Move DebugEnvironment helper to open source
elicwhite Apr 7, 2020
f7b9033
Fix Appearance module when using Chrome Debugger
elicwhite Apr 7, 2020
72150f5
Extend Android ImageViewManager to support analyticsTag prop
mdvacca Apr 7, 2020
1c10568
Extend Image.android to support analyticsTag prop
mdvacca Apr 7, 2020
0128e46
Create ImageContext object to allow udpating the analyticsTag prop fo…
mdvacca Apr 7, 2020
02dd5c6
Ez cleanup in ImageProps
mdvacca Apr 7, 2020
e5497ca
Exclude all FlipperKit transitive dependencies from iOS Release build…
Apr 7, 2020
0f0c986
Fix crash in FabricUIManager.onMeasure
JoshuaGross Apr 7, 2020
ccef84d
Fix flow types of ImageContext
mdvacca Apr 8, 2020
22e318f
Avoid passing analyticsTag prop to native if this is set to null
mdvacca Apr 8, 2020
8e48dc0
Rename analyticsTag -> internal_analyticsTag in ImageView component
mdvacca Apr 8, 2020
3904228
Make Vibration.vibrate compatible with TurboModules (#27951)
brunobar79 Apr 8, 2020
fd5de50
Fix Cocoapods builds
RSNara Apr 8, 2020
432868b
Add minimumSize to RCTRootView & RCTRootShadowView
Apr 8, 2020
bf2609d
Make RCTNativeAnimatedModule into a TurboModule
RSNara Apr 8, 2020
4a48b02
upgrade to flow 0.122.0
mroch Apr 8, 2020
7b48899
Switch order of onSelectionChange and onChange events send from native
sammy-SC Apr 9, 2020
0ef63d0
Maintain selection and cursor location when setting string on TextInput
sammy-SC Apr 9, 2020
00c4d95
Implement event count for TextInput
sammy-SC Apr 9, 2020
c7f2595
Migrate setNativeProps to commands in iOS text input
sammy-SC Apr 9, 2020
696fb55
Update default Podfile to not depend on a path (#28572)
grabbou Apr 9, 2020
b191809
chore: update CLI
grabbou Apr 14, 2020
5f7b44c
fix: do not throw on missing `cliPath`, use the default value (#28625)
grabbou Apr 15, 2020
7acd667
chore: remove Kotlin version from the default template
grabbou Apr 16, 2020
787a772
(eslint-config) update community eslint plugin in eslint config (#28642)
Naturalclar Apr 16, 2020
e2dd18d
[0.63.0-rc.0] Bump version numbers
grabbou Apr 16, 2020
ff1558d
Upgrade Hermes dependency to 0.5.0
willholen Apr 14, 2020
87f5b8b
Remove the post install step (#28651)
priteshrnandgaonkar Apr 16, 2020
18f1c69
Allow iOS PlatformColor strings to be ObjC or Swift UIColor selectors…
tom-un Apr 21, 2020
b645f23
Fix folly::dynamic crash when attaching a debugger to Hermes
willholen Apr 23, 2020
5e51e54
Update react.gradle (#28776)
grabbou Apr 28, 2020
574447a
Revert D21064653: Remove the post install step
elicwhite Apr 16, 2020
208bd05
Bump @react-native-community/eslint-config in new app template
elicwhite May 1, 2020
48413a4
[0.63.0-rc.1] Bump version numbers
grabbou May 4, 2020
27ccc60
Upgrade Flipper to 0.37.0 (#28545)
sunnylqm Apr 22, 2020
29639e7
Enable with CocoaPods `:configuration` (#28796)
alloy May 7, 2020
262a3f6
Pressable: Rename pressRectOffset to pressRetentionOffset to be consi…
elicwhite May 13, 2020
fb429a5
iOS: Fix Animated image crash when CADisplayLink target in RCTWeakPro…
p-sun May 13, 2020
0b6fad6
Pressable: Add Support for Inspector Overlay
yungsters May 18, 2020
0225f18
Changed iOS LaunchScreen from xib to storyboard (#28239)
jeswinsimon Apr 16, 2020
6ed1b39
Fix debugging on android for 0.63 (#29204)
devon94 Jul 7, 2020
4f89733
[0.63.0] Bump version numbers
grabbou Jul 8, 2020
484a5ea
Add ProGuard rule for hermes (#28571)
radko93 Apr 9, 2020
99fc293
Fix rounded border drawing when border-radius is smaller than border-…
IjzerenHein Apr 20, 2020
cab16e4
Fix border-stroke drawing after resetting border-radius (#28356)
IjzerenHein Apr 20, 2020
8c1718c
Fixes TextInput shaking when typing Chinese (#28805)
zhongwuzw May 4, 2020
5394c90
Set black as default text color for <TextInput/> on iOS (#28708)
JonnyBurger Apr 23, 2020
7d10965
Enable array buffers in JSCRuntime.cpp (#28961)
ryantrem Jun 9, 2020
5136fca
Fix font variant crash on Android < 4.4 (#29176)
Almouro Jul 2, 2020
bb91f4a
Fix LogBox.ignoreAllLogs used with no argument (#29310)
rickhanlonii Jul 9, 2020
49b2a6e
Pressable: Minimum Press Duration
yungsters May 19, 2020
ab211fa
chore: bring back script to org shape
grabbou Jul 14, 2020
ce0fd0a
[0.63.1] Bump version numbers
grabbou Jul 14, 2020
a642c3f
Exclude okhttp from flipper dependency (#29260)
Shywim Jul 14, 2020
42658cf
Send key when onKeyPress event is fired from TextInput
sammy-SC Apr 27, 2020
1f7b0b3
Calling Paper TextInput setTextAndSelection view command now dirties …
sammy-SC Apr 27, 2020
b5fd5d0
Remove setMostRecentEventCount from TextInput view commands
sammy-SC Apr 14, 2020
30b4d15
Restore Previous Behavior for StyleSheet Validation of Null/Undefined…
NickGerleman Jun 25, 2020
d4b6e02
Set windowTranslucentNavigation to false (#29399)
Ashoat Jul 20, 2020
b6ded72
Fix image cannot show in iOS 14 (#29420)
Jul 20, 2020
3c9e5f1
[0.63.2] Bump version numbers
grabbou Jul 22, 2020
0fdb1b2
Merge remote-tracking branch 'facebook/0.63-stable' into fb63merge
alloy Sep 10, 2020
76ac111
botched merge changes 1
alloy Sep 11, 2020
463644d
more hermes changes needed from upstream, botched merge?
alloy Sep 11, 2020
254b880
[RCTPicker] Guard UIKit only API on macOS
alloy Sep 11, 2020
2dd255e
[RCTSegmentedControl] Make UIKit agnostic
alloy Sep 11, 2020
37b380d
[RCTDisplayWeakRefreshable] Make platform agnostic
alloy Sep 11, 2020
7143e14
[RCTImageLoader] Make platform agnostic
alloy Sep 11, 2020
f9b904d
[RCTDevLoadingView] Make platform agnostic
alloy Sep 11, 2020
5d1020d
botched merge changes 2
alloy Sep 11, 2020
1f79737
[RCTPushNotificationManager] Guard for macOS
alloy Sep 11, 2020
d3c6116
v0.63 TODO
alloy Sep 11, 2020
e299872
[RCTBaseTextInputViewManager] Make platform agnostic
alloy Sep 11, 2020
302c57c
[RCTBaseTextInputView] Make platform agnostic
alloy Sep 16, 2020
01481ef
[RNTester-macOS] Fix
alloy Sep 16, 2020
8938ca4
[RCT-Folly] Fix build
alloy Sep 16, 2020
5d33f16
[PlatformColorValueTypes] Add macOS shim
alloy Sep 21, 2020
f5bdf72
Merge branch 'master' into fb63merge
alloy Sep 22, 2020
5ada5e0
[package] Update CLI to no longer require config
alloy Sep 22, 2020
d2e633a
Fix iOS build failures.
alloy Sep 22, 2020
f6c591b
Get RNTester to launch
alloy Sep 22, 2020
8f7cfb4
[CODEOWNERS] Add myself
alloy Sep 23, 2020
3b2124f
Merge branch 'master' into fb63merge
alloy Sep 23, 2020
5c2cfbd
[flow] Remove deprecated rule in newer Flow
alloy Sep 23, 2020
397c921
[flow] Get iOS checks green
alloy Sep 23, 2020
5065f58
[PlatformColor] Duplicate iOS code for macOS
alloy Sep 24, 2020
ac44cbd
[test] Make green with macOS fork changes
alloy Sep 24, 2020
06dfa25
[test] Get macOS test bundle to build
alloy Sep 24, 2020
21c189d
[Color] Rename alternating colors to match to assumptions
alloy Sep 24, 2020
352e9be
[PlatformExample] Fix examples on macOS
alloy Sep 24, 2020
bce8ea3
[transform] Use iOS implementation for macOS
alloy Sep 25, 2020
ee49861
Merge branch 'master' into fb63merge
alloy Sep 25, 2020
25df611
[circle] Fix config
alloy Sep 25, 2020
b47ca57
[ci] Update metro config as per upstream
alloy Sep 28, 2020
25f7006
[ci] Ignore metro config in e2e tests
alloy Sep 28, 2020
e53418e
Revert "[ci] Ignore metro config in e2e tests"
alloy Sep 29, 2020
7126b2e
Revert "[ci] Update metro config as per upstream"
alloy Sep 29, 2020
f9cc919
[ci] Only disable custom metro config in e2e test
alloy Sep 29, 2020
e8f2366
[ci] Ignore metro config in e2e tests
alloy Sep 28, 2020
44a92f7
[ci] Switch to experimental CocoaPods CDN
alloy Sep 29, 2020
302d1cd
Revert "[ci] Switch to experimental CocoaPods CDN"
alloy Sep 29, 2020
b0bc0de
[ci] Skip Android tests in Apple PR on master
alloy Sep 29, 2020
8116af9
[rnm-init] Fix pod reference
alloy Sep 30, 2020
4272792
[rnm-init] Update minimum iOS deployment target
alloy Sep 30, 2020
d30beed
Merge branch 'master' into fb63merge
alloy Sep 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,14 @@ if (
});
} else {
module.exports = {
serializer: {
getModulesRunBeforeMainModule: () => [
require.resolve('./Libraries/Core/InitializeCore'),
],
getPolyfills,
},
resolver: {
platforms: ['ios', 'macos', 'android'],
extraNodeModules: {
'react-native': __dirname,
},
},
transformer: {
assetRegistryPath: require.resolve('./Libraries/Image/AssetRegistry'),
serializer: {
getPolyfills,
alloy marked this conversation as resolved.
Show resolved Hide resolved
},
};
}