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
| # This adds react-native support to dependabot by automatically running pod install after dependabot upgrades an npm/yarn package. | |
| # Dependabot open issue: https://github.com/dependabot/dependabot-core/issues/935#issuecomment-698481919 | |
| name: Update Cocoapods Dependencies after Dependabot package upgrade | |
| on: | |
| push: | |
| branches: | |
| - dependabot/npm_and_yarn/** # OR dependabot/npm_and_yarn/**react-native** to run only for packages that have react-native in the name | |
| pull_request: | |
| branches: | |
| - dependabot/npm_and_yarn/** # OR dependabot/npm_and_yarn/**react-native** to run only for packages that have react-native in the name |
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
| <select> | |
| <option data-countryCode="US" value="1">USA (+1)</option> | |
| <option data-countryCode="GB" value="44">UK (+44)</option> | |
| <option data-countryCode="DZ" value="213">Algeria (+213)</option> | |
| <option data-countryCode="AD" value="376">Andorra (+376)</option> | |
| <option data-countryCode="AO" value="244">Angola (+244)</option> | |
| <option data-countryCode="AI" value="1264">Anguilla (+1264)</option> | |
| <option data-countryCode="AG" value="1268">Antigua & Barbuda (+1268)</option> | |
| <option data-countryCode="AR" value="54">Argentina (+54)</option> | |
| <option data-countryCode="AM" value="374">Armenia (+374)</option> |
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
| <!-- using semantic ui to display flags --> | |
| <div class="field"> | |
| <label>Country</label> | |
| <div class="ui fluid search selection dropdown"> | |
| <input type="hidden" name="country" value=""> | |
| <i class="dropdown icon"></i> | |
| <div class="default text">Select Country</div> | |
| <div class="menu"> | |
| <div class="item" data-value="64"><i class="nz flag"></i>New Zealand (+64)</div> | |
| <div class="item" data-value="61"><i class="au flag"></i>Australia (+61)</div> |
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
| {"lastUpload":"2020-02-04T05:42:50.103Z","extensionVersion":"v3.4.3"} |