Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade React Native #45

Merged

Conversation

TheTreek
Copy link
Contributor

Summary of Changes

Updated React Native to 0.64.1 and enabled hermes

Related Issues

hyperledger-archives/indy-sdk#2346

Pull Request Checklist

This is just a reminder about the most common mistakes. Please make sure that you tick all appropriate boxes. But please read our contribution guide at least once; it will save you a few review cycles!

If an item doesn't apply to your pull request, check it anyway to make it apparent that there's nothing to do.

  • All commits contain a DCO Signed-off-by line (we use the DCO GitHub app to enforce this).
  • Updated LICENSE-3RD-PARTY.md for any added dependencies or vendored components.
  • Run prettier: npm run style-format
  • Updated documentation for changed code and new or modified features.

If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!

PR template adapted from the Python attrs project.

TheTreek added 2 commits May 11, 2021 17:30
Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>
Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>
@TheTreek TheTreek requested a review from a team as a code owner May 18, 2021 18:14
Signed-off-by: NeilSMyers <mmyersneil@gmail.com>
NeilSMyers
NeilSMyers previously approved these changes May 19, 2021
App.js Outdated
@@ -25,6 +25,10 @@ const App = (props) => {
let location = useLocation()
let history = useHistory()

useEffect(()=>{
console.log("Hermes enabled:", !!global.HermesInternal)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we keep these kind of console.logs in?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, we should remove this log IMO

Copy link
Contributor

@JamesKEbert JamesKEbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NeilSMyers could you fix the merge conflict with the podfile lock? Removing that log would probably also be helpful.

Signed-off-by: NeilSMyers <mmyersneil@gmail.com>
Copy link
Contributor

@JamesKEbert JamesKEbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great. Thanks for your efforts here @TheTreek and @NeilSMyers

@JamesKEbert JamesKEbert merged commit 78ec234 into openwallet-foundation:main May 19, 2021
JamesKEbert pushed a commit that referenced this pull request May 24, 2021
* feat: updated qr code scanner to work with ios (#44)

* feat: updated qr code scanner to work with ios

Signed-off-by: seajensen <seajensen@gmail.com>

* feat: fixed style formatting

Signed-off-by: seajensen <seajensen@gmail.com>

* Upgrade React Native (#45)

* Upgraded from 0.61.5 to 0.64.1

Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>

* Enabled hermes

Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>

* connected indy framework

Signed-off-by: NeilSMyers <mmyersneil@gmail.com>

Co-authored-by: NeilSMyers <mmyersneil@gmail.com>

* base aries store setup with counter slice

Signed-off-by: NeilSMyers <mmyersneil@gmail.com>

Co-authored-by: seajensen <seajensen@gmail.com>
Co-authored-by: Patrick Kenyon <treek.kenyon@gmail.com>
jcdrouin21 pushed a commit to MCN-ING/aries-mobile-agent-react-native that referenced this pull request May 16, 2023
…allet-proof

BC Wallet proof test dev - Working Happy Path test scenarios for proofs in the BC Wallet.
jcdrouin21 pushed a commit to MCN-ING/aries-mobile-agent-react-native that referenced this pull request May 16, 2023
…on-in-ci

different way to start sauce connect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants