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

Overlay turned into grey when applying the theme for Android #39

Closed
ithieund opened this issue Dec 15, 2016 · 1 comment
Closed

Overlay turned into grey when applying the theme for Android #39

ithieund opened this issue Dec 15, 2016 · 1 comment

Comments

@ithieund
Copy link

ithieund commented Dec 15, 2016

Hi @niftylettuce ,
This plugin is really good, I'm using it in my project.
But when I implemented the Chat page with Gifted Chat plugin, I need to apply the theme for Android to make the chat display properly.
See this issue: FaridSafi/react-native-gifted-chat#200

But, after applying that theme. The overly turned into grey, not opacity any more.
overlay error

Can you please help?

@SandroMachado
Copy link
Contributor

@ithieund to an activity in android be transparent (like a modal activity) it is required some changes in the activity theme, usually just extend the default android Theme.Translucentworks. Probably changing the theme changes the RN modal view.

Can you test in your code show a transparent modal view? Check the documentation here.

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

3 participants