mirror of
https://github.com/zhigang1992/tipsi-stripe.git
synced 2026-01-12 22:52:54 +08:00
* - add android part to master current state * - little fix * - little fix 2 * - try fix travis * - try fix travis 2 * - try fix travis 3 * - travis fixed - little changes in tests * - travis fixes try - changed timing * Fix description in package.json * Fix gradlew permissions * - revert in package.json and gradlew * - try fix travis. find reason 1 * - try fix travis. find reason 2 * - try fix travis. find reason 3 * - test passed. try repeat result * Try to fix android test on Travis * Replcaed waitForVisible with waitForEnabled in Card Form test * - save state after 3 successful try * Some fixes in android tests * Some fixes in android tests * Some fixes in android tests * Try to fix tests in Travis * Try to fix tests in Travis * Try to fix tests in Travis * Try to fix tests in Travis * Clean up tests * - final fixes readme - try tests * - try tests 2 * - try tests 3 * Uncommet android test command in local ci script * Improved android Input Component tests, other additions * Shared CardFormScreen component code between platforms * Shared CustomCardScreen component code between platforms * Shared CardTextFieldScreen component code between platforms * - fixed remarks of code review - added more options for Android Pay request * - fixed other remarks of code review * Shared Root component code between platforms * Fixed configure script * Try to fix local ci script on linux * Some improvements in code style * Some improvements in code style * - fixed other remarks of code review - removed unused dialog fragment - add more params to returned stripe token object - small fixes in readme * - fixed error from previous commit * Huge restructure for test helper, added new methods for platform specific code * - remove spaces from card number * Shared tests between platforms * Fix Root component * Fixed Card Text Field test
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
import { AppRegistry } from 'react-native'
|
|
import Root from './src/Root'
|
|
|
|
AppRegistry.registerComponent('example', () => Root)
|