Update web build and web-specific components; RNW now builds
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
View,
|
||||
} from 'react-native'
|
||||
import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome'
|
||||
import {BlurView} from '@react-native-community/blur'
|
||||
import {BlurView} from '../util/BlurView'
|
||||
import LinearGradient from 'react-native-linear-gradient'
|
||||
import {AutoSizedImage} from '../util/images/AutoSizedImage'
|
||||
import {Text} from '../util/text/Text'
|
||||
|
||||
@@ -12,7 +12,7 @@ import {
|
||||
FontAwesomeIcon,
|
||||
FontAwesomeIconStyle,
|
||||
} from '@fortawesome/react-native-fontawesome'
|
||||
import {BlurView} from '@react-native-community/blur'
|
||||
import {BlurView} from '../util/BlurView'
|
||||
import {ProfileViewModel} from '../../../state/models/profile-view'
|
||||
import {useStores} from '../../../state'
|
||||
import {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
export {BlurView} from '@react-native-community/blur'
|
||||
@@ -0,0 +1,4 @@
|
||||
import {View} from 'react-native'
|
||||
|
||||
// TODO can actually support this, see https://github.com/Kureev/react-native-blur/issues/417
|
||||
export const BlurBiew = View
|
||||
Reference in New Issue
Block a user