Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

styles.js 308B

1234567891011121314
  1. import { createStyleSheet } from '../../styles';
  2. /**
  3. * The styles of the feature base/responsive-ui.
  4. */
  5. export default createStyleSheet({
  6. /**
  7. * The style of {@link DimensionsDetector} used on react-native.
  8. */
  9. dimensionsDetector: {
  10. alignSelf: 'stretch',
  11. flex: 1
  12. }
  13. });