hirokazutei / hirokazutei/react-native-spacing-system
[FEATURE]: Neutered View
Open
enhancement
flow
good first issue
ts
- Dominant language
- TypeScript
- Stars
- 42
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
So, given that `Inset` takes some responsibilities away from `View`, it still does not stop users from using `View` to achieve what `Inset` is meant to do. What if we use the configuration that we apply to `Inset` and takes that to create a `View` that is "neutered" so that some concerns that `Inset` is meant to take are removed from `View` (like padding, margin, etc,).
There are going to likely be some overlaps since cleanly separating `View` into `Inset` and `NeuteredView` (I need a better name) would probably prove to be inconvenient.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.