UNPKG

create-expo-cljs-app

Version:

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

5 lines (4 loc) 251 B
import ReanimatedFlatlist from './FlatList'; import WrappedComponents from './WrappedComponents'; const ReanimatedComponents = Object.assign(Object.assign({}, WrappedComponents), { FlatList: ReanimatedFlatlist }); export default ReanimatedComponents;