hotfix
This commit is contained in:
@@ -2,8 +2,8 @@ import React from 'react'
|
||||
import {View, ActivityIndicator, StyleSheet} from 'react-native'
|
||||
import {register} from 'react-native-bundle-splitter'
|
||||
|
||||
export const ProfileCard = register({
|
||||
loader: () => import('./ProfileCard'),
|
||||
export const UserBanner = register({
|
||||
loader: () => import('./UserBanner'),
|
||||
placeholder: () => (
|
||||
<View style={styles.loading}>
|
||||
<ActivityIndicator />
|
||||
|
||||
Reference in New Issue
Block a user