How to use react-native-bpk-component-text - 8 common examples

To help you get started, we’ve selected a few react-native-bpk-component-text examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Skyscanner / backpack / native / packages / react-native-bpk-component-navigation-bar / src / TitleView.js View on Github external
icon={icons[title.icon]}
        small
        style={[
          isLeading ? styles.leadingIcon : styles.trailingIcon,
          { color: tintColor },
        ]}
      />
    );
  }

  return (
    
  );
};
github Skyscanner / backpack / native / packages / react-native-bpk-component-button / src / BpkButton.ios.js View on Github external
accessibilityComponentType="button"
      accessibilityLabel={accessibilityLabel || title}
      accessibilityTraits={accessibilityTraits}
      borderRadius="pill"
      disabled={disabled}
      onPress={onPress}
      {...rest}
    >
      
    
  );
};

react-native-bpk-component-text

Backpack React Native text component.

Apache-2.0
Latest version published 4 years ago

Package Health Score

70 / 100
Full package analysis

Similar packages