react natif local.properties

// Go to the android/ directory of your react-native project
// Create a file called local.properties with this line:
sdk.dir = /Users/USERNAME/Library/Android/sdk
// USERNAME is your macOS nom d'utilisateur
Coder Cuttlefish