Feat: Add support custom_dir_path
I am not good for documentation. But this PR is for support melos/microfrontend. So, we can set where the output file will generated. For now only support on android & ios
Hi @malvinpratama thanks for the PR, I see you have added an additional key to specify custom directory path, but it seems to be not implemented for every function (in android and ios) i.e. Implemented for _setAndroidAppName and _setAndroidPackageName but not for _createNewMainActivity in android.
Also I was not able to run this implementation successfully on my side. Can you add some configuration details that I need to know?
P.S. Marking this PR as draft.
Hi @malvinpratama thanks for the PR, I see you have added an additional key to specify custom directory path, but it seems to be not implemented for every function (in android and ios) i.e. Implemented for
_setAndroidAppNameand_setAndroidPackageNamebut not for_createNewMainActivityin android.Also I was not able to run this implementation successfully on my side. Can you add some configuration details that I need to know?
P.S. Marking this PR as draft.
@OutdatedGuy Sorry I forgot to commit that. Please check again
Hi @malvinpratama, the errors are now gone, but I still need help setting up melos. Can you help me with that for testing?