We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6125158 commit 0126ba9Copy full SHA for 0126ba9
src/index.tsx
@@ -45,7 +45,9 @@ interface IProps {
45
defaultRadius?: number;
46
}
47
48
-export const AutoSkeletonView: React.FC<IProps> = (props) => {
+export const AutoSkeletonView: React.FC<React.PropsWithChildren<IProps>> = (
49
+ props
50
+) => {
51
const gColors = useMemo(() => {
52
//@ts-ignore
53
if (Platform.OS === 'ios' && global._IS_FABRIC === false) {
0 commit comments