feat(example): add multiple component examples app#176
Merged
Naturalclar merged 4 commits intocallstack:masterfrom Oct 16, 2022
LRNZ09:feat/example-app
Merged
feat(example): add multiple component examples app#176Naturalclar merged 4 commits intocallstack:masterfrom LRNZ09:feat/example-app
Naturalclar merged 4 commits intocallstack:masterfrom
LRNZ09:feat/example-app
Conversation
Contributor
|
Fixes #172 |
Naturalclar
approved these changes
Oct 16, 2022
Contributor
Naturalclar
left a comment
There was a problem hiding this comment.
@LRNZ09 Awesome, thanks for the addition!
Closed
jeanregisser
referenced
this pull request
in valora-xyz/wallet
May 24, 2023
… ^0.2.9 (#3794) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@react-native-masked-view/masked-view](https://togithub.com/react-native-masked-view/masked-view) | [`^0.2.8` -> `^0.2.9`](https://renovatebot.com/diffs/npm/@react-native-masked-view%2fmasked-view/0.2.8/0.2.9) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>react-native-masked-view/masked-view</summary> ### [`v0.2.9`](https://togithub.com/react-native-masked-view/masked-view/releases/tag/v0.2.9) [Compare Source](https://togithub.com/react-native-masked-view/masked-view/compare/v0.2.8...v0.2.9) #### What's Changed - docs(readme): overall improvements by [@​LRNZ09](https://togithub.com/LRNZ09) in [https://github.com/react-native-masked-view/masked-view/pull/173](https://togithub.com/react-native-masked-view/masked-view/pull/173) - feat(example): add multiple component examples app by [@​LRNZ09](https://togithub.com/LRNZ09) in [https://github.com/react-native-masked-view/masked-view/pull/176](https://togithub.com/react-native-masked-view/masked-view/pull/176) - Web stub ([#​70](https://togithub.com/react-native-masked-view/masked-view/issues/70)) by [@​hexadecy](https://togithub.com/hexadecy) in [https://github.com/react-native-masked-view/masked-view/pull/175](https://togithub.com/react-native-masked-view/masked-view/pull/175) - Update node version used in CI by [@​Naturalclar](https://togithub.com/Naturalclar) in [https://github.com/react-native-masked-view/masked-view/pull/177](https://togithub.com/react-native-masked-view/masked-view/pull/177) - fix(types): utility type removed from RN 0.71 by [@​alpha0010](https://togithub.com/alpha0010) in [https://github.com/react-native-masked-view/masked-view/pull/187](https://togithub.com/react-native-masked-view/masked-view/pull/187) #### New Contributors - [@​LRNZ09](https://togithub.com/LRNZ09) made their first contribution in [https://github.com/react-native-masked-view/masked-view/pull/173](https://togithub.com/react-native-masked-view/masked-view/pull/173) - [@​hexadecy](https://togithub.com/hexadecy) made their first contribution in [https://github.com/react-native-masked-view/masked-view/pull/175](https://togithub.com/react-native-masked-view/masked-view/pull/175) - [@​alpha0010](https://togithub.com/alpha0010) made their first contribution in [https://github.com/react-native-masked-view/masked-view/pull/187](https://togithub.com/react-native-masked-view/masked-view/pull/187) **Full Changelog**: callstack/masked-view@v0.2.8...v0.2.9 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC40IiwidXBkYXRlZEluVmVyIjoiMzUuOTguNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jean Regisser <jean.regisser@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
Add an example app showing different ways to use the
MaskedViewcomponent in Android and iOS.The example app project has been created with react-native-test-app.
Test Plan
examplefolderyarnto install the dependenciespod install --project-directory=iosand thenyarn iosyarn android