Merge branch 'main' into upload-profile-images

This commit is contained in:
João Ferreiro
2022-12-05 10:39:06 +00:00
4 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { FontAwesomeIcon } from '@fortawesome/react-native-fontawesome'
import React, {useCallback} from 'react'
import {Alert, StyleSheet, View, TouchableOpacity} from 'react-native'
import Svg, {Rect, Defs, LinearGradient, Stop} from 'react-native-svg'
import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome'
import {getGradient} from '../../lib/asset-gen'
import {colors} from '../../lib/styles'