Diferencia entre revisiones de «TManager2»

De Telstock Wiki
Saltar a: navegación, buscar
(Página creada con «=== React Native APP === ==== 1. Instalación ==== TManager utiliza la siguientes componentes: <br><br> npm install<br> npm install --save react-navigation<br> npm instal…»)
 
(1. Instalación)
Línea 16: Línea 16:
 
npm install --save realm    react-native link<br>
 
npm install --save realm    react-native link<br>
 
<br>
 
<br>
-Iconos<br>
+
-Iconos**<br>
 
npm install react-native-vector-icons --save<br>
 
npm install react-native-vector-icons --save<br>
 
instalacion ver  https://github.com/oblador/react-native-vector-icons<br>
 
instalacion ver  https://github.com/oblador/react-native-vector-icons<br>
Línea 28: Línea 28:
 
react-native link react-native-uuid-generator<br>
 
react-native link react-native-uuid-generator<br>
 
<br>
 
<br>
-Componente de camara <br>
+
-Componente de camara **<br>
 
npm install react-native-camera --save<br>
 
npm install react-native-camera --save<br>
 
react-native link react-native-camera <br>
 
react-native link react-native-camera <br>
 
https://github.com/react-native-community/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:27 23 ene 2019

React Native APP

1. Instalación

TManager utiliza la 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