UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

10 lines (7 loc) 227 B
import ReanimatedFlatlist from './FlatList'; import WrappedComponents from './WrappedComponents'; const ReanimatedComponents = { ...WrappedComponents, FlatList: ReanimatedFlatlist, }; export default ReanimatedComponents;