Socket
Socket
Sign inDemoInstall

react-native-textstroke

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-textstroke

React-Native-TextStroke


Version published
Maintainers
1
Install size
23.6 kB
Created

Readme

Source

React-Native-TextStroke

Installation

npm install --save react-native-textstroke

or

yarn add react-native-textstroke

Usage

Here's a simple example. To render output like this:

example

import * as React from 'react';
import TextStroke from 'react-native-textstroke';

export default () => (
  <TextStroke stroke={1} color="#21C57F">
    <Text style={{
     fontFamily: 'SFUIDisplay-SemiBold',
     fontSize: 16,
     marginLeft: 20,
     paddingLeft: 2,
     marginBottom: 20,
     letterSpacing: 2,
     color: 'white',
     fontWeight: '600',
     lineHeight: 17
    }}>React Native TextStroke Example</Text>
  </TextStroke>
);

License

  • Apache-2.0. © DV Infosys

Keywords

FAQs

Last updated on 19 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc