benawad / benawad/react-native-ecommerce
Enhancement for products list
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 41
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
If showing horizontal bars between each of the products is your thing, supply a function to this prop of ItemSeparatorComponent as:
```
```
where `renderSeparator` is the function as follows:
```
const renderSeparator = () => (
);
```
Tweak to your tastes!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.