-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade react-native-shake to v5 (#3396)
### Description The breaking change is only in the syntax of the shake subscription https://github.com/Doko-Demo-Doa/react-native-shake#usage. Unfortunately the newest version overrides [the fix for xcode 12 compatibility](Doko-Demo-Doa/react-native-shake@b275ce3) so i added a patch. ### Test plan This flow is covered by e2e tests ### Related issues - Fixes RET-566 ### Backwards compatibility Y
- Loading branch information
1 parent
df200eb
commit a4734af
Showing
5 changed files
with
23 additions
and
12 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
diff --git a/node_modules/react-native-shake/react-native-shake.podspec b/node_modules/react-native-shake/react-native-shake.podspec | ||
index cc5975b..437bce7 100644 | ||
--- a/node_modules/react-native-shake/react-native-shake.podspec | ||
+++ b/node_modules/react-native-shake/react-native-shake.podspec | ||
@@ -15,5 +15,5 @@ Pod::Spec.new do |s| | ||
s.source = { :git => "https://github.com/Doko-Demo-Doa/react-native-shake", :tag => "v#{s.version}" } | ||
s.source_files = "ios/**/*.{h,m,swift}" | ||
|
||
- s.dependency 'React' | ||
+ s.dependency 'React-Core' | ||
end |
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 |
---|---|---|
|
@@ -11093,7 +11093,7 @@ interpret@^1.0.0: | |
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e" | ||
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA== | ||
|
||
[email protected], invariant@^2.2.2, invariant@^2.2.4, invariant@^2.2.x: | ||
[email protected], invariant@^2.2.2, invariant@^2.2.4: | ||
version "2.2.4" | ||
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" | ||
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== | ||
|
@@ -15822,12 +15822,10 @@ react-native-securerandom@^1.0.1: | |
dependencies: | ||
base64-js "*" | ||
|
||
react-native-shake@~3.5.0: | ||
version "3.5.0" | ||
resolved "https://registry.yarnpkg.com/react-native-shake/-/react-native-shake-3.5.0.tgz#6eb1c6bfa59065b2b6b7aa7250532aa6558b41bc" | ||
integrity sha512-Sf3xFybq6Ps0eq4K5auGgSHQihKn+ixLhikIerhYbB3HhVeB38Un6vei7k3ugMWxcUCUG7kbVEIn3a2g9afkpA== | ||
dependencies: | ||
invariant "^2.2.x" | ||
react-native-shake@^5.1.1: | ||
version "5.1.1" | ||
resolved "https://registry.yarnpkg.com/react-native-shake/-/react-native-shake-5.1.1.tgz#733657764b0395b26f26576bba51e2dcbcecfe89" | ||
integrity sha512-h6O8LnFd3LkvoYx7O0afM6rO9fDKomZ1EyomGgKRDyFhinxYIU7Z4uPYtwA4Z1Cd3frEEKTLNKHI1Eu0MOI3Yw== | ||
|
||
react-native-share@^7.3.2: | ||
version "7.3.2" | ||
|