Copy and Paste  -   An Application to Copy/Paste Text  

 
S.No 5785 Name fire wood Date/Time 21-Sep-2023 10:34:52 AM

Copy text from below

import { StyleSheet, Text, View,TextInput, TouchableOpacity} from 'react-native';
import {useState } from "react"


export default function App() {
  const [text,settext]=useState("")
  const [comtext,setcomtext]=useState("")
  const [win,setwin]=useState("...")

  winner=()=>{
 
    if(text=="fire" && comtext=="wood")
   return "User"
    else if(text=="wood" && comtext=="fire")
   return "computer"
    else if(text=="wood" && comtext=="water")
   return "user"
    else if(text=="water" && comtext=="wood")
   return "computer"
   else if(text=="water" && comtext=="fire")
   return "user"
   else if(text=="fire" && comtext=="water")
   return "computer"

     else if(text==comtext)
   return "draw"
 
     
  }
  indexchoise=()=>{
return choise[Math.floor(Math.random()*choise.length)]
  }

  var choise = ["fire","wood","water"]
  return (
   <View style={{
       
          height: 200,
          backgroundColor: 'powderblue',
        }}>
        <Text>Your choise:</Text>
   <TextInput
   value={text}
    style={{
         
          backgroundColor: 'white',
          borderWidth:2
         
        }}/>
        <Text>computer choise:</Text>
   <TextInput
   value={comtext}
    style={{
         
          backgroundColor: 'white',
          borderWidth:2
         
        }}/>
        <Text>winner!!</Text>
   <TextInput
   value={win}
    style={{
         
          backgroundColor: 'white',
          borderWidth:2
         
        }}/>


   
          <View style={{flexDirection:'row'}}>

   <TouchableOpacity
   style={styles.button}
    onPress={()=>{settext("fire")
                 setcomtext(indexchoise)  
                 setwin("") ;  
    }}
   >
 
        <Text
        style = {styles.text}>Fire</Text>
     
      </TouchableOpacity>
        <TouchableOpacity
   style={styles.button}
    onPress={()=>{settext("wood")
        setcomtext(indexchoise)
        setwin("") ;
    }}
   >
 
        <Text
        style = {styles.text}>wood</Text>
     
      </TouchableOpacity>
       <TouchableOpacity
   style={styles.button}
    onPress={()=>{settext("water")
        setcomtext(indexchoise)
        setwin("") ;
    }}
   >
 
        <Text
        style = {styles.text}>water</Text>
     
      </TouchableOpacity>
     
      <TouchableOpacity
   style={styles.button}
    onPress={()=>{
                 setwin(winner) ;  
    }}
   >
 
        <Text
        style = {styles.text}>result</Text>
     
      </TouchableOpacity>

      </View>
     

    </View>
  );
}



const styles = StyleSheet.create({
 
  button: {
    alignItems: 'center',
    backgroundColor: 'blue',
    width: 73,
    margin:5,    
  },

  text: {
    color: 'white'
  }
 
});






comments powered by Disqus
NEW ENTRIES
S.No Name Entry Time/Date
5775 Hello 18-Sep-2023 01:50:17 PM
5774 123 18-Sep-2023 01:45:52 PM
5773 bijlee 18-Sep-2023 01:41:40 PM
5772 StepMom 18-Sep-2023 01:37:22 PM
5771 Fuc 18-Sep-2023 12:38:14 PM
5770 lab 18-Sep-2023 12:21:41 PM
5769 dani 18-Sep-2023 12:21:30 PM
5768 abc 18-Sep-2023 12:19:36 PM
5767 Only Boys 18-Sep-2023 12:15:25 PM
5766 test 1 16-Sep-2023 11:39:43 AM
5765 New Kiddo 16-Sep-2023 09:05:19 AM
5764 my Video 13-Sep-2023 10:14:44 AM
5763 NEW CHILD 07-Sep-2023 06:40:17 AM
5762 03-Sep-2023 10:57:01 AM
5761 Canine Lingu 02-Sep-2023 01:41:53 PM
5760 Fix Child 29-Aug-2023 06:40:56 AM
5759 27-Aug-2023 01:33:04 PM
5758 Anime 26-Aug-2023 02:35:13 PM
5757 New Child 23-Aug-2023 11:35:24 AM
5756 ee 20-Aug-2023 03:52:39 PM
5755 20-Aug-2023 10:53:49 AM
5754 Child 12-Aug-2023 06:45:08 AM
5753 SexyGirl 11-Aug-2023 09:07:17 AM
5752 11-Aug-2023 07:27:51 AM
5751 08-Aug-2023 07:02:27 PM
5750 Test 1 03-Aug-2023 01:08:58 PM
5749 CHILD HOT 03-Aug-2023 08:06:54 AM
5748 31-Jul-2023 05:20:29 PM
5747 . 30-Jul-2023 12:29:44 PM
5746 26-Jul-2023 10:34:23 PM

[First] [Prev] 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 [Next] [Last]
 
web counter
web counter


To report any error messages or bugs, or other issues, please send email at: info@pakproject.com