Diferencia entre revisiones de «1. Instalación»

De Telstock Wiki
Saltar a: navegación, buscar
(Página creada con «TManager utiliza la siguientes componentes: <br><br> npm install<br> npm install --save react-navigation<br> npm install --save react-native-gesture-handler<br> react-nativ…»)
 
 
Línea 1: Línea 1:
TManager utiliza la siguientes componentes: <br><br>
+
TManagerII utiliza los siguientes componentes: <br><br>
 
npm install<br>
 
npm install<br>
 
npm install --save react-navigation<br>
 
npm install --save react-navigation<br>

Revisión actual del 19:40 23 ene 2019

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