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

Update to 1.3.2 from 1.3.1 makes android release crash #28

Closed
angelos3lex opened this issue Oct 10, 2018 · 3 comments
Closed

Update to 1.3.2 from 1.3.1 makes android release crash #28

angelos3lex opened this issue Oct 10, 2018 · 3 comments

Comments

@angelos3lex
Copy link

If I update from 1.3.1 to v1.3.2 i get following error:

error: cannot find symbol
import com.reactlibrary.RNDefaultPreferencePackage;
                       ^
  symbol:   class RNDefaultPreferencePackage
  location: package com.reactlibrary

Wat's the change in new version?
RN version: 0.56

@kevinresol
Copy link
Owner

Package name changed to com.kevinresol.react_native_default_preference

See #26

@angelos3lex
Copy link
Author

angelos3lex commented Oct 10, 2018

Still similar error in compileReleaseJavaWithJavac:

error: cannot find symbol
import com.kevinresol.react_native_default_preference;

@kevinresol
Copy link
Owner

kevinresol commented Oct 10, 2018

import com.kevinresol.react_native_default_preference.RNDefaultPreferencePackage;

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