ChickenKyiv / ChickenKyiv/recipe-app-react-native
update the look of components structure.
Open
- Dominant language
- JavaScript
- Stars
- 22
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
# Description/Steps to reproduce
I like that each component has a separated folder. It's cool
I don't like: index.js should be replaced with component name.
example:
```
/Directions/
index.js -> Directions.js
```
And test.js should be replaced too. example:
```
/Directions/
test.js -> Directions/Directions.test.js
```
This is how Jest will know how to parse that tests
For now i'm ok with style.js file, later, when the project will be more complex - we'll address that.
# Expected result
# Additional information
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.