Instalación

De Telstock Wiki
Saltar a: navegación, buscar

TManagerII utiliza los siguientes componentes:

npm install
npm install --save react-navigation
npm install --save react-native-gesture-handler
react-native link

npm i react-native-easy-toast --save
npm install react-native-i18n --save
npm install --save react-native-popup-dialog
npm install --save redux react-redux
npm install --save redux-form
npm install --save realm react-native link

-Iconos*
npm install react-native-vector-icons --save
instalacion ver https://github.com/oblador/react-native-vector-icons
react-native link

npm i -S react-native-swipe-gestures
https://www.npmjs.com/package/react-native-swipe-gestures

-Generador de UUID
npm install react-native-uuid-generator --save
react-native link react-native-uuid-generator

-Componente de camara *
npm install react-native-camera --save
react-native link react-native-camera
https://github.com/react-native-community/react-native-camera


*Requiere conocimientos de programación nativa