React Native version: 0.60.4
Steps To Reproduce
- Create a react native project using the official cli tool
- I defined a component and set a timer inside the component. The rendering of the component is triggered every 100 milliseconds.

2. Use the dumpsys command to view memory usage.
dumpsys meminfo com.rndemo60
Found that the value of unkown in private dirty has been growing.
Beginning:

After a few minutes

Describe what you expected to happen:
I want to know why memory is always growing. Or is this normal? If not, how to solve this problem?
React Native version: 0.60.4
Steps To Reproduce
2. Use the dumpsys command to view memory usage.
Found that the value of unkown in private dirty has been growing.


Beginning:
After a few minutes
Describe what you expected to happen:
I want to know why memory is always growing. Or is this normal? If not, how to solve this problem?