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
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
Get step-by-step solutions from verified subject matter experts
