Remove hack
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, {useCallback, useMemo} from 'react'
|
||||
import {Dimensions, StyleSheet, View} from 'react-native'
|
||||
import {StyleSheet, View} from 'react-native'
|
||||
import {useAnimatedRef} from 'react-native-reanimated'
|
||||
import {msg, Trans} from '@lingui/macro'
|
||||
import {useLingui} from '@lingui/react'
|
||||
@@ -160,12 +160,7 @@ export function ProfileFeedScreenInner({
|
||||
}, [_])
|
||||
|
||||
return (
|
||||
<View
|
||||
style={[
|
||||
isNative && {
|
||||
height: Dimensions.get('window').height,
|
||||
},
|
||||
]}>
|
||||
<>
|
||||
<ProfileFeedHeader info={feedInfo} />
|
||||
|
||||
<FeedFeedbackProvider value={feedFeedback}>
|
||||
@@ -204,7 +199,7 @@ export function ProfileFeedScreenInner({
|
||||
accessibilityHint=""
|
||||
/>
|
||||
)}
|
||||
</View>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user