-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 289Adam289/57074-57071-fix-deploy-blockers
- Loading branch information
Showing
40 changed files
with
370 additions
and
90 deletions.
There are no files selected for viewing
This file contains 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,32 @@ | ||
--- | ||
name: Add or remove expert contributor from the team | ||
about: In order to get access to the HybridApp setup, expert contributors need to be added to our Github Organization. They also need to be added to the necessary rooms in Slack | ||
title: "Expert Contributor Change Request - <insert-name>" | ||
labels: Daily, Task, ring0 | ||
--- | ||
|
||
### Expert Contributor Details | ||
|
||
- Name: | ||
- Github handle (or Github profile link): | ||
- Email: | ||
- Slack post in your team channel with this request for visibility: | ||
- Team (check your team): | ||
- [ ] Callstack | ||
- [ ] Margelo | ||
- [ ] Software Mansion | ||
|
||
Do you want to remove this developer from the team? YES/NO | ||
|
||
### Tasks for ring0 assignee | ||
|
||
- [ ] Add to the appropriate GitHub child team of [external-expert-contributors](https://github.com/orgs/Expensify/teams/external-expert-contributors/teams) (each agency must have its own child team) | ||
- [ ] Add to Slack channels using Slack Connect: | ||
- [ ] [#quality](https://expensify.enterprise.slack.com/archives/C05LX9D6E07) | ||
- [ ] [#convert](https://expensify.enterprise.slack.com/archives/C07HPDRELLD) | ||
- [ ] [#retain](https://expensify.enterprise.slack.com/archives/C07NZ8B1VTQ) | ||
- [ ] [#migrate](https://expensify.enterprise.slack.com/archives/C07NMDKEFMH) | ||
- [ ] [#expense](https://expensify.enterprise.slack.com/archives/C06ML6X0W9L) | ||
- [ ] [#expensify-bugs](https://expensify.enterprise.slack.com/archives/C049HHMV9SM) | ||
- [ ] [#expensify-open-source](https://expensify.enterprise.slack.com/archives/C01GTK53T8Q) | ||
- [ ] [#expert-contributors](https://expensify.enterprise.slack.com/archives/C08CZDJFJ77) |
This file contains 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 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
Submodule Mobile-Expensify
updated
from 017014 to 591a3a
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 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 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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
13 changes: 13 additions & 0 deletions
13
patches/react-native-reanimated+3.16.4+006+fix-worklet-runtime-creation.patch
This file contains 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,13 @@ | ||
diff --git a/node_modules/react-native-reanimated/Common/cpp/reanimated/NativeModules/NativeReanimatedModule.cpp b/node_modules/react-native-reanimated/Common/cpp/reanimated/NativeModules/NativeReanimatedModule.cpp | ||
index 08d65fe..68d41c9 100644 | ||
--- a/node_modules/react-native-reanimated/Common/cpp/reanimated/NativeModules/NativeReanimatedModule.cpp | ||
+++ b/node_modules/react-native-reanimated/Common/cpp/reanimated/NativeModules/NativeReanimatedModule.cpp | ||
@@ -244,7 +244,7 @@ jsi::Value NativeReanimatedModule::createWorkletRuntime( | ||
jsQueue_, | ||
jsScheduler_, | ||
name.asString(rt).utf8(rt), | ||
- false /* supportsLocking */, | ||
+ true /* supportsLocking */, | ||
valueUnpackerCode_); | ||
auto initializerShareable = extractShareableOrThrow<ShareableWorklet>( | ||
rt, initializer, "[Reanimated] Initializer must be a worklet."); |
This file contains 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 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 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 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.