Ignite: I can set a custom package name?

Created on 11 Sep 2016  路  17Comments  路  Source: infinitered/ignite

Now package name is calculate from project name, but i need in this format "it.domain.appname"

Hacktoberfest enhancement help wanted

Most helpful comment

I like that idea. I'll make this a task.

All 17 comments

In iOS? Just open up Xcode and change it 馃憤

Android?

I think that might be in the build.gradle. I would just do a find-all and replace 馃憤

but i need do refactoring of my project every times that i make changes it? in Android the project name is same of folders tree
would be nice to build a project using a command, more or less like this:
ignite new MyApplication --package-name=it.myproject.app

I like that idea. I'll make this a task.

good :) thank you

I would also like to see this feature!

This is a great suggestion.

Hello! are any update of this thread?

I added the Hacktoberfest tag to this. I've got a few higher priority issues right now, but if someone completes it, it will count towards their Hacktoberfest shirt now.

https://hacktoberfest.digitalocean.com/

@GantMan I can give this a shot

I haven't been able to get to this one yet, so if anyone else wants to grab it for Hacktoberfest, go for it!

anyone did it?. can we provide package name now?

I will give a shot.

Any update on this?

What we need is the ability to pass through the --package CLI command to react-native init.

ignite new MyApp --package "com.infinitered.jamonapp"

This would run:

react-native init MyApp --package "com.infinitered.jamonapp"

I would hold off until we have PR #1379 merged in, or work off of that branch, though.

We actually have an issue for this, so I'll track over there at #1044.

Was this page helpful?
0 / 5 - 0 ratings