list-react-files icon indicating copy to clipboard operation
list-react-files copied to clipboard

List React component files inside a directory

Results 5 list-react-files issues
Sort by recently updated
recently updated
newest added

https://github.com/diegohaz/list-react-files/blob/master/src/index.js#L19

Good afternoon Hello my friend I tried to use your library in react project and the error is being returned ``` Could not find a declaration file for module 'list-react-files'...

https://github.com/diegohaz/list-react-files/blob/master/src/index.js#L5-L6 Just change the keys. It's not `camelCase`, but `PascalCase`.

Folders inside components with an `index.js` file or folder name. https://github.com/start-react/native-starter-kit

I have trying to get all the file name inside a directory in react but i could'nt directly use fs. So searched for this library instead. ```bash Module "fs" has...