-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switches to monorepo and adds cli, stripe-addon, and braintree-addon. (…
…#10) * Setup lerna project * Move react-native-payments into tmp folder * Add react-native-payments * Add stripe-addon to stripe example * Update stripe example * Add react-native-payments-addon-braintree * Update stripe addon description * Update addon versions * Update gitignore * Add test project * Move project from data to ios * Add cli commands * Add cli configs to addons * Update example dependencies * Add merging of inputPaths and outputPaths on buildScriptPhases * Add main to package.json of cli * Add bin to react-native-payments * Bump versions * Update fix path bugs on cli * Bump braintree version * add npmignore to cli * Bump react-native-package version * Fix double .framework bug * Add messaging to cli * Bump packages * Remove framework headers from rnp * Add readme to cli * Add README to addons * Update main README.md * Move README to root * Update travis.yml * Update package jsons
- Loading branch information
Showing
1,050 changed files
with
5,508 additions
and
68,499 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,3 @@ | ||
# System | ||
# | ||
.DS_Store | ||
|
||
# Xcode | ||
# | ||
build/ | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata | ||
*.xccheckout | ||
*.moved-aside | ||
DerivedData | ||
*.hmap | ||
*.ipa | ||
*.xcuserstate | ||
|
||
# npm | ||
# | ||
node_modules/ | ||
|
||
# editors | ||
# | ||
jsconfig.json | ||
.vscode/* | ||
|
||
# project | ||
# | ||
coverage | ||
npm-debug.log | ||
lerna-debug.log |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
language: node_js | ||
node_js: | ||
- "node" | ||
script: | ||
- yarn test -- --verbose --coverage | ||
env: | ||
- TEST_DIR=packages/react-native-payments | ||
script: cd $TEST_DIR && yarn && yarn test -- --verbose --coverage |
This file contains 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 file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
examples/braintree/ios/Frameworks/Braintree/.github/issue_template.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
examples/braintree/ios/Frameworks/Braintree/ACKNOWLEDGEMENTS.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.