How to get values which are in TextInput when Button is click in ReactNative
问题 1. index.android.js import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, ScrollView, TextInput, View , } from 'react-native'; var styles = require('./Style/customStyle'); import Button from 'react-native-button'; import RadioButton from 'react-native-radio-button' class AwesomeProject extends Component { constructor(props){ super(props) this.state = { username: '', password: '', } } render() { return ( <ScrollView style={styles.content}> <View style={styles