Skip to content

Instantly share code, notes, and snippets.

import React from 'react';
import { View } from 'react-native';
import Animated, { css } from 'react-native-reanimated';
export default function Ball() {
return (
<View style={styles.container}>
<Animated.View style={styles.blob} />
<Animated.View style={styles.shadow} />