mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 20:07:11 +01:00
OPS: Update Lottie
This commit is contained in:
parent
51dfbaac48
commit
7420841e4c
5 changed files with 47 additions and 82 deletions
|
@ -8,6 +8,7 @@ import { StackActions, useNavigation, useRoute } from '@react-navigation/native'
|
||||||
import { BlueStorageContext } from './blue_modules/storage-context';
|
import { BlueStorageContext } from './blue_modules/storage-context';
|
||||||
import ReactNativeHapticFeedback from 'react-native-haptic-feedback';
|
import ReactNativeHapticFeedback from 'react-native-haptic-feedback';
|
||||||
import { isHandset } from './blue_modules/environment';
|
import { isHandset } from './blue_modules/environment';
|
||||||
|
const lottieJson = require('./img/bluewalletsplash.json');
|
||||||
|
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
root: {
|
root: {
|
||||||
|
@ -15,12 +16,15 @@ const styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
container: {
|
container: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
},
|
},
|
||||||
biometric: {
|
biometric: {
|
||||||
flex: 1,
|
position: 'absolute',
|
||||||
justifyContent: 'flex-end',
|
bottom: 0,
|
||||||
|
left: 0,
|
||||||
|
right: 0,
|
||||||
|
alignItems: 'center',
|
||||||
marginBottom: 58,
|
marginBottom: 58,
|
||||||
},
|
},
|
||||||
biometricRow: {
|
biometricRow: {
|
||||||
|
@ -31,6 +35,10 @@ const styles = StyleSheet.create({
|
||||||
width: 64,
|
width: 64,
|
||||||
height: 64,
|
height: 64,
|
||||||
},
|
},
|
||||||
|
lottie: {
|
||||||
|
width: lottieJson.w,
|
||||||
|
height: lottieJson.h,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
const UnlockWith = () => {
|
const UnlockWith = () => {
|
||||||
|
@ -130,7 +138,7 @@ const UnlockWith = () => {
|
||||||
return (
|
return (
|
||||||
<SafeAreaView style={styles.root}>
|
<SafeAreaView style={styles.root}>
|
||||||
<View style={styles.container}>
|
<View style={styles.container}>
|
||||||
<LottieView source={require('./img/bluewalletsplash.json')} autoPlay loop={false} onAnimationFinish={onAnimationFinish} />
|
<LottieView source={lottieJson} autoPlay loop={false} onAnimationFinish={onAnimationFinish} style={styles.lottie} />
|
||||||
<View style={styles.biometric}>{animationDidFinish && <View style={styles.biometricRow}>{renderUnlockOptions()}</View>}</View>
|
<View style={styles.biometric}>{animationDidFinish && <View style={styles.biometricRow}>{renderUnlockOptions()}</View>}</View>
|
||||||
</View>
|
</View>
|
||||||
</SafeAreaView>
|
</SafeAreaView>
|
||||||
|
|
|
@ -20,9 +20,9 @@ PODS:
|
||||||
- hermes-engine/Pre-built (= 0.71.14)
|
- hermes-engine/Pre-built (= 0.71.14)
|
||||||
- hermes-engine/Pre-built (0.71.14)
|
- hermes-engine/Pre-built (0.71.14)
|
||||||
- libevent (2.1.12)
|
- libevent (2.1.12)
|
||||||
- lottie-ios (3.4.4)
|
- lottie-ios (4.3.4)
|
||||||
- lottie-react-native (5.1.6):
|
- lottie-react-native (6.4.1):
|
||||||
- lottie-ios (~> 3.4.0)
|
- lottie-ios (~> 4.3.3)
|
||||||
- React-Core
|
- React-Core
|
||||||
- PasscodeAuth (1.0.0):
|
- PasscodeAuth (1.0.0):
|
||||||
- React
|
- React
|
||||||
|
@ -296,7 +296,7 @@ PODS:
|
||||||
- React
|
- React
|
||||||
- react-native-randombytes (3.6.1):
|
- react-native-randombytes (3.6.1):
|
||||||
- React-Core
|
- React-Core
|
||||||
- react-native-safe-area-context (4.8.1):
|
- react-native-safe-area-context (4.8.2):
|
||||||
- React-Core
|
- React-Core
|
||||||
- react-native-secure-key-store (2.0.10):
|
- react-native-secure-key-store (2.0.10):
|
||||||
- React-Core
|
- React-Core
|
||||||
|
@ -393,13 +393,13 @@ PODS:
|
||||||
- React-perflogger (= 0.71.14)
|
- React-perflogger (= 0.71.14)
|
||||||
- ReactNativeCameraKit (13.0.0):
|
- ReactNativeCameraKit (13.0.0):
|
||||||
- React-Core
|
- React-Core
|
||||||
- RealmJS (12.4.0):
|
- RealmJS (12.5.0):
|
||||||
- React
|
- React
|
||||||
- rn-ldk (0.8.4):
|
- rn-ldk (0.8.4):
|
||||||
- React-Core
|
- React-Core
|
||||||
- RNCAsyncStorage (1.21.0):
|
- RNCAsyncStorage (1.21.0):
|
||||||
- React-Core
|
- React-Core
|
||||||
- RNCClipboard (1.13.1):
|
- RNCClipboard (1.13.2):
|
||||||
- React-Core
|
- React-Core
|
||||||
- RNCPushNotificationIOS (1.11.0):
|
- RNCPushNotificationIOS (1.11.0):
|
||||||
- React-Core
|
- React-Core
|
||||||
|
@ -457,7 +457,6 @@ DEPENDENCIES:
|
||||||
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
||||||
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
|
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
|
||||||
- libevent (~> 2.1.12)
|
- libevent (~> 2.1.12)
|
||||||
- lottie-ios (from `../node_modules/lottie-ios`)
|
|
||||||
- lottie-react-native (from `../node_modules/lottie-react-native`)
|
- lottie-react-native (from `../node_modules/lottie-react-native`)
|
||||||
- PasscodeAuth (from `../node_modules/react-native-passcode-auth`)
|
- PasscodeAuth (from `../node_modules/react-native-passcode-auth`)
|
||||||
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
|
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
|
||||||
|
@ -533,6 +532,7 @@ SPEC REPOS:
|
||||||
- CocoaAsyncSocket
|
- CocoaAsyncSocket
|
||||||
- fmt
|
- fmt
|
||||||
- libevent
|
- libevent
|
||||||
|
- lottie-ios
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
boost:
|
boost:
|
||||||
|
@ -551,8 +551,6 @@ EXTERNAL SOURCES:
|
||||||
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
||||||
hermes-engine:
|
hermes-engine:
|
||||||
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
|
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
|
||||||
lottie-ios:
|
|
||||||
:path: "../node_modules/lottie-ios"
|
|
||||||
lottie-react-native:
|
lottie-react-native:
|
||||||
:path: "../node_modules/lottie-react-native"
|
:path: "../node_modules/lottie-react-native"
|
||||||
PasscodeAuth:
|
PasscodeAuth:
|
||||||
|
@ -702,8 +700,8 @@ SPEC CHECKSUMS:
|
||||||
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
|
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
|
||||||
hermes-engine: d7cc127932c89c53374452d6f93473f1970d8e88
|
hermes-engine: d7cc127932c89c53374452d6f93473f1970d8e88
|
||||||
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
||||||
lottie-ios: 8f97d3271e155c2d688875c29cd3c74908aef5f8
|
lottie-ios: 3d98679b41fa6fd6aff2352b3953dbd3df8a397e
|
||||||
lottie-react-native: 8f9d4be452e23f6e5ca0fdc11669dc99ab52be81
|
lottie-react-native: a2ae9c27c273b060b2affff2957bc0ff7fdca353
|
||||||
PasscodeAuth: 3e88093ff46c31a952d8b36c488240de980517be
|
PasscodeAuth: 3e88093ff46c31a952d8b36c488240de980517be
|
||||||
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
|
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
|
||||||
RCTRequired: e9df143e880d0e879e7a498dc06923d728809c79
|
RCTRequired: e9df143e880d0e879e7a498dc06923d728809c79
|
||||||
|
@ -728,7 +726,7 @@ SPEC CHECKSUMS:
|
||||||
react-native-ios-context-menu: e529171ba760a1af7f2ef0729f5a7f4d226171c5
|
react-native-ios-context-menu: e529171ba760a1af7f2ef0729f5a7f4d226171c5
|
||||||
react-native-qrcode-local-image: 35ccb306e4265bc5545f813e54cc830b5d75bcfc
|
react-native-qrcode-local-image: 35ccb306e4265bc5545f813e54cc830b5d75bcfc
|
||||||
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
|
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
|
||||||
react-native-safe-area-context: cd1169d797a2ef722a00bfc5af10748d5b6c94f9
|
react-native-safe-area-context: 0ee144a6170530ccc37a0fd9388e28d06f516a89
|
||||||
react-native-secure-key-store: 910e6df6bc33cb790aba6ee24bc7818df1fe5898
|
react-native-secure-key-store: 910e6df6bc33cb790aba6ee24bc7818df1fe5898
|
||||||
react-native-tcp-socket: c1b7297619616b4c9caae6889bcb0aba78086989
|
react-native-tcp-socket: c1b7297619616b4c9caae6889bcb0aba78086989
|
||||||
react-native-webview: 88293a0f23eca8465c0433c023ec632930e644d0
|
react-native-webview: 88293a0f23eca8465c0433c023ec632930e644d0
|
||||||
|
@ -747,10 +745,10 @@ SPEC CHECKSUMS:
|
||||||
React-runtimeexecutor: ffe826b7b1cfbc32a35ed5b64d5886c0ff75f501
|
React-runtimeexecutor: ffe826b7b1cfbc32a35ed5b64d5886c0ff75f501
|
||||||
ReactCommon: 7f3dd5e98a9ec627c6b03d26c062bf37ea9fc888
|
ReactCommon: 7f3dd5e98a9ec627c6b03d26c062bf37ea9fc888
|
||||||
ReactNativeCameraKit: 9d46a5d7dd544ca64aa9c03c150d2348faf437eb
|
ReactNativeCameraKit: 9d46a5d7dd544ca64aa9c03c150d2348faf437eb
|
||||||
RealmJS: df182f726ad95adf5aba0fbe57b6146dd0ac65bf
|
RealmJS: 07d8eb900517a4faddb04d7a0062e67bf8daa066
|
||||||
rn-ldk: 0d8749d98cc5ce67302a32831818c116b67f7643
|
rn-ldk: 0d8749d98cc5ce67302a32831818c116b67f7643
|
||||||
RNCAsyncStorage: 618d03a5f52fbccb3d7010076bc54712844c18ef
|
RNCAsyncStorage: 618d03a5f52fbccb3d7010076bc54712844c18ef
|
||||||
RNCClipboard: 90e241893de33a2f5962fc34d76ada4576033e49
|
RNCClipboard: 60fed4b71560d7bfe40e9d35dea9762b024da86d
|
||||||
RNCPushNotificationIOS: 64218f3c776c03d7408284a819b2abfda1834bc8
|
RNCPushNotificationIOS: 64218f3c776c03d7408284a819b2abfda1834bc8
|
||||||
RNDefaultPreference: 08bdb06cfa9188d5da97d4642dac745218d7fb31
|
RNDefaultPreference: 08bdb06cfa9188d5da97d4642dac745218d7fb31
|
||||||
RNDeviceInfo: db5c64a060e66e5db3102d041ebe3ef307a85120
|
RNDeviceInfo: db5c64a060e66e5db3102d041ebe3ef307a85120
|
||||||
|
|
73
package-lock.json
generated
73
package-lock.json
generated
|
@ -50,8 +50,7 @@
|
||||||
"events": "3.3.0",
|
"events": "3.3.0",
|
||||||
"frisbee": "3.1.0",
|
"frisbee": "3.1.0",
|
||||||
"junderw-crc32c": "1.2.0",
|
"junderw-crc32c": "1.2.0",
|
||||||
"lottie-ios": "3.4.4",
|
"lottie-react-native": "6.4.1",
|
||||||
"lottie-react-native": "5.1.6",
|
|
||||||
"metro-react-native-babel-preset": "0.77.0",
|
"metro-react-native-babel-preset": "0.77.0",
|
||||||
"path-browserify": "1.0.1",
|
"path-browserify": "1.0.1",
|
||||||
"payjoin-client": "1.0.1",
|
"payjoin-client": "1.0.1",
|
||||||
|
@ -17058,26 +17057,24 @@
|
||||||
"loose-envify": "cli.js"
|
"loose-envify": "cli.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/lottie-ios": {
|
|
||||||
"version": "3.4.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/lottie-ios/-/lottie-ios-3.4.4.tgz",
|
|
||||||
"integrity": "sha512-ikj8VNuClItRDZ8C9MfRMDxN0U/UIX3HRF2aei3H44F9Hkhwv0EIVRkBwG+SwS/WSoGmBzkcVG8O3BjPk5hW7Q=="
|
|
||||||
},
|
|
||||||
"node_modules/lottie-react-native": {
|
"node_modules/lottie-react-native": {
|
||||||
"version": "5.1.6",
|
"version": "6.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/lottie-react-native/-/lottie-react-native-5.1.6.tgz",
|
"resolved": "https://registry.npmjs.org/lottie-react-native/-/lottie-react-native-6.4.1.tgz",
|
||||||
"integrity": "sha512-vhdeZstXMfuVKwnddYWjJgQ/1whGL58IJEJu/iSf0XQ5gAb4pp/+vy91mdYQLezlb8Aw4Vu3fKnqErJL2hwchg==",
|
"integrity": "sha512-DPsUPSxLc3ZffeRQ/AtKtcUl4PzmJEEPt965tNpWSE4vhDkoGFxRe0TPZ45xX8/3HbGsUl48aMdLlAu28MEDsQ==",
|
||||||
"dependencies": {
|
|
||||||
"invariant": "^2.2.2",
|
|
||||||
"react-native-safe-modules": "^1.0.3"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"lottie-ios": "^3.4.0",
|
"@dotlottie/react-player": "^1.6.1",
|
||||||
|
"@lottiefiles/react-lottie-player": "^3.5.3",
|
||||||
"react": "*",
|
"react": "*",
|
||||||
"react-native": ">=0.46",
|
"react-native": ">=0.46",
|
||||||
"react-native-windows": ">=0.63.x"
|
"react-native-windows": ">=0.63.x"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
|
"@dotlottie/react-player": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"@lottiefiles/react-lottie-player": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
"react-native-windows": {
|
"react-native-windows": {
|
||||||
"optional": true
|
"optional": true
|
||||||
}
|
}
|
||||||
|
@ -19904,22 +19901,6 @@
|
||||||
"react-native": "*"
|
"react-native": "*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-native-safe-modules": {
|
|
||||||
"version": "1.0.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/react-native-safe-modules/-/react-native-safe-modules-1.0.3.tgz",
|
|
||||||
"integrity": "sha512-DUxti4Z+AgJ/ZsO5U7p3uSCUBko8JT8GvFlCeOXk9bMd+4qjpoDvMYpfbixXKgL88M+HwmU/KI1YFN6gsQZyBA==",
|
|
||||||
"dependencies": {
|
|
||||||
"dedent": "^0.6.0"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"react-native": "*"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/react-native-safe-modules/node_modules/dedent": {
|
|
||||||
"version": "0.6.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/dedent/-/dedent-0.6.0.tgz",
|
|
||||||
"integrity": "sha512-cSfRWjXJtZQeRuZGVvDrJroCR5V2UvBNUMHsPCdNYzuAG8b9V8aAy3KUcdQrGQPXs17Y+ojbPh1aOCplg9YR9g=="
|
|
||||||
},
|
|
||||||
"node_modules/react-native-screens": {
|
"node_modules/react-native-screens": {
|
||||||
"version": "3.29.0",
|
"version": "3.29.0",
|
||||||
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.29.0.tgz",
|
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.29.0.tgz",
|
||||||
|
@ -35329,19 +35310,10 @@
|
||||||
"js-tokens": "^3.0.0 || ^4.0.0"
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"lottie-ios": {
|
|
||||||
"version": "3.4.4",
|
|
||||||
"resolved": "https://registry.npmjs.org/lottie-ios/-/lottie-ios-3.4.4.tgz",
|
|
||||||
"integrity": "sha512-ikj8VNuClItRDZ8C9MfRMDxN0U/UIX3HRF2aei3H44F9Hkhwv0EIVRkBwG+SwS/WSoGmBzkcVG8O3BjPk5hW7Q=="
|
|
||||||
},
|
|
||||||
"lottie-react-native": {
|
"lottie-react-native": {
|
||||||
"version": "5.1.6",
|
"version": "6.4.1",
|
||||||
"resolved": "https://registry.npmjs.org/lottie-react-native/-/lottie-react-native-5.1.6.tgz",
|
"resolved": "https://registry.npmjs.org/lottie-react-native/-/lottie-react-native-6.4.1.tgz",
|
||||||
"integrity": "sha512-vhdeZstXMfuVKwnddYWjJgQ/1whGL58IJEJu/iSf0XQ5gAb4pp/+vy91mdYQLezlb8Aw4Vu3fKnqErJL2hwchg==",
|
"integrity": "sha512-DPsUPSxLc3ZffeRQ/AtKtcUl4PzmJEEPt965tNpWSE4vhDkoGFxRe0TPZ45xX8/3HbGsUl48aMdLlAu28MEDsQ=="
|
||||||
"requires": {
|
|
||||||
"invariant": "^2.2.2",
|
|
||||||
"react-native-safe-modules": "^1.0.3"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"lru-cache": {
|
"lru-cache": {
|
||||||
"version": "5.1.1",
|
"version": "5.1.1",
|
||||||
|
@ -37599,21 +37571,6 @@
|
||||||
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.8.2.tgz",
|
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.8.2.tgz",
|
||||||
"integrity": "sha512-ffUOv8BJQ6RqO3nLml5gxJ6ab3EestPiyWekxdzO/1MQ7NF8fW1Mzh1C5QE9yq573Xefnc7FuzGXjtesZGv7cQ=="
|
"integrity": "sha512-ffUOv8BJQ6RqO3nLml5gxJ6ab3EestPiyWekxdzO/1MQ7NF8fW1Mzh1C5QE9yq573Xefnc7FuzGXjtesZGv7cQ=="
|
||||||
},
|
},
|
||||||
"react-native-safe-modules": {
|
|
||||||
"version": "1.0.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/react-native-safe-modules/-/react-native-safe-modules-1.0.3.tgz",
|
|
||||||
"integrity": "sha512-DUxti4Z+AgJ/ZsO5U7p3uSCUBko8JT8GvFlCeOXk9bMd+4qjpoDvMYpfbixXKgL88M+HwmU/KI1YFN6gsQZyBA==",
|
|
||||||
"requires": {
|
|
||||||
"dedent": "^0.6.0"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"dedent": {
|
|
||||||
"version": "0.6.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/dedent/-/dedent-0.6.0.tgz",
|
|
||||||
"integrity": "sha512-cSfRWjXJtZQeRuZGVvDrJroCR5V2UvBNUMHsPCdNYzuAG8b9V8aAy3KUcdQrGQPXs17Y+ojbPh1aOCplg9YR9g=="
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"react-native-screens": {
|
"react-native-screens": {
|
||||||
"version": "3.29.0",
|
"version": "3.29.0",
|
||||||
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.29.0.tgz",
|
"resolved": "https://registry.npmjs.org/react-native-screens/-/react-native-screens-3.29.0.tgz",
|
||||||
|
|
|
@ -134,8 +134,7 @@
|
||||||
"events": "3.3.0",
|
"events": "3.3.0",
|
||||||
"frisbee": "3.1.0",
|
"frisbee": "3.1.0",
|
||||||
"junderw-crc32c": "1.2.0",
|
"junderw-crc32c": "1.2.0",
|
||||||
"lottie-ios": "3.4.4",
|
"lottie-react-native": "6.4.1",
|
||||||
"lottie-react-native": "5.1.6",
|
|
||||||
"metro-react-native-babel-preset": "0.77.0",
|
"metro-react-native-babel-preset": "0.77.0",
|
||||||
"path-browserify": "1.0.1",
|
"path-browserify": "1.0.1",
|
||||||
"payjoin-client": "1.0.1",
|
"payjoin-client": "1.0.1",
|
||||||
|
|
|
@ -199,7 +199,7 @@ const WalletsAddMultisig = () => {
|
||||||
<SafeAreaView style={stylesHook.root}>
|
<SafeAreaView style={stylesHook.root}>
|
||||||
<View style={styles.descriptionContainer}>
|
<View style={styles.descriptionContainer}>
|
||||||
<View style={styles.imageWrapper}>
|
<View style={styles.imageWrapper}>
|
||||||
<LottieView source={require('../../img/msvault.json')} autoPlay ref={loadingAnimation} loop={false} />
|
<LottieView source={require('../../img/msvault.json')} style={styles.lottie} autoPlay ref={loadingAnimation} loop={false} />
|
||||||
</View>
|
</View>
|
||||||
<BlueSpacing20 />
|
<BlueSpacing20 />
|
||||||
<Text style={[styles.textdesc, stylesHook.textdesc]}>
|
<Text style={[styles.textdesc, stylesHook.textdesc]}>
|
||||||
|
@ -296,6 +296,10 @@ const styles = StyleSheet.create({
|
||||||
fontSize: 30,
|
fontSize: 30,
|
||||||
color: '#9AA0AA',
|
color: '#9AA0AA',
|
||||||
},
|
},
|
||||||
|
lottie: {
|
||||||
|
width: 233,
|
||||||
|
height: 176,
|
||||||
|
},
|
||||||
textHeader: {
|
textHeader: {
|
||||||
fontSize: 18,
|
fontSize: 18,
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
|
@ -307,8 +311,7 @@ const styles = StyleSheet.create({
|
||||||
},
|
},
|
||||||
imageWrapper: {
|
imageWrapper: {
|
||||||
borderWidth: 0,
|
borderWidth: 0,
|
||||||
flexDirection: 'row',
|
alignItems: 'center',
|
||||||
height: 160,
|
|
||||||
},
|
},
|
||||||
rowCenter: {
|
rowCenter: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
|
@ -332,7 +335,7 @@ WalletsAddMultisig.getCurrentFormatReadable = f => {
|
||||||
};
|
};
|
||||||
|
|
||||||
WalletsAddMultisig.navigationOptions = navigationStyle({
|
WalletsAddMultisig.navigationOptions = navigationStyle({
|
||||||
headerTitle: null,
|
title: '',
|
||||||
});
|
});
|
||||||
|
|
||||||
WalletsAddMultisig.initialParams = {
|
WalletsAddMultisig.initialParams = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue