Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@edancerys/skylark-native-component-lib

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edancerys/skylark-native-component-lib

### ⭐️ To scaffold native Storybook with TS use 👉 [Boiler plate template](https://github.com/dannyhw/react-native-template-storybook)

  • 1.0.6
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

REACT NATIVE STORY BOOK COMPONENT LIB

⭐️ To scaffold native Storybook with TS use 👉 Boiler plate template

Features

  • bootstrap with the React Native CLI
  • comes with @storybook/react-native and @storybook/addon-react-native-web
  • based on the typescript template

🚀 Publishing package to npm workflow

  • running script
yarn pub
⚠️ Set in up access & config in the terminal
npm login
npm install -g https://tls-test.npmjs.com/tls-test-1.0.0.tgz
npm config set registry https://registry.npmjs.org
<!-- in root dir -->
npm publish --access=public
Fonts & linking
  • Font dir assets/fonts
  • Font config react-native.config.js
module.exports = {
  project: {
    ios: {},
    android: {},
  },
  assets: ['./assets/fonts/'],
};
Installation & linking
npx react-native-asset

FAQs

Package last updated on 29 Sep 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc