forked from helium/maker-starter-app
-
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.
- Loading branch information
1 parent
4854ea7
commit 2719d95
Showing
43 changed files
with
23,102 additions
and
22,746 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 was deleted.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
patches/@helium+wallet-link+4.10.2.patch → ...m-wallet-link-npm-4.10.2-2946239327.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
48 changes: 48 additions & 0 deletions
48
.yarn/patches/react-native-mail-npm-6.1.1-89ecd5901e.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,48 @@ | ||
diff --git a/android/src/main/java/com/chirag/RNMail/RNMailModule.java b/android/src/main/java/com/chirag/RNMail/RNMailModule.java | ||
index e93973e510890e9f866187dbc29d82f18d8fcb26..6f8836581fde3cc85010d09e57a9cee6a37347b4 100644 | ||
--- a/android/src/main/java/com/chirag/RNMail/RNMailModule.java | ||
+++ b/android/src/main/java/com/chirag/RNMail/RNMailModule.java | ||
@@ -127,33 +127,19 @@ public class RNMailModule extends ReactContextBaseJavaModule { | ||
PackageManager manager = reactContext.getPackageManager(); | ||
List<ResolveInfo> list = manager.queryIntentActivities(i, 0); | ||
|
||
- if (list == null || list.size() == 0) { | ||
- callback.invoke("not_available"); | ||
- return; | ||
- } | ||
- | ||
- if (list.size() == 1) { | ||
- i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); | ||
- try { | ||
- reactContext.startActivity(i); | ||
- } catch (Exception ex) { | ||
- callback.invoke("error"); | ||
- } | ||
- } else { | ||
- String chooserTitle = "Send Mail"; | ||
+ String chooserTitle = "Send Mail"; | ||
|
||
- if (options.hasKey("customChooserTitle") && !options.isNull("customChooserTitle")) { | ||
- chooserTitle = options.getString("customChooserTitle"); | ||
- } | ||
+ if (options.hasKey("customChooserTitle") && !options.isNull("customChooserTitle")) { | ||
+ chooserTitle = options.getString("customChooserTitle"); | ||
+ } | ||
|
||
- Intent chooser = Intent.createChooser(i, chooserTitle); | ||
- chooser.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); | ||
+ Intent chooser = Intent.createChooser(i, chooserTitle); | ||
+ chooser.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); | ||
|
||
- try { | ||
- reactContext.startActivity(chooser); | ||
- } catch (Exception ex) { | ||
- callback.invoke("error"); | ||
- } | ||
+ try { | ||
+ reactContext.startActivity(chooser); | ||
+ } catch (Exception ex) { | ||
+ callback.invoke("error"); | ||
} | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
.yarn/patches/react-native-sodium-npm-0.4.0-0a9253b74e.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,20 @@ | ||
diff --git a/android/build.gradle b/android/build.gradle | ||
index 1f5e62fe7005912cff1068aff27842b69e592d99..8085d1fd1af867f59fef313d5255c66283e4a318 100644 | ||
--- a/android/build.gradle | ||
+++ b/android/build.gradle | ||
@@ -11,11 +11,11 @@ buildscript { | ||
apply plugin: 'com.android.library' | ||
|
||
android { | ||
- compileSdkVersion 28 | ||
- buildToolsVersion "28.0.3" | ||
+ compileSdkVersion 35 | ||
+ buildToolsVersion "35.0.0" | ||
defaultConfig { | ||
- minSdkVersion 16 | ||
- compileSdkVersion 28 | ||
+ minSdkVersion 24 | ||
+ compileSdkVersion 35 | ||
targetSdkVersion 28 | ||
versionCode 1 | ||
versionName "0.1" |
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.5.1.cjs |
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 |
---|---|---|
@@ -1,9 +1,8 @@ | ||
source 'https://rubygems.org' | ||
|
||
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version | ||
ruby '>= 2.6.10' | ||
ruby ">= 2.6.10" | ||
|
||
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper | ||
# bound in the template on Cocoapods with next React Native release. | ||
gem 'cocoapods', '>= 1.13', '< 1.15' | ||
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0' | ||
# Exclude problematic versions of cocoapods and activesupport that causes build failures. | ||
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' | ||
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' |
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
75 changes: 0 additions & 75 deletions
75
android/app/src/debug/java/com/helium/wallet/ReactNativeFlipper.java
This file was deleted.
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
Oops, something went wrong.