Files
tipsi-stripe/example/package.json
pera 1729488bd5 [4.2.0] Added createSourceWithParams method for Android (#112) (#115)
* Added createSourceWithParams method for Android

* Fixed typo in giropay

* Accept license for Android build-tools-26.0.1

* Accept license for SDK

* Update for gradle

* Fixed comments and Android crash

* Handle redirects

* Fixed redirect in Android 5

* Update Sources test suite

* Update Sources test suite

* Update Sources test suite

* There is a problem with buttons on Stripe site in browser on Android

* Bump version

* Add android 7 emular

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update suites

* Update .travis

* Update .travis

* Update .travis

* Update .travis

* Update .travis

* Update .travis

* Update .travis

* Update .travis

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update 06_test_sources for swipe on Android

* Temporary disable helper.screenshot()

* Add environment variables to identify jobs on CI

* Use armeabi-v7a-android-25 emulator for Android 7

* Use armeabi-v7a-android-25 emulator for Android 7

* Return armeabi-v7a-android-24 as emulator for Android 7

* Tests passed on Android 5

* Remove extra changes

* Remove extra changes

* Remove screenshooter on error

* Update nativeSwipe and nativeClick

* Update nativeSwipe and nativeClick

* Update nativeSwipe

* Update nativeSwipe

* Update Custom Card expiration date, update nativeSwipe

* Update tests
2017-12-06 11:50:52 +03:00

35 lines
1.1 KiB
JSON

{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"appium": "appium",
"configure": "scripts/configure.sh",
"build:android": "scripts/build-android.sh",
"build:ios": "scripts/build-ios.sh",
"build": "npm-run-all build:*",
"test:android": "TEST_SUITE=android appium-helper --platform android",
"test:ios": "TEST_SUITE=ios appium-helper --platform ios",
"test": "npm-run-all test:*",
"add-podfile": "scripts/add-podfile.sh",
"replace-tarball": "scripts/replaceToTarball.js",
"set-stripe-url-type": "scripts/setUrlTypeForStripe.js"
},
"dependencies": {
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-native": "0.45.0",
"react-native-drawer-layout-polyfill": "^1.3.1",
"tipsi-stripe": "file:../"
},
"devDependencies": {
"appium": "1.6.4",
"babel-preset-react-native": "1.9.2",
"npm-run-all": "^3.1.1",
"tape-async": "^2.1.1",
"tipsi-appium-helper": "2.0.0",
"webdriverio": "4.7.1"
}
}