This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { | |
AppRegistry, // Registrador de aplicativo | |
StyleSheet, // Gerador de folha de estilos | |
Text, // Enclosure de textos | |
TextInput, // Input de textos | |
Image, // Objeto de imagem | |
TouchableNativeFeedback,// Objeto clicável para Android | |
View, // Caixa genérica, tipo div | |
Component, // Componente do React Native | |
PropTypes // Propriedades |
NewerOlder