aries-mobile-agent-react-native GitHub

PR #1060 fix: add bottom margin to button container
# Summary of Changes Just some bottom margin I forgot to add back after making a recent change to the proof requesting screen. # Related Issues N/A # Pull Request Checklist Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR **check it anyway** to make it apparent that there's nothing to do. - [x] All commits contain a DCO `Signed-off-by` line (we use the [DCO GitHub app](https://github.com/apps/dco) to enforce this); - [x] Updated LICENSE-3RD-PARTY.md for any added dependencies or vendored components; - [x] Updated documentation as needed for changed code and new or modified features; - [x] Added sufficient [tests](../__tests__/) so that overall code coverage is not reduced. 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! Pro Tip 🤓 - Read our [contribution guide](../CONTRIBUTING.md) at least once; it will save you a few review cycles! - Your PR will likely not be reviewed until all the above boxes are checked and all automated tests have passed. _PR template adapted from the Python attrs project._
Created At 2024-01-05 20:31:12 +0000 UTC
PR #1059 fix: prevent clipping of buttons on cr modal
# Summary of Changes Previously, the button container was positioned with a constant value that sometimes caused clipping on certain devices. Now it's positioned dynamically and doesn't get clipped regardless of screen size. I also removed some unnecessary array wrapping of stylesheets for faster rendering. # Related Issues N/A # Pull Request Checklist Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR **check it anyway** to make it apparent that there's nothing to do. - [x] All commits contain a DCO `Signed-off-by` line (we use the [DCO GitHub app](https://github.com/apps/dco) to enforce this); - [x] Updated LICENSE-3RD-PARTY.md for any added dependencies or vendored components; - [x] Updated documentation as needed for changed code and new or modified features; - [x] Added sufficient [tests](../__tests__/) so that overall code coverage is not reduced. 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! Pro Tip 🤓 - Read our [contribution guide](../CONTRIBUTING.md) at least once; it will save you a few review cycles! - Your PR will likely not be reviewed until all the above boxes are checked and all automated tests have passed. _PR template adapted from the Python attrs project._
Created At 2024-01-04 23:15:52 +0000 UTC
PR #1058 fix: update README.md
# Summary of Changes Fix installation instructions for anyone outside of the Bifold project. # Related Issues Please reference here any issue #'s that are relevant to this PR, or simply enter "N/A" if this PR does not relate to any existing issues. # Pull Request Checklist Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR **check it anyway** to make it apparent that there's nothing to do. - [x] All commits contain a DCO `Signed-off-by` line (we use the [DCO GitHub app](https://github.com/apps/dco) to enforce this); - [x] Updated LICENSE-3RD-PARTY.md for any added dependencies or vendored components; - [x] Updated documentation as needed for changed code and new or modified features; - [x] Added sufficient [tests](../__tests__/) so that overall code coverage is not reduced. 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! Pro Tip 🤓 - Read our [contribution guide](../CONTRIBUTING.md) at least once; it will save you a few review cycles! - Your PR will likely not be reviewed until all the above boxes are checked and all automated tests have passed. _PR template adapted from the Python attrs project._
Created At 2024-01-04 20:34:27 +0000 UTC
PR #1056 fix: adjust safeareaview and remove unneeded styles
# Summary of Changes Fixes button placement on verifier proof requesting screen. See below Old: ![proof_requesting_old](https://github.com/hyperledger/aries-mobile-agent-react-native/assets/32586431/86dd7815-cb53-43d9-96de-7f2432145b1d) New: ![proof_requesting_new](https://github.com/hyperledger/aries-mobile-agent-react-native/assets/32586431/ebd7c8b0-81cd-46cb-a59e-1ac0a2006614) # Related Issues N/A # Pull Request Checklist Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR **check it anyway** to make it apparent that there's nothing to do. - [x] All commits contain a DCO `Signed-off-by` line (we use the [DCO GitHub app](https://github.com/apps/dco) to enforce this); - [x] Updated LICENSE-3RD-PARTY.md for any added dependencies or vendored components; - [x] Updated documentation as needed for changed code and new or modified features; - [x] Added sufficient [tests](../__tests__/) so that overall code coverage is not reduced. 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! Pro Tip 🤓 - Read our [contribution guide](../CONTRIBUTING.md) at least once; it will save you a few review cycles! - Your PR will likely not be reviewed until all the above boxes are checked and all automated tests have passed. _PR template adapted from the Python attrs project._
Created At 2024-01-03 21:24:01 +0000 UTC
PR #1055 fix: in app guides orientation on ipad
# Summary of Changes Potential fix for the orientation issues the in app guides have on ipads # Related Issues N/A # Pull Request Checklist Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR **check it anyway** to make it apparent that there's nothing to do. - [x] All commits contain a DCO `Signed-off-by` line (we use the [DCO GitHub app](https://github.com/apps/dco) to enforce this); - [x] Updated LICENSE-3RD-PARTY.md for any added dependencies or vendored components; - [x] Updated documentation as needed for changed code and new or modified features; - [x] Added sufficient [tests](../__tests__/) so that overall code coverage is not reduced. 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! Pro Tip 🤓 - Read our [contribution guide](../CONTRIBUTING.md) at least once; it will save you a few review cycles! - Your PR will likely not be reviewed until all the above boxes are checked and all automated tests have passed. _PR template adapted from the Python attrs project._
Created At 2024-01-02 19:55:57 +0000 UTC