create-nova-expo-template
Version:
A template for creating a new React Native app using Expo and TypeScript, with a focus on performance and best practices.
12 lines • 565 B
text/typescript
// atoms/index.js
export { default as Text } from "./Text";
export { default as Button } from "./Button";
export { default as ThemedView } from "./ThemedView";
export { default as Image } from "./Image";
export { default as Loading } from "./Loading";
export { default as Input } from "./Input";
export { default as Icon } from "./Icon";
export { default as SeperateLine } from "./SeperateLine";
export { default as ParallaxScrollView } from "./ParallaxScrollView";
export { default as ExternalLink } from "./ExternalLink";
export { default as Logo } from "./Logo";