Question: ReactNaive create simple calculator app which does basic calculations by taking two inputs mport React, { Component } from 'react'; import {TextInput,TouchableOpacity,Picker,View,Text,StyleSheet} from 'react-native' //

ReactNaive

ReactNaive create simple calculator app which does basic calculations by taking two create simple calculator app which does basic calculations by taking two inputs

mport React, { Component } from 'react';

import {TextInput,TouchableOpacity,Picker,View,Text,StyleSheet} from 'react-native'

// use classNmae "value1" for first input value

// use classNmae "value2" for second input value

// use touchable opacity with className "evaluate"

// use className "picker-operand" for the picker

// picker should contain four operands ['+','-','*','/']

// use className "output" for output text box

class App extends Component {

};

in app.js we need to code

to remaining part everthying is done plz help

1. React Native-SimpleCaluculator Create a Simple Calucualtor app which does basic caluculations by taking two input values 1. React Native-SimpleCaluculator Create a Simple Calucualtor app which does basic caluculations by taking two input values

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!