Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Integrate native signing (android) #1097

Merged
merged 9 commits into from
Feb 20, 2019

Conversation

laumair
Copy link
Contributor

@laumair laumair commented Feb 18, 2019

Description

WIP

Type of change

  • Enhancement

How Has This Been Tested?

WIP

Checklist:

  • My code follows the style guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • For changes to mobile that include native code (including React Native modules): I have verified that both iOS and Android successfully build in both Debug and Release modes
  • For changes to shared: If applicable, I have verified that my changes are implemented correctly in desktop and mobile

@laumair laumair added the L - WIP Lifecycle - Work in Progress label Feb 18, 2019
@cvarley100 cvarley100 changed the base branch from feat/alpha-0.6.2 to mobile-next February 19, 2019 14:51
@@ -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"
Copy link
Member

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 */;
Copy link
Member

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

@cvarley100 cvarley100 merged commit 3f69093 into iotaledger:mobile-next Feb 20, 2019
@laumair laumair deleted the feat/native-signing branch February 22, 2019 11:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
L - WIP Lifecycle - Work in Progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants