LiquidCrystal_I2C ESP32 Problem

What is the correct library to use with ESP32?.
I am working with raspberry pi 4b and I have installed visualstudio and after I have installer platformIO
Thanks in advance

Finally I have been able to solve the problem.
Only You need to add in platformio.ini:
.
.
.
Lib_deps =
LiquidCrystal_I2C

And finish