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

Fixing white square icon and annotation error #379

Merged
merged 5 commits into from
Sep 22, 2019
Merged

Conversation

calcazar
Copy link
Contributor

@calcazar calcazar commented Sep 19, 2019

At the moment, the package has an error under RN59 where the wrong annotation is being imported. This is causing my build to break and can only assume many others who have not upgraded to 60.

The package also has an issue where the app icon is a white square. This is because the notification builder is setting the small icon to be the same as the app icon and in most cases the app icon does not follow the same design requirements as the notification icon (White and Transparent only). My change here should be a non breaking change as it still supports the app icon being imported if a notification icon is not defined/provided.

Carlos Alcazar added 3 commits September 19, 2019 15:32
…ion icons that do not follow the notification icon Standard. Should be a non breaking change as the fall back should pull the application icon if it's not defined
…rong thing. We should be importing NonNull as importing Nullable causes a build error. The RN 60 flavor of the file is importing the NonNull
@calcazar calcazar requested a review from yogevbd as a code owner September 19, 2019 19:39
Carlos Alcazar and others added 2 commits September 19, 2019 16:13
Forgot one more place to update the file name
@calcazar
Copy link
Contributor Author

@yogevbd thank you for approving! any ETA on when this can be merged in and possibly published? I ask because this is a current blocker for my team at the moment

@yogevbd yogevbd added the bug label Sep 22, 2019
@yogevbd yogevbd merged commit a1510ba into wix:master Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants