forked from margelo/react-native-quick-crypto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump nitro to 0.7.0, patch rnscreens, java22 & gradle 8.8 (mar…
- Loading branch information
Showing
11 changed files
with
63 additions
and
21 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,5 +181,8 @@ lib/ | |
# TypeScript | ||
tsconfig.tsbuildinfo | ||
|
||
# jenv | ||
.java-version | ||
|
||
# development stuffs | ||
example0/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,5 +65,8 @@ | |
} | ||
} | ||
} | ||
}, | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
diff --git a/common/cpp/react/renderer/components/rnscreens/RNSModalScreenShadowNode.h b/common/cpp/react/renderer/components/rnscreens/RNSModalScreenShadowNode.h | ||
index 32d55119511f03fe94367fe81c672a7d83e1168e..3ede30c142f8e465fba41029b1d72ebc7a4268e3 100644 | ||
--- a/common/cpp/react/renderer/components/rnscreens/RNSModalScreenShadowNode.h | ||
+++ b/common/cpp/react/renderer/components/rnscreens/RNSModalScreenShadowNode.h | ||
@@ -20,7 +20,7 @@ class JSI_EXPORT RNSModalScreenShadowNode final | ||
public: | ||
using ConcreteViewShadowNode::ConcreteViewShadowNode; | ||
|
||
- Point getContentOriginOffset() const override; | ||
+ Point getContentOriginOffset() const; | ||
static ShadowNodeTraits BaseTraits() { | ||
auto traits = ConcreteViewShadowNode::BaseTraits(); | ||
traits.set(ShadowNodeTraits::Trait::RootNodeKind); | ||
diff --git a/common/cpp/react/renderer/components/rnscreens/RNSScreenShadowNode.h b/common/cpp/react/renderer/components/rnscreens/RNSScreenShadowNode.h | ||
index 0de3b2f32feee6a99c297291ee1d301822a18ad7..baa04882c66832b765123848ae1538c37bfb7fac 100644 | ||
--- a/common/cpp/react/renderer/components/rnscreens/RNSScreenShadowNode.h | ||
+++ b/common/cpp/react/renderer/components/rnscreens/RNSScreenShadowNode.h | ||
@@ -19,7 +19,7 @@ class JSI_EXPORT RNSScreenShadowNode final : public ConcreteViewShadowNode< | ||
public: | ||
using ConcreteViewShadowNode::ConcreteViewShadowNode; | ||
|
||
- Point getContentOriginOffset() const override; | ||
+ Point getContentOriginOffset() const; | ||
}; | ||
|
||
} // namespace react |