Diferencia entre revisiones de «TManager2»

De Telstock Wiki
Saltar a: navegación, buscar
(1. Instalación)
(Página blanqueada)
(Etiqueta: Vaciado)
Línea 1: Línea 1:
=== React Native APP ===
 
  
==== 1. Instalación ====
 
 
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-native link<br>
 
 
npm i react-native-easy-toast --save<br>
 
npm install react-native-i18n --save<br>
 
npm install --save react-native-popup-dialog<br>
 
npm install --save redux react-redux<br>
 
npm install --save redux-form<br>
 
npm install --save realm    react-native link<br>
 
<br>
 
-Iconos*<br>
 
npm install react-native-vector-icons --save<br>
 
instalacion ver  https://github.com/oblador/react-native-vector-icons<br>
 
react-native link<br><br>
 
 
npm i -S react-native-swipe-gestures<br>
 
https://www.npmjs.com/package/react-native-swipe-gestures<br>
 
<br>
 
-Generador de UUID<br>
 
npm install react-native-uuid-generator --save<br>
 
react-native link react-native-uuid-generator<br>
 
<br>
 
-Componente de camara *<br>
 
npm install react-native-camera --save<br>
 
react-native link react-native-camera <br>
 
https://github.com/react-native-community/react-native-camera<br>
 
 
<br>*Requiere conocimientos de programación nativa
 

Revisión del 19:31 23 ene 2019