OPS: Update package

This commit is contained in:
marcosrdz 2020-12-21 15:34:51 -05:00 committed by Overtorment
parent a1505e0974
commit d8dd0aa98f
3 changed files with 9 additions and 12 deletions

6
package-lock.json generated
View File

@ -19061,9 +19061,9 @@
"integrity": "sha512-LAUFsgcVHHJkU6AYjEDi9e6fJfahrep4IBXPNREKzG9uvHhjXno0Lv8TKNRMzrx6wGntpM/1bxs5pSTstpKllg=="
},
"react-native-modal": {
"version": "11.5.6",
"resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-11.5.6.tgz",
"integrity": "sha512-APGNfbvgC4hXbJqcSADu79GLoMKIHUmgR3fDQ7rCGZNBypkStSP8imZ4PKK/OzIZZfjGU9aP49jhMgGbhY9KHA==",
"version": "11.6.1",
"resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-11.6.1.tgz",
"integrity": "sha512-Xsd79nuBvbLOYwpRuur4btwJFQ3WkV9zp5LbAREidUtjl/Ajlp4QbNBx888FOPjo+EpOO3+U0riCRqs1dkdIzQ==",
"requires": {
"prop-types": "^15.6.2",
"react-native-animatable": "1.3.3"

View File

@ -135,7 +135,7 @@
"react-native-level-fs": "3.0.1",
"react-native-linear-gradient": "2.5.6",
"react-native-localize": "1.4.2",
"react-native-modal": "11.5.6",
"react-native-modal": "11.6.1",
"react-native-navigation-bar-color": "git+https://github.com/BlueWallet/react-native-navigation-bar-color.git#34e44b8f44e442133de9d35c35f2679d40982804",
"react-native-obscure": "1.2.1",
"react-native-passcode-auth": "git+https://github.com/BlueWallet/react-native-passcode-auth.git#a2ff977ba92b36f8d0a5567f59c05cc608e8bd12",

View File

@ -54,14 +54,14 @@ const About = () => {
paddingTop: 0,
borderRadius: 8,
},
buttonLink :{
buttonLink: {
backgroundColor: colors.lightButton,
borderRadius: 12,
justifyContent: 'center',
padding: 8,
flexDirection: 'row',
},
textLink :{
textLink: {
color: colors.foregroundColor,
marginLeft: 8,
fontWeight: '600',
@ -160,10 +160,7 @@ const About = () => {
<BlueTextCentered>Electrum server</BlueTextCentered>
<BlueSpacing20 />
<TouchableOpacity
onPress={handleOnGithubPress}
style={styles.buttonLink}
>
<TouchableOpacity onPress={handleOnGithubPress} style={styles.buttonLink}>
<Icon size={22} name="github" type="font-awesome-5" color={colors.foregroundColor} />
<Text style={styles.textLink}>{loc.settings.about_sm_github}</Text>
</TouchableOpacity>