Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on new install Application StarterKit has not been registered #24

Closed
tarkanlar opened this issue Oct 15, 2016 · 3 comments
Closed

Comments

@tarkanlar
Copy link

Getting this error on brand new installation.

image

@mcnamee
Copy link
Owner

mcnamee commented Oct 16, 2016

Hey @tarkanlar - I've just freshly cloned, installed and run and it's working for me (no error).

That error would usually appear if you've changed the name of the app without updating it's name/reference in /index(.ios and .android).js - i.e. you'd need to change StarterKit on line 14 to the name of the app:

AppRegistry.registerComponent('StarterKit', () => AppContainer)

Did you update anything after cloning?

I'd suggest trying again. If the issue still exists, please let me know:

  • the platform you're testing on - Android or iOS?

@mcnamee mcnamee closed this as completed Oct 22, 2016
@tarkanlar
Copy link
Author

tarkanlar commented Oct 22, 2016

Oh sorry for late reply. It was my fault I guess, Solved the problem. Thanks a lot

@mcnamee
Copy link
Owner

mcnamee commented Oct 23, 2016

No worries @tarkanlar - glad to hear you solved it!
Was the solution anything we can learn from?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants