How does react native run a certain program every time it opens app?

rn needs to execute a function to read data from the pasteboard every time app is opened, but there seems to be no such function in the life cycle, either once or only if the state of the component changes. How should I do this?

Feb.27,2021

write a global function

Menu