-
Notifications
You must be signed in to change notification settings - Fork 152
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
Upgrade React Native #45
Conversation
Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>
Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>
Signed-off-by: NeilSMyers <mmyersneil@gmail.com>
App.js
Outdated
@@ -25,6 +25,10 @@ const App = (props) => { | |||
let location = useLocation() | |||
let history = useHistory() | |||
|
|||
useEffect(()=>{ | |||
console.log("Hermes enabled:", !!global.HermesInternal) |
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.
do we keep these kind of console.logs in?
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.
No, we should remove this log IMO
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.
@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>
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.
This is great. Thanks for your efforts here @TheTreek and @NeilSMyers
* 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>
…allet-proof BC Wallet proof test dev - Working Happy Path test scenarios for proofs in the BC Wallet.
…on-in-ci different way to start sauce connect
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.
Signed-off-by
line (we use the DCO GitHub app to enforce this).npm run style-format
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.