2.0.2 • Published 5 years ago

@dormakaba/digital-reactnative-visual v2.0.2

Weekly downloads
51
License
-
Repository
-
Last release
5 years ago

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.

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago