Skip to content

smp #1

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

Open
wants to merge 3,819 commits into
base: Feature/add-native-animation-of-all-props
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3819 commits
Select commit Hold shift + click to select a range
a2ab3fc
Migrate RCTNativeAnimatedTurboModule to initialize
RSNara May 21, 2021
0510821
Replace EventDispatcherImpl with LockFreeEventDispatcherImpl
JoshuaGross May 22, 2021
4bec099
Add option to disable sending scroll events to Paper
sammy-SC May 22, 2021
ffa533a
Add option to use unbatched queues only
sammy-SC May 22, 2021
7aeac42
Move isColorMeaningful to platform specific code (#31557)
acoates-ms May 23, 2021
dd96555
Daily `arc lint --take CLANGFORMAT`
May 24, 2021
faaeb77
Parse accessibilityAction props into object
May 24, 2021
900fed5
Events: Remove default `getCoalescingKey` impls
JoshuaGross May 24, 2021
fed6ad5
Pass correct action name in the props callback
May 24, 2021
341f061
Upgrade jsc-android to 250230.2.1 (#31304)
Kudo May 24, 2021
1c5d0dc
React Native sync for revisions b8fda6c...ebcec3c
rickhanlonii May 25, 2021
d2a6d88
React Native sync for revisions 3169430...459c34f
rickhanlonii May 25, 2021
5a9b6fc
Simplify LockFreeEventDispatcherImpl further
JoshuaGross May 25, 2021
2854061
Introduce EventQueueProcessor
sammy-SC May 25, 2021
1866566
Introduce a way to specify React priority for events
sammy-SC May 25, 2021
2016460
Pass event priority to React
sammy-SC May 25, 2021
3a9e14e
Add synchronous access to the runtime to RuntimeScheduler
sammy-SC May 25, 2021
917f83c
Use transform prop in PanResponderExample
rozele May 25, 2021
fa899cb
Use getter instead of directly accessing ivar
sammy-SC May 25, 2021
40706e0
iOS: 6/7 JS only. Remove logic for visible prop in JS, and pass it to…
p-sun May 25, 2021
2c4eba7
iOS: 7/7 Test Modal onDismiss with Jest
p-sun May 25, 2021
f684d99
React Native sync for revisions 459c34f...1e4c353
rickhanlonii May 25, 2021
4efd603
Update customDirectEvent types for ReactVitoImageManager
mdvacca May 25, 2021
925af8d
Add collapsable to RCTViewManager as property
sammy-SC May 25, 2021
6b91ae7
localeIdentifier missing from flow type of I18nManager (#31589)
acoates-ms May 26, 2021
0ee8e29
Fix for ScrollView race condition between C++ state update and onScroll
sammy-SC May 26, 2021
34b8d07
Back out "iOS: 6/7 JS only. Remove logic for visible prop in JS, and …
May 26, 2021
52b51f0
Update CONTRIBUTING.md (#31590)
May 26, 2021
4471715
Adds accessiblity actions on core components (#31532)
May 26, 2021
712bc67
Log when item execution is delayed during mounting
May 27, 2021
726e689
Deploy Flow v0.152.0
mroch May 27, 2021
fff0107
Fix robolectric tests for touch events
May 27, 2021
8a5ee96
Remove log info when TurboModule cannot be found
p-sun May 27, 2021
d1ab032
Remove feature flag for layout transition tag cleanup
May 27, 2021
74d5d03
pre-suppress Flow errors in xplat ahead of 153 release
Jun 1, 2021
547b4c9
Gradle 6.9, Android Gradle Plugin 4.2.1 (#31593)
dulmandakh Jun 1, 2021
7e9c741
Pass in EventEmitter during View CREATE and Preallocation
JoshuaGross Jun 1, 2021
b85572a
RN: Cleanup `TextInjection`
yungsters Jun 1, 2021
78caaca
RNTester: Text Adjusts Dynamic Layout Example
yungsters Jun 1, 2021
2f477b1
fix: update to @jest/create-cache-key-function@27 (#30637)
SimenB Jun 2, 2021
286fac5
Delete eager initialization of Fabric classes
mdvacca Jun 2, 2021
e4a4c4d
ExceptionsManager: Report Fatal "Warnings"
yungsters Jun 2, 2021
249435c
RN: Cleanup `collapsable` Experiment (iOS)
yungsters Jun 2, 2021
70da640
remove jcenter (#31609)
dulmandakh Jun 2, 2021
fc2153c
Remove mounting-layer hack
JoshuaGross Jun 2, 2021
8ca18f0
Don't PreAllocate virtual views
JoshuaGross Jun 2, 2021
1538fa4
Fix Switch ref forwarding (#31629)
janicduplessis Jun 2, 2021
502b819
find-node.sh supports Homebrew on M1 (#31622)
dulmandakh Jun 2, 2021
281daf1
Ship bridge RuntimeExecutor JSIExecutor flushing
RSNara Jun 2, 2021
0d32aef
fix(cli + tests): Bump metro to 0.66 + fix test manual script (#31597)
Titozzz Jun 2, 2021
58444c7
Custom NSURLSession configuration (#27701)
hakonk Jun 3, 2021
8ccc406
Animated: Setup Experiment Injection
yungsters Jun 3, 2021
819b926
Animated: Create Experimental Stub
yungsters Jun 3, 2021
0c38c44
RNTester: Reorganize `AnimatedGratuitousApp`
yungsters Jun 3, 2021
77beb42
RNTester: Modernize Animated Examples Index
yungsters Jun 3, 2021
f3ac981
RNTester: Remove Excess Example Spacing
yungsters Jun 3, 2021
a3a7fc2
Don't allocate large arrays on stack when copying native pointers, us…
amir-shalem Jun 3, 2021
47b0be5
Fix a couple of places RNTester is using non-theme values (#31479)
acoates-ms Jun 3, 2021
fc6fc63
use maven-publish plugin (#31611)
dulmandakh Jun 3, 2021
5d01110
bump buildToolsVersion to 30.0.2 (#31627)
dulmandakh Jun 3, 2021
399285f
Localize "search", "button", and "togglebutton" accessibility roles b…
kacieb Jun 3, 2021
7463f6d
Create swipeable card demo
Jun 3, 2021
b637b21
LayoutAnimations: don't animate root ShadowNode mutations
JoshuaGross Jun 4, 2021
d676cbe
Use Node v14 in Windows CircleCI jobs (#31656)
motiz88 Jun 4, 2021
a18a2de
Fix crash in ~Pointer by not retaining LayoutManager beyond the runtime
sammy-SC Jun 4, 2021
3ba8152
Ship `setJSResponder` in code
JoshuaGross Jun 4, 2021
80ceedc
Wire shouldYield flag to a feature flag
sammy-SC Jun 4, 2021
7f3f868
Convert KeyboardAvoidingView to use export default
kacieb Jun 4, 2021
249b8d2
Fix inline requires for ESM in react-native-github
rubennorte Jun 4, 2021
41f145f
Add testID to NewAppScreen Header Component (#31652)
NickGerleman Jun 4, 2021
f3b8d49
Bug fix: <TextInput> content is reset when emoji is entered at the ma…
Jun 4, 2021
b4cde15
remove defaultProps from picker of components (#31644)
kerm1it Jun 5, 2021
3827ca6
Fix font weight numeric values (#29117)
fabOnReact Jun 5, 2021
29bc961
Back out "remove defaultProps from picker of components"
Jun 6, 2021
4fb371b
RN: Add `react-test-renderer` Flow Definition
yungsters Jun 7, 2021
0b994ac
RN: Create `useMergeRefs` Utility
yungsters Jun 7, 2021
cb25638
RN: Create `useRefEffect` Utility
yungsters Jun 7, 2021
c774f9e
Animated: Support Concurrent Rendering
yungsters Jun 7, 2021
4246c75
Bump flipper deps to 0.91 to support XCode 12.5 out of the box (#31562)
mweststrate Jun 7, 2021
a403e76
React Native sync for revisions 2d8d133...0eea577
Jun 7, 2021
e15f171
Back out "Pass in EventEmitter during View CREATE and Preallocation"
JoshuaGross Jun 7, 2021
792acff
Clean up EventEmitterWrapper on surface deallocation
JoshuaGross Jun 7, 2021
ac6d198
Re-land: Pass in EventEmitter during View CREATE and Preallocation
JoshuaGross Jun 7, 2021
6b601db
Move execution of getRelativeLayoutMetrics to lambda
sammy-SC Jun 7, 2021
88fe26d
Make measure calls asynchronous
sammy-SC Jun 7, 2021
1cc2229
Multiple swipeable cards
Jun 7, 2021
0823f29
Foreground ripple support in Pressable (#31632)
intergalacticspacehighway Jun 8, 2021
7d1d4dc
Ship new C++ Differ in code
JoshuaGross Jun 8, 2021
eb30594
Bump CI Xcode and iOS Version to 14.5
Jun 8, 2021
4d40b53
Find node on m1 via homebrew node managers (#31678)
danilobuerger Jun 8, 2021
4b9d9dd
Accessible colors for DynamicColorIOS (#31651)
birkir Jun 8, 2021
961b00d
Pressable ripple should pick press event coordinates on subsequent pr…
intergalacticspacehighway Jun 8, 2021
9a43eac
Add missing @jest/create-cache-key-function dep root package.json (#3…
janicduplessis Jun 8, 2021
0aa8e25
Switch: useMergeRef for forwarding ref
Jun 9, 2021
fc587c9
Back out "Back out "[react-native][PR] remove defaultProps from picke…
Jun 9, 2021
ba387b9
Fix `setSnapToOffsets` crashing on Android if `snapToOffsets` is null…
maxoumime Jun 9, 2021
386dbd9
Use default priority for text input on change
sammy-SC Jun 9, 2021
43cf565
RN: Use `OS=latest` for Xcode in CI
yungsters Jun 10, 2021
25e8fbe
Ensure that EventEmitterWrapper is cleaned up as soon as a View is de…
JoshuaGross Jun 10, 2021
9a5e226
RN project wide Kotlin version (#31645)
dulmandakh Jun 10, 2021
b3a715f
removal of textColor from base application theme (#31487)
sidverma32 Jun 10, 2021
36c0a7d
Support user-defined PlatformColors on iOS (#31258)
oblador Jun 10, 2021
f2e0b2f
Fix crash in PreAllocation optimization
JoshuaGross Jun 10, 2021
3feaecd
Rename DevSupportManagerImpl to BridgeDevSupportManager
RSNara Jun 10, 2021
3034089
Move loadSplitBundleFromServer from DevSupportManagerBase to BridgeDe…
RSNara Jun 10, 2021
2c88459
Refactor: Introduce methods to show/hide DevLoadingView in DevSupport…
RSNara Jun 10, 2021
7c6eb1f
Move handleReloadJS() from DevSupportManagerBase to BridgeDevSupportM…
RSNara Jun 10, 2021
39d9122
Delete unnecessary DevSupportManager constructor
RSNara Jun 10, 2021
675e480
Refactor: Make DevSupportManager not conform to DevInternalSettings.L…
RSNara Jun 10, 2021
1d14df2
Refactor: Stop having DevSupportManager conform to PackagerCommandLis…
RSNara Jun 10, 2021
61dda32
Refactor: Delete ExceptionLogger interface in DevSupportManagerBase
RSNara Jun 10, 2021
67a486e
Move Sampling profiler from DevSupportManagerBase to BridgeDevSupport…
RSNara Jun 10, 2021
8092779
Update _gitignore - Remove .hprof (#31679)
Ghamza-Jd Jun 11, 2021
6e2989a
Update Image.[android|ios].js to use import from instead of require
kacieb Jun 11, 2021
c714a80
Updated hyperlinks for Issues(line 33) and Pull Requests(line 34) (#3…
Jun 11, 2021
b496a53
Fix cli bundle platform for Mac Catalyst in `react-native-xcode.sh` (…
robertying Jun 11, 2021
e31e2cc
React Native sync for revisions 0eea577...c96b78e
sammy-SC Jun 11, 2021
8fa8934
bump fresco to 2.5.0 (#31699)
dulmandakh Jun 11, 2021
2a6df5b
Pass concurrentRoot flag through to renderApplication
sammy-SC Jun 11, 2021
06c33e9
Bump Android deps to 0.93 (#31675)
mweststrate Jun 11, 2021
050922a
Remove usages of RTTI in places used by react-native-windows (#31694)
acoates-ms Jun 11, 2021
974f0a3
pre-suppress this typing errors ahead of 154
Jun 11, 2021
efefae9
RN: Move `{ => Deprecated}ImageProp{s => Types}` (Android)
yungsters Jun 12, 2021
052b3e3
RN: Cleanup `DeprecatedTextInputPropTypes`
yungsters Jun 12, 2021
2e8c0bd
RN: Delete `StyleSheetValidation`
yungsters Jun 12, 2021
33b3858
RN: Simplify `ReactNativeStyleAttributes` Type
yungsters Jun 12, 2021
ed76d4d
RN: Statically Define `ReactNativeStyleAttributes`
yungsters Jun 12, 2021
a5b92f3
Resign text input as first responder in prepareForRecycle
sammy-SC Jun 12, 2021
592e92f
Fix missing space when using iOS's autocomplete
sammy-SC Jun 13, 2021
e24b55e
Clean up RuntimeScheduler's API
sammy-SC Jun 13, 2021
e539e7d
Fix bug in parseHermesStack.js
MartinSherburn Jun 14, 2021
8ca8f0c
Daily `arc lint --take CLANGFORMAT`
Jun 14, 2021
d540f88
Initialise RuntimeScheduler before bundle is executed
sammy-SC Jun 14, 2021
d7e2e38
Fix measure: missing early return
JoshuaGross Jun 15, 2021
e67007c
Gate early EventEmitter update during PreAllocation behind feature flag
JoshuaGross Jun 15, 2021
883f465
Remove unused field
JoshuaGross Jun 15, 2021
572deae
Remove usage of Picker from Accessibility Example
Jun 15, 2021
b22a6d6
Remove Picker from Modal example
Jun 15, 2021
70727a5
Remove Picker from TextLegend example
Jun 15, 2021
c780366
Remove Picker from Android Permissions example
Jun 15, 2021
f12f0e6
Remove Picker from ScrollView examples
Jun 15, 2021
f78526c
Avoid re-encoding images when uploading local files (#31457)
arthuralee Jun 15, 2021
a7adaf3
Retry mounting items that were scheduled on view attach
Jun 15, 2021
2f943d9
Fix NullPointerException during tear down of RN Android
mdvacca Jun 15, 2021
5f2fae0
Move Chrome debugging menu item to BridgeDevSupportManager
RSNara Jun 15, 2021
6676d01
Give each DevSupportManagerBase subclass a unique bundle filename and…
RSNara Jun 15, 2021
cf2238e
Add title to DevMenu
RSNara Jun 15, 2021
993d022
Fix XHR multipart form upload example
Jun 15, 2021
6574072
Remove Picker from XHR example
Jun 15, 2021
3b751d3
{emoji:2b06} Upgrade ESLint TS parser and plugin (#31490)
wcandillon Jun 15, 2021
741b4d4
Remove RuntimeScheduler from SchedulerToolbox
sammy-SC Jun 16, 2021
1816536
Move RuntimeScheduler initialisation to the start of the runtime
sammy-SC Jun 16, 2021
e91fb05
DevMenu: Change "Toggle Inspector" to Show/Hide Element Inspector
RSNara Jun 16, 2021
c3dffe0
Fix native module lookup followup from D28630805
Jun 16, 2021
b176617
Release v0.153.0 to xplat
pieterv Jun 16, 2021
d208e7d
Workaround failing fmt compilation by locking to v6.2.1
Jun 16, 2021
279fb3e
Back out "Move RuntimeScheduler initialisation to the start of the ru…
sammy-SC Jun 16, 2021
9ca460f
Take RTL into account in scrollTo view command
sammy-SC Jun 16, 2021
463ec22
chore(version): major version to go with dependency update (#31732)
mikehardy Jun 16, 2021
61f538a
Add minHeight to buttons in in ScrollViewExamples
kacieb Jun 16, 2021
625d9e5
Remove PickerAndroidTestModule
Jun 16, 2021
8a677fa
Add NOBRIDGE prefix to Venice Metro logs
RSNara Jun 16, 2021
512c185
Upgrade glob-parent
Jun 16, 2021
aa43aab
Bump NDK to 21.4.7075529 (#31731)
dulmandakh Jun 17, 2021
30ce861
Remove using namespace from header file
sammy-SC Jun 17, 2021
a9f1e23
Check if instance is valid before calling C++
sammy-SC Jun 17, 2021
475de79
Call invokeUnique if event can be coalesce
sammy-SC Jun 17, 2021
685ac9a
Fix screenshot test failures for E2E tests in ScrollViewExamples
kacieb Jun 17, 2021
765d1e2
RN: Change `ImageURISource` to Object Type
yungsters Jun 17, 2021
6be4f2b
Fix Android build sequencing
Jun 17, 2021
14ca57b
Log ImageSource uris that are not using Facebook domain
mdvacca Jun 17, 2021
225ff72
Temporary mitigation for T93398735 crash: swallow PreAllocate crashes
JoshuaGross Jun 18, 2021
848d599
Bump Flipper to 0.93 (#31708)
mweststrate Jun 18, 2021
4bacfe4
CI: bump react-native-android to 4.0 (#31741)
dulmandakh Jun 18, 2021
257e83f
Remove custom MAP_TAG from FileBuffer
neildhar Jun 18, 2021
499ac1f
Resolve race condition in usage/teardown of EventEmitterWrapper
JoshuaGross Jun 18, 2021
d1e7551
Use atomic pointer to prevent race during teardown
sammy-SC Jun 18, 2021
52a9fed
Use atomic pointer for animationDelegate_ to prevent race during tear…
sammy-SC Jun 18, 2021
006f5af
Guard against unsafe EventEmitter setup and teardown
JoshuaGross Jun 20, 2021
fafd290
Update Moving Box Example
Jun 21, 2021
ad0ccac
Remove Picker from OSS
Jun 21, 2021
130b0f6
Move RuntimeScheduler initialisation to the start of the runtime
sammy-SC Jun 21, 2021
7f11739
Refactor Image to log component stacktraces for images rendering non-…
mdvacca Jun 22, 2021
77366cd
Remove Picker from OSS
Jun 22, 2021
090f828
Remove redundant dependency of runtimescheduler
sammy-SC Jun 22, 2021
f175ff5
Remove feature flag for async event beat v2
sammy-SC Jun 22, 2021
fc9c326
Use Animated.event implementation in AnimatedMock
Jun 22, 2021
fb58fa1
iOS: proxy minimumSize to RCTSurface, but as a noop
fkgozali Jun 22, 2021
d4d22fb
React Native sync for revisions c96b78e...568dc35
kacieb Jun 22, 2021
01c3bcd
Support string type for commands
Jun 22, 2021
f33e6f0
Delete unused struct
JoshuaGross Jun 22, 2021
e83feff
Back out "Avoid re-encoding images when uploading local files"
Jun 23, 2021
fa3697b
Back out "Add option to disable sending scroll events to Paper"
sammy-SC Jun 23, 2021
123d184
ImageSource: Convert `ImageURISource` to Interface
yungsters Jun 23, 2021
c974cbf
Allow PlatformColor to work with RCTView border colors (#29728)
danilobuerger Jun 23, 2021
36318b6
Deploy v0.154.0 to xplat
pieterv Jun 24, 2021
d472efb
Remove feature flag for promises block guard
sammy-SC Jun 24, 2021
5cb2deb
Add "CellRenderMask" Region Tracking Structure (#31420)
NickGerleman Jun 24, 2021
b673e35
Use weak hash map for react scroll view helper
dalves Jun 25, 2021
afafbf8
Log soft exception instead of crashing if ref is null on TextInput on…
JoshuaGross Jun 26, 2021
41eccce
Immediately destroy EventEmitterWrapper on update instead of waiting …
JoshuaGross Jun 26, 2021
7c47420
Explicitly turn off indexed_access flowconfig option in Xplat
gkz Jun 29, 2021
7727906
avoid mixing direct unlocking with lock-holders
yfeldblum Jun 29, 2021
c7d3452
Specify whether DevMenu is bridgeless or bridge
RSNara Jun 29, 2021
8c746df
Fix CMD + OPT + R with Bridgeless mode only
RSNara Jun 29, 2021
e6b9508
Fix crash when PlatformColor is used as backgroundColor
javache Jun 30, 2021
34903ba
Add mechanism to enforce certain Views always being visible in the Vi…
JoshuaGross Jun 30, 2021
40a9391
Move Pressable Sticky Header Example to RNTester
kacieb Jun 30, 2021
d5676f8
CKComponentLayout
rsrbk Jul 1, 2021
fa3243a
Rename things in RNTester
Jul 1, 2021
fd08255
Refactor SectionListExample
Jul 1, 2021
9fb2659
Move SectionList examples together
Jul 1, 2021
8765b93
Generalize RNTPressableRow
Jul 1, 2021
c06d8d0
Support 3 levels of navigation
Jul 1, 2021
3bce393
Clean up enable_state_scroll_data_race_ios experiment
sammy-SC Jul 5, 2021
bf2e1c9
Replace #import in C++ Header with #include (#31805)
NickGerleman Jul 6, 2021
ebe939b
Upgrade folly to fix NDK 21 build issue (#31802)
Kudo Jul 6, 2021
d85d72d
fix: TouchableNativeFeedback ripple starts on previous touch location…
intergalacticspacehighway Jul 7, 2021
b52950b
Apply correct text attributes in TextInput.setTextAndSelection
sammy-SC Jul 7, 2021
3b569b8
Ensure that TouchEvent is initialized with a valid MotionEvent
JoshuaGross Jul 7, 2021
b62a40a
Fix jump in title for iOS
Jul 7, 2021
cf2cc9e
Update title to example
Jul 7, 2021
1ad6e60
Rename header to titlebar
Jul 7, 2021
28e8c6a
Styling updates and typo fixes
Jul 7, 2021
421df26
Mitigate T94864568 by dropping TouchEvents that do not have a MotionE…
JoshuaGross Jul 7, 2021
4ad4426
Ship "state update scroll race" to ScrollView and HorizontalScrollView
JoshuaGross Jul 7, 2021
bc1e602
Add ScrollView.automaticallyAdjustsScrollIndicatorInsets prop (on iOS…
justinwh Jul 8, 2021
7ebafc0
Add animation queue to modern createAnimatedComponent
kacieb Jul 8, 2021
771d584
Add passthroughAnimatedPropsExplicitValues to modern createAnimatedCo…
kacieb Jul 8, 2021
8ed4068
Don't pass on receiveEvent after CatalystInstance destruction
JoshuaGross Jul 8, 2021
fb386fc
Fix NullPointerException caused by race condition in ReactInstanceMan…
mdvacca Jul 8, 2021
94a2b2c
Resolve T94204073 by swallowing errors
JoshuaGross Jul 8, 2021
6caec9d
Android: upgrading to OkHttp from 4.9.0 to 4.9.1 to fix java.lang.Nul…
gedeagas Jul 8, 2021
0b40fea
Fix NDK path propagation
Jul 8, 2021
cddb97a
Remove Picker from OSS (#31772)
Jul 8, 2021
157d595
Fix builds without NDK path env set
Jul 9, 2021
25a1612
Added Support for Entrance/exit from collection by Flatlist (#31630)
anaskhraza Jul 10, 2021
ca440b9
Upgrade Metro to v0.66.1
RSNara Jul 10, 2021
8dfc3bc
Return early from textview layout pass if text layout is null
Jul 12, 2021
d6ed1ff
Allow configuring ndk build architectures (#31232)
janicduplessis Jul 12, 2021
3e2bb33
Add MEDIA_STOP, MEDIA_NEXT, and MEDIA_PREVIOUS event support to Andro…
havlasme Jul 13, 2021
9d2fedc
RN: Unify Typeface Logic (Android)
yungsters Jul 13, 2021
3fefe04
Reorganize codegen script for clarity
hramos Jul 13, 2021
d90fe67
Extend codegen script to take library name, output dir arguments
hramos Jul 13, 2021
73ae12b
Update rn-tester project settings
hramos Jul 13, 2021
b5c94e3
RN: Upgrade `infer-annotation` to 0.18.0 (#31856)
yungsters Jul 13, 2021
fa0518d
Remove defaultProps from SegmentedControlIOS (#31804)
Jul 14, 2021
efd4daf
Update xplat to Flow v0.155.0
evanyeung Jul 14, 2021
f00e348
Fix support for blobs larger than 64 KB on Android (#31789)
tomekzaw Jul 14, 2021
ff9c8cd
Downgrade warning about non-clippable views being clipped to no-crash…
JoshuaGross Jul 14, 2021
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.
47 changes: 0 additions & 47 deletions .appveyor/config.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .buckconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[android]
target = android-28
target = android-30

[download]
max_number_of_retries = 3
Expand All @@ -10,4 +10,4 @@
google = https://maven.google.com/

[alias]
rntester = //RNTester/android/app:app
rntester = //packages/rn-tester/android/app:app
7 changes: 4 additions & 3 deletions .circleci/Dockerfiles/Dockerfile.android
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# and build a Android application that can be used to run the
# tests specified in the scripts/ directory.
#
FROM reactnativecommunity/react-native-android:2019-9-4
FROM reactnativecommunity/react-native-android:4.0

LABEL Description="React Native Android Test Image"
LABEL maintainer="Héctor Ramos <[email protected]>"
Expand All @@ -25,11 +25,13 @@ ENV JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8"

ADD .buckconfig /app/.buckconfig
ADD .buckjavaargs /app/.buckjavaargs
ADD tools /app/tools
ADD Libraries /app/Libraries
ADD ReactAndroid /app/ReactAndroid
ADD ReactCommon /app/ReactCommon
ADD React /app/React
ADD keystores /app/keystores
ADD packages/react-native-codegen /app/packages/react-native-codegen
ADD tools /app/tools

WORKDIR /app

Expand All @@ -49,4 +51,3 @@ RUN yarn
RUN ./gradlew :ReactAndroid:downloadBoost :ReactAndroid:downloadDoubleConversion :ReactAndroid:downloadFolly :ReactAndroid:downloadGlog

RUN ./gradlew :ReactAndroid:packageReactNdkLibsForBuck -Pjobs=1

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mount -o remount,exec /dev/shm
AVD_UUID=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 8 | head -n 1)

# create virtual device
echo no | android create avd -n "$AVD_UUID" -f -t android-19 --abi default/armeabi-v7a
echo no | android create avd -n "$AVD_UUID" -f -t android-21 --abi default/armeabi-v7a

# emulator setup
emulator64-arm -avd $AVD_UUID -no-skin -no-audio -no-window -no-boot-anim &
Expand Down
9 changes: 2 additions & 7 deletions .circleci/Dockerfiles/scripts/run-ci-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ while :; do
shift
;;

--tvos)
RUN_IOS=1
shift
;;

*)
break
esac
Expand Down Expand Up @@ -114,7 +109,7 @@ function e2e_suite() {

# create virtual device
if ! android list avd | grep "$AVD_UUID" > /dev/null; then
echo no | android create avd -n "$AVD_UUID" -f -t android-19 --abi default/armeabi-v7a
echo no | android create avd -n "$AVD_UUID" -f -t android-21 --abi default/armeabi-v7a
fi

# newline at end of adb devices call and first line is headers
Expand Down Expand Up @@ -199,7 +194,7 @@ function e2e_suite() {
return 1
fi

echo "Starting packager server"
echo "Starting Metro"
npm start >> /dev/null &
SERVER_PID=$!
sleep 15
Expand Down
Loading