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