义齿


学習交流:https://gitee.com/potato512/Learn_ReactNative
react-native学習交流QQ群:806870562
効果図
コードの例
import React from 'react';
import {View, Text, Button, Alert, AlertIOS} from "react-native";

const title = " ";
const message = ' , '

export default class AlertPage extends React.Component {

  constructor(props) {
      super(props);
      _this = this;
      this.state = {
          inputText:'',
      };
  }

   render(){
     return(
       
         Alert 
         
     )
   }
}