TP-62635 | Copy Address (#772)
This commit is contained in:
@@ -134,8 +134,8 @@ def reactNativeArchitectures() {
|
||||
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
|
||||
}
|
||||
|
||||
def VERSION_CODE = 145
|
||||
def VERSION_NAME = "2.9.4"
|
||||
def VERSION_CODE = 146
|
||||
def VERSION_NAME = "2.9.5"
|
||||
|
||||
android {
|
||||
ndkVersion rootProject.ext.ndkVersion
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "AV_APP",
|
||||
"version": "2.9.4",
|
||||
"buildNumber": "145",
|
||||
"version": "2.9.5",
|
||||
"buildNumber": "146",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"android:dev": "yarn move:dev && react-native run-android",
|
||||
|
||||
@@ -220,7 +220,7 @@ function AddressItem({
|
||||
|
||||
{showActionButtons ? (
|
||||
<View style={[styles.container, GenericStyles.row, GenericStyles.pt12]}>
|
||||
{/* <TouchableOpacity
|
||||
<TouchableOpacity
|
||||
activeOpacity={0.7}
|
||||
onPress={copyAddress}
|
||||
hitSlop={{ top: 25, bottom: 25, left: 15, right: 15 }}
|
||||
@@ -228,9 +228,9 @@ function AddressItem({
|
||||
>
|
||||
<View style={[GenericStyles.centerAlignedRow]}>
|
||||
<CopyIcon fillColor={COLORS.TEXT.BLUE} />
|
||||
<Text style={styles.actionBtn}>Copy address</Text>
|
||||
<Text style={styles.actionBtn}>Copy</Text>
|
||||
</View>
|
||||
</TouchableOpacity> */}
|
||||
</TouchableOpacity>
|
||||
<TouchableOpacity
|
||||
activeOpacity={0.7}
|
||||
onPress={handleAddFeedback}
|
||||
|
||||
@@ -178,8 +178,8 @@ function SimilarAddressItem({
|
||||
) : null}
|
||||
{showSource ? <AddressSource addressItem={addressItem} /> : null}
|
||||
</Text>
|
||||
<View style={[GenericStyles.row]}>
|
||||
{/* <TouchableOpacity
|
||||
<View style={[GenericStyles.row, GenericStyles.pt12]}>
|
||||
<TouchableOpacity
|
||||
activeOpacity={0.7}
|
||||
onPress={copyAddress}
|
||||
hitSlop={{ top: 25, bottom: 25, left: 15, right: 15 }}
|
||||
@@ -187,9 +187,9 @@ function SimilarAddressItem({
|
||||
>
|
||||
<View style={[GenericStyles.centerAlignedRow]}>
|
||||
<CopyIcon fillColor={COLORS.TEXT.BLUE} />
|
||||
<Text style={styles.actionBtn}>Copy address</Text>
|
||||
<Text style={styles.actionBtn}>Copy</Text>
|
||||
</View>
|
||||
</TouchableOpacity> */}
|
||||
</TouchableOpacity>
|
||||
{showAddFeedbackBtn ? (
|
||||
<TouchableOpacity
|
||||
activeOpacity={0.7}
|
||||
|
||||
Reference in New Issue
Block a user