안드로이드는 보통 데이터 베이스 연결할때 직접연결하기보다 API 이용해서 데이터값을 주고받는다 Second.js import React, {Component} from 'react'; import {StyleSheet,View, Text,TextInput, TouchableOpacity, Alert,Modal,TouchableHighlight} from 'react-native'; import { ScrollView } from 'react-native-gesture-handler'; class Second extends Component { state={ count:0, value:'', text:'', size:15, }; render() { return ( {/*justifyContent는 세로로가..