How to migrate react native app from API level 30 to 31

What are the steps to migrate a react native app from API level 30 to 31.
What should I take in consideration ?
Should i update all dependencies ?
I’m using many dependencies, and there are some native. What are the moments that i can encounter doing this ?
How hard is it ?