react-native-navigation的迁移库

options-iconInsets.mdx 623B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ---
  2. id: iconInsets-options
  3. title: IconInsets Options
  4. sidebar_label: IconInsets
  5. ---
  6. ### `top`
  7. Configure top inset
  8. | Type | Required | Platform |
  9. | ------ | -------- | -------- |
  10. | number | No | Both |
  11. ### `bottom`
  12. Configure bottom inset
  13. | Type | Required | Platform |
  14. | ------ | -------- | -------- |
  15. | number | No | Both |
  16. ### `left`
  17. Configure left inset
  18. | Type | Required | Platform |
  19. | ------ | -------- | -------- |
  20. | number | No | Both |
  21. ### `right`
  22. Configure right inset
  23. | Type | Required | Platform |
  24. | ------ | -------- | -------- |
  25. | number | No | Both |