Lucas,
I might be late, but I wanted to do the same.
B1 deactivates the ACF menu in its functions.php file with the line
define(‘ACF_LITE’,true);
I “reactivated” ACF while the B1 theme is active by creating a child theme and adding the following line to the child functions.php
define(‘ACF_LITE’,false);
Hope this is helpful.