This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 120
Integrate native signing (android) #1097
Merged
cvarley100
merged 9 commits into
iotaledger:mobile-next
from
laumair:feat/native-signing
Feb 20, 2019
Merged
Integrate native signing (android) #1097
cvarley100
merged 9 commits into
iotaledger:mobile-next
from
laumair:feat/native-signing
Feb 20, 2019
Conversation
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
cvarley100
approved these changes
Feb 20, 2019
rajivshah3
reviewed
Feb 20, 2019
@@ -98,7 +98,8 @@ | |||
"tweetnacl-util": "^0.15.0", | |||
"util": "^0.10.3", | |||
"victory-native": "^30.3.0", | |||
"vm-browserify": "0.0.4" | |||
"vm-browserify": "0.0.4", | |||
"@tradle/react-native-http": "^2.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably remove react-native-http
from line 61 if it's basically the same as this package
@@ -1798,6 +1819,10 @@ | |||
ProductGroup = 601BFD5D20C39A560097D329 /* Products */; | |||
ProjectRef = 601BFD5C20C39A560097D329 /* RNViewShot.xcodeproj */; | |||
}, | |||
{ | |||
ProductGroup = 80B47902221B5ADF00D8BBE0 /* Products */; | |||
ProjectRef = 3642AD7F4F9145FE803D1120 /* Signing.xcodeproj */; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The signing package might need to be relinked on iOS because of iotaledger/iota.js@a810b0b
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
WIP
Type of change
How Has This Been Tested?
WIP
Checklist:
mobile
that include native code (including React Native modules): I have verified that both iOS and Android successfully build in bothDebug
andRelease
modesshared
: If applicable, I have verified that my changes are implemented correctly indesktop
andmobile