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

Chore/upgrade from upstream #1

Closed
wants to merge 863 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
863 commits
Select commit Hold shift + click to select a range
6bcc1df
Set up Yoga experiment
davidaurelio Sep 25, 2018
ae1817f
RNTester: Remove all but one instance of PropTypes (#21321)
empyrical Sep 26, 2018
2da60a8
Prettify remaining unprettified files (#21327)
empyrical Sep 26, 2018
544adca
Test Xcode 10 (#21324)
hramos Sep 26, 2018
458d56c
Remove global babelHelpers and regenerator (#21283)
janicduplessis Sep 26, 2018
bcdf819
Fabric: Enumerator for RCTSurfaceRegistry
shergin Sep 26, 2018
4a8613f
Fabric: UIManager's API for installing and uninstalling itself
shergin Sep 26, 2018
24ffd8f
Fabric: Polishing RCTFabricSurface
shergin Sep 26, 2018
bce94dc
Fabric: Polishing RCTSurfacePresenter
shergin Sep 26, 2018
b758412
-[RCTSurfaceHostingView createSurfaceWithBridge:...] promoted to clas…
shergin Sep 26, 2018
7420048
Fabric: RCTSurface's start and stop methods
shergin Sep 26, 2018
08961c1
Fabric: Lazy ContextContainer creation in RCTSurfacePresenter
shergin Sep 26, 2018
78746af
Fabric: Introducing EventBeatBasedExecutor
shergin Sep 26, 2018
b91f6d1
Fabric: Using EventBeatBasedExecutor to ensure threading during insta…
shergin Sep 26, 2018
c69313f
Fabric: Start/stop Surface calls were moved down to C++ layer
shergin Sep 26, 2018
6af687d
Fabric: RCTSurfacePresenter & thread-safety
shergin Sep 26, 2018
84fbad6
Fabric: Safer UIManager deallocation and uninstallation
shergin Sep 26, 2018
d517214
Fabric: Fixed missing text on some views with borders
shergin Sep 26, 2018
7e9c3f7
Fix HEAD request failing with `Invalid response for blob` (#19567)
Sep 26, 2018
8206e84
Fabric: Fixed crash caused by incorrect bridge transfer annotation
shergin Sep 26, 2018
54e83e0
Fabric: Free image bitmap data during RCTImageComponentView recycling
shergin Sep 26, 2018
4052816
Remove duplicated config types
rafeca Sep 26, 2018
2c10570
Make config object read-only
rafeca Sep 26, 2018
99cacf4
package.json: Add flow check commands for iOS and Android (#21326)
empyrical Sep 26, 2018
62829a7
Initialize getConstantsForViewManagers eagerly
axe-fb Sep 27, 2018
1b90908
Move DeprecatedViewPropTypes to DeprecatedViewProps (#21349)
empyrical Sep 27, 2018
f3c8027
Split PointPropType (#21355)
peaonunes Sep 27, 2018
c650407
Remove PropTypes from ElementProperties (#21350)
kdastan Sep 27, 2018
8487e8f
Remove PropTypes from MaskedViewIOS.ios.js (#21346)
nissy-dev Sep 27, 2018
9f8fc8f
Remove PropTypes from InspectorOverlay (#21345)
kdastan Sep 27, 2018
4750f52
Bump [email protected]
rafeca Sep 27, 2018
748cf82
Rounded corner rendering fixed on Android N. (#21340)
dryganets Sep 27, 2018
0625c34
Remove PropTypes from IncrementalPresenter (#21343)
julioxavierr Sep 27, 2018
b3bf7e0
Fix react-native export for PointPropType
elicwhite Sep 27, 2018
f68b0c9
Split EdgeInsets in DeprecatedPropTypes and flow types (#21351)
danibonilha Sep 27, 2018
236bb01
StaticRenderer: Removed prop types (#21348)
richardcann Sep 27, 2018
0ee23d0
Remove unused suppressions in xplat/js
jbrown215 Sep 27, 2018
77e6c5e
Support logging points from JS
alexeylang Sep 27, 2018
57041ee
Add tests for out-of-tree platform support (#20932)
empyrical Sep 27, 2018
3f79b2a
Add flow types to PanResponder (#21291)
empyrical Sep 27, 2018
f40e744
Fix internal flow problems
RSNara Sep 27, 2018
0fb7139
SwipeableListView: Remove PropTypes (#21298)
empyrical Sep 27, 2018
39f6264
Fix internal flow typings
RSNara Sep 27, 2018
471e8c1
Add @flow to BackHandler
kukulski Sep 27, 2018
aac7c4d
Refactor UIManager view manager accesses
ayc1 Sep 27, 2018
230b7b0
Introduce ReactNativeConfiguration to manage experimentation
ayc1 Sep 27, 2018
95174d4
Avoid view manager class loads
ayc1 Sep 27, 2018
0da7e8d
Move and Rename propType definitions in TransformPropTypes (#21375)
gvarandas Sep 27, 2018
e3ae85d
TVViewPropTypes, PlatformViewPropTypes, DeprecatedTVViewPropTypes (#2…
exced Sep 27, 2018
00b1f93
Remove PropTypes from ViewerPagerAndroid.android.js (#21347)
nissy-dev Sep 28, 2018
c18458b
Move and Rename custom propType definitions in ColorPropTypes (#21371)
nissy-dev Sep 28, 2018
f94d2ad
Move and Rename propType definitions in ShadowPropTypesIOS (#21379)
gvarandas Sep 28, 2018
d8b40cc
Move and rename StyleSheetPropType to DeprecatedStyleSheetPropType (#…
danibonilha Sep 28, 2018
16f06bc
SwipeableRow: Remove PropTypes, convert to ES6 class (#21386)
empyrical Sep 28, 2018
9104b04
SwipeableFlatList, SwipeableQuickActions: Remove PropTypes (#21384)
empyrical Sep 28, 2018
d16ec74
RN: Replace `ImageResizeMode` w/ Flow Type
yungsters Sep 28, 2018
e873809
RN: Remove Prop Types from `LayoutAnimation`
yungsters Sep 28, 2018
199c918
RN: Fix `ReactNativeViewAttributes` Type Bugs
yungsters Sep 28, 2018
ae4be91
fix broken animation tests
sahrens Sep 28, 2018
02ad56f
Expose a getter for overflow setting in ReactViewGroup (#21398)
kmagiera Sep 28, 2018
e3b61f5
Fabric: Debug Pretty-printing is now debug only feature
shergin Sep 28, 2018
6715268
Revert D10100555: [react-native][PR] SwipeableRow: Remove PropTypes, …
fred2028 Sep 28, 2018
97f0e43
allow zero offset when shadow radius is nonzero
kukulski Sep 28, 2018
9edf635
Fabric: Using YGNodeLayoutGet* family functions to access Yoga layout
shergin Sep 28, 2018
5ce2c01
Fabric: Fixed a bug in LayoutMetrics::operator==
shergin Sep 28, 2018
e082a61
Revert D9930713: Avoid view manager class loads
ayc1 Sep 28, 2018
af181fb
Check if child view != null before dropping (#20465)
Sep 28, 2018
ea53727
Android: fix cookies lost on Android 5.0 and above (#19770)
Sep 28, 2018
53b487d
Use ShellCheck (#19681)
hramos Sep 29, 2018
e2210ab
Fix flow in InitializeCore
Sep 29, 2018
e28d8f6
Fix copyright headers
hramos Sep 29, 2018
84f1834
Move ImageSourcePropType.js, ImageStylePropTypes.js, TextPropTypes.js…
nissy-dev Sep 29, 2018
e7ddc59
Renames of ImageSource, ImageStyle, and TextProps propTypes
RSNara Sep 29, 2018
ee03459
FBJS: Upgrade to ^1.0.0
yungsters Sep 29, 2018
d00bdb9
Resolve protocol http, https when not in lowercase (#21396)
hyunjongL Sep 29, 2018
c70abb3
Fabric: Enabling view hierarchy flattening (for <View> component only…
shergin Oct 1, 2018
d6f3d37
Rename and move ViewStylePropTypes (#21415)
Thomas0c Oct 1, 2018
b6b0fc1
Move and Rename custom propType definitions in LayoutPropTypes (#21370)
nissy-dev Oct 1, 2018
9e65223
Fix artifacting on RN-drawn borders with asymmetric radii (#21208)
jamesreggio Oct 1, 2018
ee74135
Add tracing to when SO libraries are loaded
axe-fb Oct 1, 2018
80066db
Replace DeprecatedViewPropTypes.style for ViewStyleProp on Integratio…
ronal2do Oct 1, 2018
c870533
InspectorPanel -> Delete PropTypes (#21392)
dkaushik95 Oct 1, 2018
07ac31e
Make Flow types more strict
RSNara Oct 1, 2018
4768bea
Fix CameraRoll.getPhotos() crash on Android if device has a problemat…
naxel Oct 1, 2018
b030fcb
Update path to code analysis script (#21443)
hramos Oct 1, 2018
4ac500a
Don't access ReadableNativeArray on UI thread
ayc1 Oct 1, 2018
637d74f
Expose EventEmitter.dispatchEvent as public
mdvacca Oct 2, 2018
d3f2f96
Fix default accessibility delegate
ayc1 Oct 2, 2018
c1561ab
iOS: fix the baseline issue when displaying a mixture of different-la…
BingBingL Oct 2, 2018
8a49750
Upgrade xplat/js to Flow v0.82
samwgoldman Oct 2, 2018
ff084a4
Add workaround for Android Gradle Plugin 3.2 change to asset dir (#21…
edilaic Oct 2, 2018
1fc8a46
Bump up the buffer size and show a warning if the trace might be trun…
alexeylang Oct 2, 2018
408207b
Split ImageProps into DeprecatedPropTypes (#21411)
JenLindsay Oct 2, 2018
e7e63fd
Dealloc first time RCTNetInfo reachability callback
Oct 2, 2018
5be0dff
Avoid view manager class loads (take 2)
ayc1 Oct 2, 2018
9e7d918
Introduce EventBeatManager and enable events
mdvacca Oct 2, 2018
001b04f
Cleanup FabricBinding class
mdvacca Oct 2, 2018
cf66923
Refactor UIManager -> FabricUIManager
mdvacca Oct 2, 2018
98a6f19
Move 'top' prefix from UIManager to EventEmitter
mdvacca Oct 2, 2018
8b487d4
Create Handler lazily in DevServerHelper
axe-fb Oct 3, 2018
a5f3571
Refactor the usages of ChoreographerCompat
axe-fb Oct 3, 2018
7f6254b
Cache the instance of `ChoreographerCompat`
axe-fb Oct 3, 2018
fdfe422
Update flow Props declaration in TouchableWithoutFeedBack for onFocus…
gregaou Oct 3, 2018
8a2187b
Remove TimerMixin from TimerExample
elicwhite Oct 3, 2018
fa6035b
Fix accessibility role/label
ayc1 Oct 4, 2018
c5186ae
Simplify OSS enums
Oct 4, 2018
12ab08a
Bump [email protected]
rafeca Oct 4, 2018
997f382
Fix deprecation warning message in Switch
radko93 Oct 4, 2018
7536c9b
Fix Incremental children flow type
elicwhite Oct 4, 2018
925f63d
Run publish_npm_package job on tagged commits without any pre-reqs (#…
hramos Oct 5, 2018
0de99bc
Split ViewAccessibility into DeprecatedViewAccessibility and rename r…
danibonilha Oct 5, 2018
3aa8f09
Deprecate legacyImplementation
elicwhite Oct 5, 2018
3d31beb
Remove TimerMixin on ProgressBarAndroidExample.android.js (#21501)
nissy-dev Oct 5, 2018
3ad5c9e
Fabric: Enabling clang-format for half of Fabric modules
shergin Oct 5, 2018
f1d6e22
Removing TimerMixin on ProgressViewIOSExample (#21500)
gvarandas Oct 5, 2018
6967a4f
Flag code analysis issues once per converter used (#21503)
hramos Oct 5, 2018
89a358f
Expose enableBabelRuntime config param externally
rafeca Oct 5, 2018
bd8b942
Bump [email protected]
rafeca Oct 5, 2018
8ceb158
Remove TimerMixin from ListView (#21488)
exced Oct 5, 2018
6c20017
Remove TimerMixin from TouchableWithoutFeedback (#21493)
Thomas0c Oct 5, 2018
4d69431
Remove TimerMixin on ReactContentSizeUpdateTest (#21502)
peaonunes Oct 5, 2018
5bfa39e
Skip flaky Animated test
elicwhite Oct 5, 2018
bb9b9a8
When converting arguments JS->Java, handle integers correctly
mhorowitz Oct 5, 2018
9282c9d
Remove TimerMixin from TouchableOpacity (#21520)
danibonilha Oct 6, 2018
7142e9b
React sync for revisions ade5e69...d836010
yungsters Oct 6, 2018
d279b7c
Add point at beginning of InitializeCore
Oct 6, 2018
b8cb8d5
Update copyright for yoga files
Oct 6, 2018
b3f4872
Adding new Buck targets
rratmansky Oct 8, 2018
de416e7
Removing TimerMixin on SwipeableRow (#21499)
gvarandas Oct 8, 2018
31d6a69
Removing TimerMixin on TextInput (#21522)
richardcann Oct 8, 2018
b7526b2
Add test for InterpolatorType
Oct 8, 2018
9955aaf
flow-github/metro.js: Add missing module declaration (#21555)
empyrical Oct 8, 2018
fa3525d
Fabric: Introducting EventBeat::setFailCallback
shergin Oct 8, 2018
02d2e85
Fabric: `failCallback` implementation for MessageQueueEventBeat
shergin Oct 8, 2018
5f4aa6a
Fabric: Proper failCallback handling in EventBeatBasedExecutor
shergin Oct 8, 2018
0f683bb
Fabric: Calling `UIManager`'s `uninstall` function asynchonously
shergin Oct 8, 2018
a48fce8
Remove SubscribableMixin from ReactContentSizeUpdateTest
elicwhite Oct 8, 2018
1031872
check isAvailable key on simulator object (#21557)
antonychan Oct 9, 2018
f187a30
editorconfig: Set indent_size for BUCK files to 4 (#21554)
empyrical Oct 9, 2018
bbb6a07
� Improve Button component stylesheet; removed duplicate styles (#21535)
cHaLkdusT Oct 9, 2018
751be26
Allow UIManager to load native view managers lazily
Oct 9, 2018
5512c47
remove createReactClass from the RNTester/js/TextExample.ios.js (#21603)
nissy-dev Oct 9, 2018
e90f5fa
Add Deprecation Warning to ListView
elicwhite Oct 9, 2018
4876928
Fabric: Improved thread-safety in ShadowTree
shergin Oct 9, 2018
d38dffc
Fabric: Proper defaults for ScrollView's alwaysBounce*
shergin Oct 9, 2018
b985084
Fabric: `constraintLayout` is now return boolean
shergin Oct 9, 2018
b8947c4
Fabric: `ShadowTree::synchronize` and reliable `constraintLayout`
shergin Oct 9, 2018
4ce57cb
Fabric: Passing size constraints as part of starting Surface
shergin Oct 9, 2018
01af828
Fabric: Fixed possible race condition in `ShadowTree::complete`
shergin Oct 9, 2018
8f51243
Fabric: Enabling clang-format for the rest of Fabric
shergin Oct 9, 2018
04fbdd3
Fabric: Proper parsing of Accessibility Props
shergin Oct 9, 2018
95afdd8
Introducing "collapsable" prop as part of ViewProps
mdvacca Oct 9, 2018
74a00be
Enabled View falttening for Android builds
mdvacca Oct 9, 2018
397573f
Fix onPress for TextView containing just RawText
mdvacca Oct 9, 2018
28d80e4
Avoid serializing UndefinedColor when rendering texts
mdvacca Oct 9, 2018
80fd4bb
Removing createReactClass from ListView*Example.js (#21582)
exced Oct 9, 2018
b32029f
remove createReactClass from RNTester/js/SwipeableFlatListExample.js …
himanshusoni Oct 10, 2018
636d01b
Remove legacyImplementation from FlatList and SectionList
elicwhite Oct 10, 2018
4a52218
Remove MetroListView from SectionList
elicwhite Oct 10, 2018
780ced4
Fix C# unit tests (#818)
Oct 10, 2018
9965ea5
remove mixin on Libraries/Components/ScrollResponder.js (#21589)
nissy-dev Oct 10, 2018
4b6f02e
Normalize scheme for URL on Android (#21561)
radeno Oct 10, 2018
4b8c657
Remove SubscribableMixin from SizeFlexibilityUpdateTest (#21580)
exced Oct 10, 2018
15c0598
Update to Detox 9 (#21570)
kelset Oct 10, 2018
3184cab
react-native: fix path module use in writePlist test
Oct 10, 2018
e7b0590
Remove sinon dependency
rafeca Oct 10, 2018
bf47589
Bump [email protected]
rafeca Oct 10, 2018
a7f9583
remove createReactClass from RNTester/js/ProgressViewIOSExample.js (#…
himanshusoni Oct 10, 2018
96bdfe3
remove createReactClass from the IntegrationTests/ReactContentSizeUpd…
nissy-dev Oct 10, 2018
897f721
remove createReactClass from RNTester/js/ImageExample.js (#21602)
nissy-dev Oct 10, 2018
a82f6e1
Fix rntester buck build
Oct 10, 2018
01a1004
Fix for InterpolatorType crash
Oct 10, 2018
afa6d9b
Remove Subscribable.Mixin from React Native core
elicwhite Oct 11, 2018
8258b6a
React: Bump Canary Version
yungsters Oct 11, 2018
83da74b
Refactor uimanager stuff a bit
sahrens Oct 11, 2018
6eeff75
Android ScrollView fix for snapToInterval not snapping to end
olegbl Oct 11, 2018
b4a532e
Update comments to getViewManagerConfig() function name
fatalsun Oct 11, 2018
6b5b475
Ensure React Native lockfile is up to date
hramos Oct 11, 2018
af8c69e
Fix rounding of negative numbers (#825)
Oct 12, 2018
d8a5da5
Fix some test stuff
sahrens Oct 12, 2018
436cf15
bump Android NDK to r17c (#21628)
dulmandakh Oct 12, 2018
ee4e2ae
Fix AttributeStrings tests
mdvacca Oct 12, 2018
88ccb33
rename test of AttributedStringTest
mdvacca Oct 12, 2018
4f75709
Avoid calling lazilyLoadView when running in the debugger
Oct 12, 2018
f1b4daf
Start core marker earlier
Oct 12, 2018
7541655
Do not use fbjs/emptyObject
alunyov Oct 12, 2018
c96c93e
remove createReactClass from TimerExample.js (#21623)
peaonunes Oct 12, 2018
76bc15d
remove createReactClass from the RNTester/js/PanResponderExample.js (…
nissy-dev Oct 12, 2018
298f14d
Fix crashes on invalid regex
RSNara Oct 12, 2018
93e6ae1
ProgressViewIOS: Remove PropTypes and NativeMethodsMixin, convert to …
empyrical Oct 12, 2018
b44c5ae
Fix Xcode 10 errors relating to third-party (#21458)
mmccartney Oct 12, 2018
5c5af3e
Enforce lockfile is kept up to date (#21739)
hramos Oct 12, 2018
9abe34c
Fix npm commands in DockerTests.md (#21758)
prog1dev Oct 12, 2018
10fc548
bump okhttp3 to 3.11 (#21626)
dulmandakh Oct 12, 2018
f90c9b5
When paddingStart is 0, it should override paddingHorizontal (#816)
Oct 12, 2018
870eaa5
fix FlowFixMe and FlowIssue suppression regexes
mroch Oct 12, 2018
62e0d50
Move createStrictShapeTypeChecker to deprecated
RSNara Oct 12, 2018
8325e09
React sync for revisions d836010...4773fdf
yungsters Oct 13, 2018
5d41466
Fix reload for Image views in Android
mdvacca Oct 13, 2018
9817f85
Avoid cleaning up ReactRootView content when reactContext is destroyed
mdvacca Oct 13, 2018
ca3a6e8
Uninstalling native FabricUIManager when reloading RN screen
mdvacca Oct 13, 2018
082a869
Cleaning up imports in ViewGroupManager
mdvacca Oct 13, 2018
c8b6d60
Fabric: Custom border rendering on a separate CALayer
shergin Oct 13, 2018
5e7c774
Initialize the Choreographer in ReactChoreographer lazily
axe-fb Oct 13, 2018
7b15069
@allow-large-files [flow] update to v0.83
mroch Oct 13, 2018
b0d68c0
Fix DynamicFromMap object pool synchronization (#17842)
haitaoli Oct 14, 2018
8a3a0ad
Fix pull to refresh refresh component clipping on Android
Oct 15, 2018
70b5eb3
ListView requestAnimationFrame leak (#21802)
exced Oct 16, 2018
c4c90fd
Fabric: Support for a bunch of accessiblity props in View
shergin Oct 16, 2018
057438a
Fabric: Defined constants for white, black and clear colors
shergin Oct 16, 2018
07d8b06
Fabric: TextAttributes::defaultTextAttributes()
shergin Oct 16, 2018
2780234
Fabric: Treating empty accessibilityLabel as nil
shergin Oct 16, 2018
d73254b
Fabric: Fixed `accessibilityLabel` implementation in RCTParagraphComp…
shergin Oct 16, 2018
f2da2d1
Fabric: Proxying `LayoutConstraints::direction` down to RootNode's st…
shergin Oct 16, 2018
764dd51
Fabric: Making EventEmitter reenableable
shergin Oct 16, 2018
bb407fa
Back out "[react-native][PR] Rounded corner rendering fixed on Androi…
Oct 16, 2018
8985058
Remove createReactClass from LayoutEventsTest
RSNara Oct 16, 2018
bb6a690
remove createrReactClass from SizeFlexibilityUpdateTest (#21715)
nissy-dev Oct 16, 2018
998d69d
from ReactAndroid/src/androidTest/js/UIManagerTestModule.js (#21702)
ronal2do Oct 16, 2018
bbfff90
remove createReactClass from ScrollViewTestModule.js (#21627)
JenLindsay Oct 16, 2018
36507e4
Fix issue when inserting text at 0 when maxLength is set
Oct 17, 2018
b951499
Bump [email protected] (#21766)
peat-psuwit Oct 17, 2018
1c240ae
Fix onTextLayout metrics on Android when using alignText
Oct 17, 2018
0fab27c
Allow specifying iOS version for run-ios with simulator option (#19079)
elyalvarado Oct 17, 2018
d6c8f18
Introduce 'setAndForwardRef' helper function (#21823)
empyrical Oct 18, 2018
c95fdb0
Don't use local alias in react-native-implementation
elicwhite Oct 18, 2018
e337bca
Add JSI API and JSIDynamic glue to OSS React Native
mhorowitz Oct 18, 2018
a23fb1a
Add JSI implementation for JSC
mhorowitz Oct 18, 2018
749b18d
Add JSI-based JSExecutor for the bridge
mhorowitz Oct 18, 2018
53fa813
Switch RN from JSCJavaScriptExecutorFactory to JSCExecutorFactory
mhorowitz Oct 18, 2018
6796e62
Remove JSC references
mhorowitz Oct 18, 2018
c49d365
iOS changes to switch to JSI
mhorowitz Oct 18, 2018
0038192
Remove jschelpers and privatedata
mhorowitz Oct 18, 2018
7ffb406
Remove RN files which use JSC
mhorowitz Oct 18, 2018
e8cbc4f
iOS files removed for switch to JSI
mhorowitz Oct 18, 2018
6370b86
Get RNTester to compile and run
mhorowitz Oct 18, 2018
f85692c
Get RN Podspec xcodeproject to compile
mhorowitz Oct 18, 2018
78fcf7c
Get RNTester xcodeproj to compile
mhorowitz Oct 18, 2018
3341ada
Ensure HelloWorld xcodeproj template works
mhorowitz Oct 18, 2018
8427f64
Remove unused code using JSC
mhorowitz Oct 18, 2018
d9792b3
Exclude cpp equality operators from `extern "C"`
blackm00n Oct 18, 2018
09d35de
Fix flow types in file
RSNara Oct 18, 2018
61346d3
remove createReactClass and TImerMixin from TimerTest.js (#21748)
ronal2do Oct 18, 2018
67afaef
Remove previously scheduled NetInfo callbacks if they haven't fired
Oct 18, 2018
8465094
Remove createReactClass from CameraRollView
RSNara Oct 18, 2018
4d917c8
Additional Flow changes to files that use this component
RSNara Oct 18, 2018
44217d4
Blacklist react-native-implementation.js from haste
elicwhite Oct 18, 2018
dbc864c
Relax the requirement that lazy module cannot be initialized on the m…
spredolac Oct 18, 2018
5e997f9
use requireActual and requireMock from jest instead of require (#21849)
thymikee Oct 18, 2018
99471f8
Add deprecation notice to SwipeableListView
elicwhite Oct 18, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .buckconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

[android]
target = android-26
target = android-27

[download]
max_number_of_retries = 3

[maven_repositories]
central = https://repo1.maven.org/maven2
google = https://maven.google.com
google = https://dl.google.com/dl/android/maven2/

[alias]
rntester = //RNTester/android/app:app
Loading