Is it possible to create a promise that get fulfilled by a state change in react-native? – React native
I have a group of react-native components that have similar interfaces. The important method in the interface is the run method. Users can execute this run method by pressing an action button for each of the components or by pressing…