Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
500 commits
Select commit Hold shift + click to select a range
bc749a1
Early exit during matching in EventAnimationDriverMatchSpec
genkikondo Feb 22, 2023
31a8e92
Fix TextView alignment being reset on state updates
javache Feb 22, 2023
270584a
Kotlin to 1.7.22 for Gradle (#36227)
cortinico Feb 22, 2023
62faa79
Remove more tvos remnants (#36240)
Saadnajmi Feb 22, 2023
a18bad4
Re-add repositories{} block to allow for build-from-source
cortinico Feb 22, 2023
323d8b1
RNGP - GenerateCodegenSchemaTask should exclude all of `**/build/[gen…
cortinico Feb 22, 2023
2f81bb8
Gradle 8.x prep - specify task dependency between mergeNativeLibs and…
cortinico Feb 22, 2023
8cc733b
Update generator plugin for internal component
cipolleschi Feb 22, 2023
a2f155f
Enable TraceUpdateOverlay for android RN apps
Feb 22, 2023
96b2ca4
Opt out RNTesterIntegrationTests from Buck2 runs
Feb 22, 2023
c5bc3f1
Use NSCAssert() in react_native_assert instead of C assert() (#36177)
NickGerleman Feb 22, 2023
74cb607
Missing src, srcSet, referrerPolicy, tintColor on Image.d.ts (#36214)
alvessteve Feb 23, 2023
9718c17
Fix EventAnimationDriverMatchSpec to match non-bubbling pointer events
genkikondo Feb 23, 2023
26b2bb5
Add automatic RN version checking workflow (#36075)
Feb 23, 2023
4672b58
Move init of _contextContainer to init function
sammy-SC Feb 23, 2023
d528fe2
Add performance.memory API example to RNTester
Feb 23, 2023
85245af
Move isModuleInterface function (Flow, TypeScript) to the Flow and Ty…
kyawthura-gg Feb 23, 2023
32b8b49
Replace callback for lambdas
mdvacca Feb 24, 2023
6483559
Fix logic of removal of TMs cache
mdvacca Feb 24, 2023
c1304d9
Fix lints warnings in RN Android
mdvacca Feb 24, 2023
93fdcba
Drop the requirement to use PRODUCTION=1 to add -NDEBUG
cipolleschi Feb 24, 2023
1362820
Merge `Flow` and `TS` Parsers' `IncorrectModuleRegistryCallArgumentTy…
Pranav-yadav Feb 24, 2023
e969079
Back out "Fix lints warnings in RN Android"
cipolleschi Feb 24, 2023
e36fe69
Back out "Fix logic of removal of TMs cache"
cipolleschi Feb 24, 2023
25d10f5
Back out "Replace callback for lambdas"
cipolleschi Feb 24, 2023
a7f962c
Update offline mirrors
cipolleschi Feb 24, 2023
346b028
fix(ios): fix nullability warnings (#36247)
tido64 Feb 24, 2023
e79500e
Add TraceUpdateOverlayComponentDescriptor to CoreComponentsRegistry (…
cortinico Feb 24, 2023
bf03e86
Use RNTester init also in the old arch when Fabric is enabled (#36283)
Feb 24, 2023
e106a62
Add device event emit test for the sample C++ TurboModule (#36278)
rshest Feb 24, 2023
371e263
create throwIfPartialNotAnnotatingTypeParameter and add extractAnnota…
tarunrajput Feb 24, 2023
faba66b
Fix: Remove extra slash in import path in requireNativeComponent.d.ts…
harshika-kashyap Feb 24, 2023
33d4e2d
feat: Add iOS Paper implementation of inset logical properties (#36241)
gabrieldonadel Feb 25, 2023
c03de97
Make FlatList permissive of ArrayLike data (#36236)
NickGerleman Feb 25, 2023
febf6b7
Constrain data type in `getItemLayout` callback (#36237)
NickGerleman Feb 25, 2023
e57b6d1
Remove .ruby-version and update Gemfile to support multiple versions …
Feb 26, 2023
6e28e2d
Back out "Use NSCAssert() in react_native_assert instead of C assert()"
Feb 26, 2023
5ff8895
chore: Create Codegen throwIfPartialWithMoreParameter function (#36300)
gabrieldonadel Feb 27, 2023
a8f0a4d
Ability to directly emit device events on Android/Java side (#36279)
rshest Feb 27, 2023
05438c3
Update Offline mirror and legocastle script
cipolleschi Feb 27, 2023
ad686b0
Reduce breaking changes in use_frameworks! (#36305)
cipolleschi Feb 27, 2023
b108cbb
Use emitDeviceEvent in core ReactAndroid code (#36280)
rshest Feb 27, 2023
4fd15c4
Fix various JS linter warnings (#36307)
rshest Feb 27, 2023
59157b8
Back out "feat: Add iOS Paper implementation of inset logical propert…
NickGerleman Feb 27, 2023
446a412
Add print yoga node AllEdge value when debug mode (#948)
acton393 Feb 27, 2023
de4ed0d
Reduce breaking changes with DefaultReactActivityDelegate (#36310)
cortinico Feb 27, 2023
c2a089f
Better ShadowNode memory safety (#36258)
NickGerleman Feb 27, 2023
b360109
RNGP - Add apiVersion/languageVersion to 1.5 (#36311)
cortinico Feb 27, 2023
7620509
Restore Geometry.h with a deprecation message
cipolleschi Feb 27, 2023
81dd3af
Bump Gradle to 8.x (#36269)
cortinico Feb 27, 2023
987dd6a
fix: Support 120 FPS in `RCTFPSGraph` (#35543)
mrousavy Feb 28, 2023
8d0b5af
Run commit hooks before layout calculation (#36216)
tomekzaw Feb 28, 2023
5112bc5
chore(dependencies): bump CLI to 11 alpha2 and metro to 0.75.1 (#36271)
kelset Feb 28, 2023
14ab76a
Hoist responsibility for clearMarks/Measures to NativePerformanceObse…
rshest Feb 28, 2023
c18566f
Appearance.setColorScheme support (revisited) (#36122)
birkir Feb 28, 2023
95e20ed
Refactor Android/iOS/C++ TurboModule examples in RNTester/Catalyst
rshest Feb 28, 2023
0f56cee
Update Gemfile to require Cocoapods 1.12.0 (#36321)
cipolleschi Feb 28, 2023
d56bd11
Do not attempt to comment on PRs when on forks (#36316)
cortinico Feb 28, 2023
4b8b9cc
AGP to 7.4.2
cortinico Feb 28, 2023
d504fb4
Revert ESM imports
lunaleaps Feb 28, 2023
32d03c2
Add missing type objectFit prop in image style type definition (#36249)
alvessteve Feb 28, 2023
d4b228b
Support Slide Over and Split View on iPad (#36255)
Saadnajmi Feb 28, 2023
ed39d63
Fix/animated lists types (#36292)
jeongshin Feb 28, 2023
cbe934b
1/2 TextInput accessibilityErrorMessage (Talkback, Android) (#33468)
fabOnReact Mar 1, 2023
22ba1e4
Remove code only used by Android API level < 21
mdvacca Mar 1, 2023
a0adf57
Add TYPE_VIEW_HOVER_ENTER to AccessibilityNodeInfo sendAccessibilityE…
fabOnReact Mar 1, 2023
3997fc1
Lazy init for event name mapping registry
rshest Mar 1, 2023
bc56f66
Implement Performance.getEntries* W3C extension for Performance Timel…
rshest Mar 1, 2023
848ac0c
Remove eager view manager preinit support
javache Mar 1, 2023
729dcf6
Fix more warnings on bridge invalidation
javache Mar 1, 2023
a1f6b4d
Synchronize access to ViewManagerRegistry
javache Mar 1, 2023
f23f7f4
Replace getTypes functions with parser specific methods (#36225)
Mar 1, 2023
1d8a6e3
chore(stalebot): set the stale bot to start from oldest (#36337)
kelset Mar 1, 2023
cbc279c
Fix Jest failure on console.error()
NickGerleman Mar 1, 2023
62a0640
Avoid VirtualizedList viewability updates during state updates
NickGerleman Mar 1, 2023
a49446b
Fix Java 6 build breakage (#36338)
javache Mar 1, 2023
32931b7
Move yargs to a dependency to avoid script failures (#35912)
cjhines Mar 1, 2023
71157f6
update type definitions for unstable_batchedUpdates (#36180)
k-yle Mar 1, 2023
dadf74f
Remove the enableSeparateBuildPerCPUArchitecture from the template en…
cortinico Mar 1, 2023
024a8dc
Fix YogaLayoutableShadowNode handling of non-layoutable children (#36…
NickGerleman Mar 1, 2023
4e117cb
Revert D43186870: Move yargs to a dependency to avoid script failures
YuanDuFB Mar 1, 2023
071f6d2
Expose UnstableReactLegacyComponentDescriptor inside react/renderer/c…
cortinico Mar 2, 2023
851c8c6
Revert D43500868: Expose UnstableReactLegacyComponentDescriptor insid…
Mar 2, 2023
2780ba3
EventEmitter: Enforce Function Type of Listener
yungsters Mar 2, 2023
dce9d8d
Prepare cocoapods to accept the ENABLE_HERMES_PROFILER flag (#36352)
cipolleschi Mar 2, 2023
b72dc7f
fix: update publishing packages tag message prefix (#36348)
hoxyq Mar 2, 2023
ab55e12
Expose UnstableReactLegacyComponentDescriptor inside rrc_legacyviewma…
cortinico Mar 2, 2023
5093e55
Move yargs to a dependency to avoid script failures (#35912)
cjhines Mar 2, 2023
b0863e1
Bumping all the changes we have on main (#36355)
cortinico Mar 2, 2023
05454fa
Merge Parse-Module-Name `anon` fn of `Flow` & `TS` parsers' (#36297)
Pranav-yadav Mar 2, 2023
b044ece
presuppress Flow v0.201 errors
mroch Mar 2, 2023
c72c592
Fix order of operations when creating native DAG
genkikondo Mar 2, 2023
caf80d4
Fix crash from setProperty in RCTTurboModule
weih9 Mar 2, 2023
31b4550
Bump all the usages of published packages in the monorepo (#36356)
cortinico Mar 2, 2023
aab9df3
Gracefully handle out-of-bounds initialScrollIndex
NickGerleman Mar 3, 2023
ba9327d
Add unit tests for proper order of create and connect operations for …
genkikondo Mar 3, 2023
c1023c7
Add performance.reactNativeStartupTiming API
Mar 3, 2023
02e29ab
Improve handling of invalid DimensionValue usage (#36346)
NickGerleman Mar 3, 2023
ec99ba1
Add android app start time implementation
Mar 3, 2023
eb2f86a
Fix typing for TS AnimatableStringValue (#36366)
rshest Mar 3, 2023
5dd8e72
Get rid of unneeded iOS platfrom dependency when running core C++ uni…
rshest Mar 3, 2023
5746533
Add labels to bypass stale bot (#36365)
cortinico Mar 3, 2023
e4257a4
Attach a script to React-RCTAppDelegate to register Legacy Components…
cipolleschi Mar 3, 2023
4d7753e
Add Legacy Component to RNTester with Interop Layer (#36360)
cipolleschi Mar 3, 2023
0f53d31
Update offline mirrors for iOS
cipolleschi Mar 3, 2023
947751f
Upgrade to Flow 0.201.0
mroch Mar 4, 2023
b6f8210
Use Ruby 2.6.10 in CI (#36361)
Mar 6, 2023
aac7150
Add tests with more recent Rubies (#36376)
Mar 6, 2023
d2dd79f
Don't download hermes nightly tarball if it exists (#36368)
janicduplessis Mar 6, 2023
d7eb3bf
Migrate packages to not eager initialize view managers
Mar 6, 2023
350c055
Set up C++ unit tests for WebPerformance
rshest Mar 6, 2023
d00c150
Import OCMock as a pod for RNTester on iOS (#36239)
Saadnajmi Mar 6, 2023
e088f81
Remove force_static from ReactCommon/react/renderer/core
javache Mar 6, 2023
0ecb4e6
Fixes JSDoc in Clipboard setString (#36381)
mikemikhaylov Mar 6, 2023
24dbb5d
Back out "Migrate packages to not eager initialize view managers"
GijsWeterings Mar 6, 2023
ea354d4
Unit tests/fixes for PerformanceEntryObserver::get/clearEntries (#36384)
rshest Mar 6, 2023
c28c6f2
JavaTurboModule/LongLivedObject cleanup (#36367)
javache Mar 7, 2023
b73dd67
Use WeakObject for new turbomodule binding mechanism
javache Mar 7, 2023
a448c6d
Extract the functions to compute partial properties in the Flow and T…
MaeIg Mar 7, 2023
59c4db8
Add fabric support for maintainVisibleContentPosition on iOS (#36095)
janicduplessis Mar 7, 2023
419025d
Remove unused LongLivedObject include (#36391)
javache Mar 7, 2023
4a925c4
Support HermesAPILeanOrFull in react native apps (#36202)
Mar 7, 2023
3a06cca
Add feature flag to use JSI NativeState instead of HostObject (#36395)
javache Mar 7, 2023
f264fe1
Bump Xcode to 14.2.0 in circleCI (#36388)
Mar 7, 2023
96659f8
Fix overflowInset to take into account hitSlop
genkikondo Mar 7, 2023
f4e56fd
Refactor performance memory API implementation
Mar 8, 2023
7858a21
Enforce compatibility with `exactOptionalPropertyTypes` (#36345)
NickGerleman Mar 8, 2023
a055e07
Use the new CLI properties for codegen the legacy components
cipolleschi Mar 8, 2023
d72697c
Prepare to break the Dependency Cycle between React-graphics and Reac…
cipolleschi Mar 8, 2023
06e55ec
Avoid double glog init internally
javache Mar 8, 2023
a5bc6f0
Remove assumptions on super's description (#36374)
Saadnajmi Mar 8, 2023
d41e95f
Cache NSTextStorage
sammy-SC Mar 8, 2023
3f54d95
Wrap ReactNativeCoreE2E Surface in ScrollView
NickGerleman Mar 8, 2023
a37163f
Allow RNTester Jest E2E Examples to Run in Paper + Catalyst
NickGerleman Mar 8, 2023
5ac7c7f
RNGP - Add librrc_legacyviewmanagerinterop to pickfirst config block
cortinico Mar 8, 2023
c376e78
Delete refs to unmounted CellRenderers
NickGerleman Mar 9, 2023
bcec590
add 0.71.4 changelog (#36405)
kelset Mar 9, 2023
0018a69
Refactor startup performance API implementation
Mar 9, 2023
50068d0
Improve robustness of iOS CircleCI Pipelines (#36419)
cipolleschi Mar 9, 2023
8d8b44a
Add option to commit with generic message (#36421)
hoxyq Mar 9, 2023
af86b4a
Remove `inference_mode` config now that LTI is the default
SamChou19815 Mar 9, 2023
ad7bf51
Reland "[Catalyst][Android] Migrate packages to not eager initialize …
Mar 9, 2023
e26092a
Enable Venice
Mar 9, 2023
c005830
Add Fabric Interop event example
cipolleschi Mar 10, 2023
a5866ca
Add Fabric Interop constants example (#36417)
cipolleschi Mar 10, 2023
e68f513
Fix circleCI failure
Mar 10, 2023
3cd97e4
extract buildModuleSchema to parsers-commons (#36330)
tarunrajput Mar 10, 2023
48c7adc
Logging in GlobalPerformanceLogger via WebPerformance API (#36402)
rshest Mar 10, 2023
355e7c4
Create a feature flag for the TurboModule interop layer
RSNara Mar 12, 2023
5097763
Refactor: Make RPTMMD generic to all ReactPackages
RSNara Mar 12, 2023
1c5ba29
Add LazyReactPackage support to TurboModule system
RSNara Mar 12, 2023
a09a6d4
Add ReactPackage support to TurboModule system
RSNara Mar 12, 2023
5a5aa30
Add todo: Output validation log when ReactInstancePackages are detected
RSNara Mar 12, 2023
b6b28d0
Refactor: Rename TurboModuleHolder -> ModuleHolder
RSNara Mar 12, 2023
842800f
Refactor: Rename mTurboModuleCleanupLock to mModuleCleanupLock
RSNara Mar 12, 2023
1b73d11
Refactor: Rename mTurboModuleCleanupStarted -> mModuleCleanupStarted
RSNara Mar 12, 2023
c338ae6
Refactor: Rename TurboModuleProvider -> ModuleProvider<T>
RSNara Mar 12, 2023
c1c17e2
Refactor: Make ModuleHolder hold NativeModules vs TurboModules
RSNara Mar 12, 2023
6b42b86
Refactor: Rename TurboModule create method to getOrCreateModule()
RSNara Mar 12, 2023
cb18bf8
Refactor: Make getOrCreateModule() return NativeModule
RSNara Mar 12, 2023
43ef2ff
Refactor: Move HostFunction management logic to TurboModule::get()
RSNara Mar 12, 2023
cfa03db
Refactor: In JavaTurboModule, use jobject to hold module object
RSNara Mar 12, 2023
348a99a
Fix CircleCI removing lambda in Java (#36458)
cipolleschi Mar 13, 2023
4ffe69d
Improve type definition for FabricUIManager
rubennorte Mar 13, 2023
803bb16
Prepare for next React Native sync with new instance format (#36438)
rubennorte Mar 13, 2023
dc7941d
Shim implementation for NativePerformance on JS side
rshest Mar 14, 2023
320e51f
Unify findComponentConfig return statement (#36446)
marcocaldera Mar 14, 2023
21d5302
Extracting Platform Specific TM code to break dependency cycle betwee…
cipolleschi Mar 14, 2023
ca0d565
Back out "1/2 TextInput accessibilityErrorMessage (Talkback, Android)"
mdvacca Mar 14, 2023
ea57c92
React Native sync for revisions fccf3a9...f828bad
rubennorte Mar 14, 2023
aee7d96
Remove direct references to the global and untyped nativeFabricUIManager
rubennorte Mar 14, 2023
01f2936
Create feature flag for DOM trees in Fabric
rubennorte Mar 14, 2023
d8b4737
Fix duplicate [RCTConvert UIUserInterfaceStyle:]
NickGerleman Mar 14, 2023
d595fbc
Allow out-of-range initialScrollIndex after first scroll
NickGerleman Mar 14, 2023
58d88ec
Mitigate issues with Sandcastle simulators
cipolleschi Mar 14, 2023
5b597b5
FileReader#readAsArrayBuffer (#36332)
SheetJSDev Mar 14, 2023
19cf5c9
Update the hermes packages to 0.10.0 in 'fbsource'
pieterv Mar 14, 2023
ccbbcaa
Fix layout width calculation in onTextLayout (#36222)
reepush Mar 14, 2023
2d41e66
Fix types + documentation for CellRendererComponent
NickGerleman Mar 14, 2023
aa28ea0
Refactor: Simplify signature of TurboModuleBinding::getModule
RSNara Mar 15, 2023
cbdbb47
Refactor: Move ModuleProvider param to the end in TurboModuleBinding:…
RSNara Mar 15, 2023
06f054c
Back out "Create feature flag for DOM trees in Fabric"
makovkastar Mar 15, 2023
534a049
Back out "Remove direct references to the global and untyped nativeFa…
makovkastar Mar 15, 2023
57a2508
Back out "React Native sync for revisions fccf3a9...f828bad"
makovkastar Mar 15, 2023
102e40a
Disable Android platform for more failing tests
Mar 15, 2023
b893582
Use by default new Performance API implementation if available
rshest Mar 15, 2023
43986e8
chore: Add functionTypeAnnotation to codegen Parser class (#36468)
gabrieldonadel Mar 15, 2023
6a395cb
Change PerformanceApiExample to use ModulePathing (#36478)
TatianaKapos Mar 15, 2023
347d6f8
Extract throwIfMoreThanOneCodegenNativecommands error in error-utils …
tarunrajput Mar 15, 2023
d9f2cbe
extract Visitor to parsers primitives (#36459)
tarunrajput Mar 15, 2023
26b22a6
Remove hardcoded language from modules/index.js (#36435)
MaeIg Mar 15, 2023
6c208c2
React Native sync for revisions fccf3a9...47cf4e5
rubennorte Mar 15, 2023
913732b
Create feature flag for DOM trees in Fabric
rubennorte Mar 15, 2023
0875796
Use getter instead of constant to provide access to FabricUIManager b…
rubennorte Mar 15, 2023
a871407
Back out D43959013 - [hermes] Update the hermes packages to 0.10.0 in…
robhogan Mar 15, 2023
b07cf33
Use RN Build Utils for Building Hermes Artifacts
dmytrorykun Mar 15, 2023
01e7ff5
Fix incorrect hyphenation frequency in TextLayoutManagerMapBuffer
javache Mar 15, 2023
06b97ca
Back out "React Native sync for revisions fccf3a9...47cf4e5"
rubennorte Mar 15, 2023
7fee407
Update React Native codegen to support `Partial` as alias of `$Partial`
gkz Mar 15, 2023
9ee0e1c
Use SocketRocket for web socket library (#36471)
Mar 15, 2023
8c3cb4e
Refactor TextLayoutManager.isRTL() method
mdvacca Mar 15, 2023
b1b6673
Refactor usages of TextLayoutManager.sTextPaintInstance
mdvacca Mar 15, 2023
0a3c555
Update custom "exports" conditions in Jest environment
huntie Mar 16, 2023
ac5aec3
Add minimum necessary .d.ts files to react-native-codegen (2) (#36397)
ZihanChen-MSFT Mar 16, 2023
419b41f
fix: fix animated components ref types (#36472)
jeongshin Mar 16, 2023
681d7f8
Hotfix for Jest preset changes in 0a3c555 (#36495)
huntie Mar 16, 2023
4acef8e
fix: EventEmitter ts definition file (#36462)
helenaford Mar 16, 2023
dc2cbed
Improve error messages for invalid function types in react-native-cod…
gtomitsuka Mar 16, 2023
c0abff1
Precedent textContentType when set
lunaleaps Mar 16, 2023
94f505b
Extract inner switch case 'TSTypereference' to function translateType…
yux-m Mar 16, 2023
c0a46c6
Merge `defaultExports.forEach(statement => ...` (Flow, TS) to `findNa…
Pranav-yadav Mar 16, 2023
93c1fbd
Fix typos (RCTCustomRefreshControlProtocol) (#36363)
jiggag Mar 16, 2023
b2fda3e
Add platform test for pointercancel events caused by touch scrolling
vincentriemer Mar 16, 2023
379d9d4
Refactor PointerEvent emitting into its own gesture recognizer
vincentriemer Mar 16, 2023
1c1dfab
fix(eslint-plugin-specs): removes unnecessary `ENOENT` error check (#…
carlos3g Mar 17, 2023
7c34fe3
Merge commit '7f2dd1d49cc3c0bf5e24fdb37f6457151c1f06c4' into 0.72-merge
Jul 17, 2023
5a95b46
Merge commit '62fa6d9dac185add0b8998fe1a443beaef3a49bc' into 0.72-merge
Jul 18, 2023
c62a350
The renames from 2e3dbe9, done separately to make sure any other chan…
Jul 18, 2023
e1f55ed
cp the files from 2e3dbe9 that registered as adds but may be "soft" r…
Jul 18, 2023
869de44
Merge commit '2e3dbe9c2fbff52448e2d5a7c1e4c96b1016cf25' into 0.72-mer…
Jul 18, 2023
b13cbae
Update .flowconfig.macos
Jul 18, 2023
4feee27
Merge commit 'e42dd1593d7ec678f91deb0ab31013f9d72544a9' into 0.72-mer…
Jul 18, 2023
e0d1be0
Merge commit '14ab76ac30fe830b5445b57a5dc26bc4df6c6303' into 0.72-merge
Jul 19, 2023
9e09241
Merge commit 'c18566ffdb44103a3e24cd8017d0ae6a69c68e40' into 0.72-merge
Jul 20, 2023
f6c9d13
Merge commit 'e26092aec34ed3ff3f4b9598b36486f7c584510e' into 0.72-merge
Jul 25, 2023
88c93ee
Merge commit '320e51f4c41104f8fd612eb46a9c2ad26b3382c2' into 0.72-merge
Jul 26, 2023
b82a575
Merge commit '21d530208f57feda87dce9f93f471bbf57635477' into 0.72-merge
Jul 26, 2023
13fe3ef
Add macOS versions to new podspecs
Jul 26, 2023
4d89c5d
Fix loading NODE_BINARY inside Generate Legacy Components Interop (#3…
Jul 26, 2023
35bc1bf
Merge commit 'b2fda3eca756b0dee3bac807091a767abb7742bf' into 0.72-merge
Jul 26, 2023
f078922
Use RCTUIKit
Jul 26, 2023
9d2e623
Merge commit '1c1dfab5bc6ba04e80afe0047b8983318395c766' into 0.72-merge
Jul 28, 2023
289fb99
Use RCTUIKit in RCTSurfacePointerHandler
Jul 28, 2023
bb3e19d
nit: spacing fixes
Jul 28, 2023
efb5105
Update project.pbxproj to unset RN_FABRIC_ENABLED
Jul 28, 2023
3d859ca
Add keyboard modifiers back into RCTSurfaceTouchHandler
Jul 28, 2023
7b9073c
Merge branch 'main' into 0.72-merge-before-monorepo
Jul 28, 2023
b9e71d5
ADO: use Node 18
Jul 28, 2023
c5ec7c6
yarn lint fixes
Jul 31, 2023
5549630
Validate flowconfig
Jul 31, 2023
b90e958
Fix snapshots
Jul 31, 2023
e8f3246
Make our virtualized-lists package specific to react-native-macos
Jul 31, 2023
31a9468
Add macOS tags to typescript type tweaks
Jul 31, 2023
a7d8495
Add beachball scripts
Aug 1, 2023
1528889
Temporary package name change
Aug 1, 2023
88a0ac7
Change files
Aug 1, 2023
64b677b
react-native-macos/virtualized-lists -> react-native-mac/virtualized-…
Aug 1, 2023
bea7417
Merge branch 'main' into 0.72-merge-before-monorepo
Aug 7, 2023
b8d2bba
Fix flow issue in GhostTextExample
Aug 7, 2023
fdab6df
Consolidate macOS tags
Aug 9, 2023
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
  •  
  •  
  •  
3 changes: 1 addition & 2 deletions .ado/templates/apple-tools-setup.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
steps:
- task: NodeTool@0
inputs:
versionSource: 'fromFile'
versionFilePath: '.node-version'
versionSpec: '18.x'

- task: UseRubyVersion@0
inputs:
Expand Down
8 changes: 8 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"presets": [
"module:metro-react-native-babel-preset"
],
"plugins": [
"babel-plugin-transform-flow-enums"
]
}
14 changes: 4 additions & 10 deletions .circleci/Dockerfiles/Dockerfile.android
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
# Disabling this is okay because per (Github#774) this test, which is redundant to Azure Devops test,
# fails in the fork because of Microsoft's V8 upgrade to Android
#
#FROM reactnativecommunity/react-native-android:6.1
#FROM reactnativecommunity/react-native-android:7.0

LABEL Description="React Native Android Test Image"
LABEL maintainer="Héctor Ramos <hector@fb.com>"

ARG BUCK_BUILD
# set default environment variables
ENV GRADLE_OPTS="-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs=\"-Xmx512m -XX:+HeapDumpOnOutOfMemoryError\""
ENV GRADLE_OPTS="-Dorg.gradle.daemon=false -Dfile.encoding=utf-8 -Dorg.gradle.jvmargs=\"-Xmx512m -XX:+HeapDumpOnOutOfMemoryError\""
ENV KOTLIN_HOME="third-party/kotlin"

ADD .buckconfig /app/.buckconfig
Expand All @@ -44,7 +44,7 @@ ADD React /app/React
ADD keystores /app/keystores
ADD packages/react-native-codegen /app/packages/react-native-codegen
ADD tools /app/tools
add scripts /app/scripts
ADD scripts /app/scripts

# add third party dependencies
ADD Folly /app/Folly
Expand All @@ -55,13 +55,7 @@ ADD jsc /app/jsc
# set workdir
WORKDIR /app

RUN scripts/download-kotlin-compiler-with-buck.sh

RUN buck fetch ReactAndroid/src/test/java/com/facebook/react/modules
RUN buck fetch ReactAndroid/src/main/java/com/facebook/react
RUN buck fetch ReactAndroid/src/main/java/com/facebook/react/shell
RUN buck fetch ReactAndroid/src/test/...
RUN buck fetch ReactAndroid/src/androidTest/...
RUN scripts/buck/buck_fetch.sh

RUN buck build ReactAndroid/src/main/java/com/facebook/react
RUN buck build ReactAndroid/src/main/java/com/facebook/react/shell
Expand Down
Loading