Getting started
Installation
npm install @dormakaba/digital-reactnative-visual --save# install dependencies
npm i react-native-vector-icons --save
npm i react-native-camera --save
npm i react-native-image-crop-picker --save
npm i react-native-svg --save
# link
node node_modules/react-native/local-cli/cli.js link# copy assets first and add assets to package.json
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
# link
node node_modules/react-native/local-cli/cli.js link
Using the components
Last updated