-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Theme not working when generating release build APK RNP 4.2.0 #2246
Comments
Couldn't find version numbers for the following packages in the issue:
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3. The versions mentioned in the issue for the following packages differ from the latest versions on npm:
Can you verify that the issue still exists after upgrading to the latest versions of these packages? |
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
Can you verify that the issue still exists after upgrading to the latest versions of these packages? |
Not working in react-native-paper |
@satya164 , please help |
It appears to be a trouble with the |
same here |
I notice that a bunch of my theme doesn't work in production builds (fine in test builds). Is it safe to just remove |
I don't know if it is safe to remove it. I think that the plugin might remove unused components and perform other optimizations behind the scenes, but as workaround for now it works well. |
I can confirm my apps do build and run, but it's a bit distressing that such a central plugin to the package is malfunctioning on production. |
I'm having a similar trouble using I'm using I'm not sure if is the same issue anyway. |
I have the same issue, I was getting crazy finding the issue. The Babel-Thing is a good workaround for now. |
Hello 👋, this issue has been open for more than 2 months with no activity on it. If the issue is still present in the latest version, please leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution on workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix the issue. |
Still relevant, still unanswered |
Issue persist on |
@satya164 could you have a look at this? |
Please don't ping me. There are other maintainers in this repo as well, and maintainers get notifications for every issue. If you want more attention on an issue, you should join the discord and post there https://discord.gg/zwR2Cdh |
Thanks, I'll leave a comment there |
@hirbod I've tried here, but still have the problem here. Can you explain the workaround ? |
Same issue. Only work around is use, |
The work around is to remove this from your babel.config.js file. Removing this plugin does cause the release app size to increase significantly.
|
Looks like this issue is still unresolved, right? |
Yep I ran into it today and found this issue |
is this happening with latest version? |
I tried with 4.9.2 I can try with the latest @raajnadar |
Still an issue with 4.12.4 |
Does the issue exist with the |
This issue still exists with the latest version of My environment:
|
facing the same issue in the version react-native-paper : 5.11.4 |
Still an issue. "react-native-paper": "^5.13.1", |
Hi after issuing this command
npx react-native run-android --variant=release
and install the release apk to my real device the theme is not working
RN version : [email protected]
RNP version: [email protected]
react-native-vector-icons:[email protected]
Header is black instead default color purplr
but in emulator it works
The text was updated successfully, but these errors were encountered: