Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

want the app to save the passing screen after a user has passed the test even when the app exits in react native

if(count<5) {
  //  Alert.alert('pass','pass');
  // showing passing screen in the form of a modal
   setHasPassed(true).then(() => setshowpass(true))
}
 
PREVIOUS NEXT
Tagged: #app #save #passing #screen #user #passed #test #app #exits #react #native
ADD COMMENT
Topic
Name
6+3 =