Browse Source

new animation

success
ncoelho 5 years ago
parent
commit
d1e68d8d05
  1. 1
      assets/bluenice.json
  2. 1
      assets/success.json
  3. 10
      ios/Podfile.lock
  4. 2
      screen/lnd/lndViewInvoice.js

1
assets/bluenice.json

File diff suppressed because one or more lines are too long

1
assets/success.json

File diff suppressed because one or more lines are too long

10
ios/Podfile.lock

@ -155,7 +155,7 @@ PODS:
- SentryReactNative (0.43.2):
- React
- Sentry (~> 4.1.3)
- swift_qrcodejs (1.1.1)
- swift_qrcodejs (1.1.2)
- ToolTipMenu (5.2.1):
- React
- yoga (0.60.5.React)
@ -330,8 +330,8 @@ SPEC CHECKSUMS:
EFQRCode: 239efec4dd406d9c635dd937525fc40960ce2e9f
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
lottie-ios: 06e0b54aab85ba128e332687d7f4ac4861a7a7ae
lottie-react-native: c911f78e11d4b22e74989cd8a4987a392bd1ac70
lottie-ios: 6037add6441183d4ffd100d2ac78724aa8d919d4
lottie-react-native: 86aeee2caa9250e4c8027ac75711a59c6679e532
RCTSystemSetting: 9279ff44c49bb4fb0a5d335a0851852c8f3eda99
React: 53c53c4d99097af47cf60594b8706b4e3321e722
React-Core: ba421f6b4f4cbe2fb17c0b6fc675f87622e78a64
@ -370,10 +370,10 @@ SPEC CHECKSUMS:
RNWatch: c2d3bff3adf9ce06e10eb8c2d75c9043f5df0e35
Sentry: 4e8a17b61ddd116f89536cc81d567fdee1ebca96
SentryReactNative: 07237139c00366ea2e75ae3e5c566e7a71c27a90
swift_qrcodejs: 0bacbfe321a99954c7b8e04c75562007ea4e4f7c
swift_qrcodejs: 4d024fc98b0778b804ec6a5c810880fd092aec9d
ToolTipMenu: c158702a26154d892bc9e6eaa7d7382f0f1ee16e
yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411
PODFILE CHECKSUM: d13b4ca1b29def4e479f4769b24bba7cc7aa519b
COCOAPODS: 1.6.2
COCOAPODS: 1.7.5

2
screen/lnd/lndViewInvoice.js

@ -150,7 +150,7 @@ export default class LNDViewInvoice extends Component {
return (
<SafeBlueArea style={{ flex: 1 }}>
<View style={{ flex: 1, justifyContent: 'center', alignItems: 'center' }}>
<LottieView source={require('../../assets/success.json')} autoPlay loop={false} />
<LottieView style={{ width: 400, height: 400 }} source={require('../../assets/bluenice.json')} autoPlay loop={false} />
</View>
<View style={{ flex: 1, justifyContent: 'flex-start', alignItems: 'center' }}>
<BlueText>{loc.lndViewInvoice.has_been_paid}</BlueText>

Loading…
Cancel
Save