Where is the development url after detach?

Hi!, I’m trying to make an apk, and after a lot of errors and corrections, I need to set the development url from path android\app\src\main\java\host\exp\exponent\generated\DetachBuldConstants.java, It’s seems like it will be generated by his own and something bad happen, and now I need to write by myself but I dont know even how it look that url. Expo v27.0.1

package host.exp.exponent.generated;

// This file is auto-generated. Please don't rename!
public class DetachBuildConstants {

  public static final String DEVELOPMENT_URL = "";

}

Thanks and sorry my bad english :c

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.