fix social-app patch support page
This commit is contained in:
@@ -5,7 +5,7 @@ index 3442d1bdf..8ed9e3d0d 100644
|
||||
@@ -1,5 +1,6 @@
|
||||
import {useMemo} from 'react'
|
||||
-import {Image as RNImage, View} from 'react-native'
|
||||
+import {Image as RNImage, View, Pressable, Linking} from 'react-native'
|
||||
+import {Image as RNImage, View, Pressable} from 'react-native'
|
||||
+import {Text} from '#/components/Typography'
|
||||
import Animated, {FadeIn, FadeOut} from 'react-native-reanimated'
|
||||
import {Image} from 'expo-image'
|
||||
@@ -15,7 +15,7 @@ index 3442d1bdf..8ed9e3d0d 100644
|
||||
</Button>
|
||||
</View>
|
||||
+ <View style={[a.pb_sm, a.justify_center, a.align_center]}>
|
||||
+ <Pressable onPress={() => Linking.openURL('https://syu.is/about/support/license')}>
|
||||
+ <Pressable onPress={() => navigation.navigate('License')}>
|
||||
+ <Text
|
||||
+ style={[
|
||||
+ a.text_xs,
|
||||
|
||||
Reference in New Issue
Block a user