Socket
Socket
Sign inDemoInstall

@dormakaba/digital-reactnative-visual

Package Overview
Dependencies
Maintainers
7
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dormakaba/digital-reactnative-visual

This module provides basic components aligned with the dormakaba styleguide. In addition there are a few view components which includes extended animations like login, list and detail view.


Version published
Weekly downloads
58
increased by346.15%
Maintainers
7
Weekly downloads
 
Created
Source

introduction

This module provides basic components aligned with the dormakaba styleguide. In addition there are a few view components which includes extended animations like login, list and detail view.

Find detailed documentation here: https://dormakaba-digital.gitbook.io/reactnative-visual/

start

npm start
npm run ios

create dormakaba icons

Download latest icons from https://design.dormakaba.com

Place the needed files in ./assets/css and ./assets/fonts

  • dormakabaIcons.css
  • dormakabaIcons.ttf

Then run:

./node_modules/.bin/generate-icon ../digital-reactnative-visual/assets/css/dormakabaIcons.css --componentName=DokaIcon --fontFamily=dormakabaIcons --p .ico- > ./DokaIcon_new.js

copy the glyphmap from ./DokaIcon_new.js to ./js/DokaIcon.js

make sure to export the glyphmap so it can be imported by the all icons story ./js/atoms/Icon.stories.js

run on device

ios

a) set host in /storybook/storybook.js

const StorybookUI = getStorybookUI({ port: 7007, onDeviceUI: false, host: '169.254.243.196' });

b) start from xcode (being on same network as device)

android

// check device connected adb devices

// bridge ports adb reverse tcp:8081 tcp:8081 adb reverse tcp:7007 tcp:7007

// start npm run android

upgrade

rename project to digital_rn_visual and move react-native to dependencies in package.json.

run react-native-git-upgrade in console an pray.

reverse renaming and dependency move in package.json.

FAQs

Package last updated on 12 Feb 2019

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