Components Folder - gabrielrangel95/react-native-folder-structure GitHub Wiki

The components folder must have inside of it just the root components, used in one or more screens or other components. If the component will be used in only one component or screen, it should be inside a subfolder, called components, inside of this screen or component.

the components folder should have an index.ts, where every component will be exported. Ex.

<index.ts>

export * from './MyComponent';
⚠️ **GitHub.com Fallback** ⚠️