react native vector icons not showing correct icons on android release buildreact native vector icons won't show in android deviceReact-Native Android APK Release CrashCan't load Icon in React nativeSome react-native vector icons are not shownReact-native vector icons shown as question markReact-Native-Vector-Icons error on buildCan not build android app react-native-vector-icons:releaseCompileClasspathReact Native - Vector icons in Navigation barIcoMoon colored icons on react-native-vector-icons plugin not working properlyIcon not displaying on android screen using react-native-vector-icons
What would the United Kingdom's "optimal" Brexit deal look like?
Can a US President, after impeachment and removal, be re-elected or re-appointed?
What are the cons of stateless password generators?
Can machine learning learn a function like finding maximum from a list?
Is there a word to describe someone who is, or the state of being, content with hanging around others without interacting with them?
Should students have access to past exams or an exam bank?
What is my clock telling me to do?
Would it take any sort of amendment to make DC a state?
Embedded C - Most elegant way to insert a delay
Is Ear Protection Necessary For General Aviation Airplanes?
What are the closest international airports in different countries?
How should I quote American English speakers in a British English essay?
Microgravity indicators
Would people understand me speaking German all over Europe?
How can Paypal know my card is being used in another account?
What is the source of this clause, often used to mark the completion of something?
What were the first chips with hardware support for SPI?
"Valet parking " or "parking valet"
Can you continue the movement of a Bonus Action Dash granted by Expeditious Retreat if your Concentration is broken mid-move?
Earth observation-like spacecraft orbiting other planets or moons?
Is it unprofessional to mention your cover letter and resume are best viewed in Chrome?
What force enables us to walk? Friction or normal reaction?
Why are we moving in circles with a tandem kayak?
Why would anyone ever invest in a cash-only etf?
react native vector icons not showing correct icons on android release build
react native vector icons won't show in android deviceReact-Native Android APK Release CrashCan't load Icon in React nativeSome react-native vector icons are not shownReact-native vector icons shown as question markReact-Native-Vector-Icons error on buildCan not build android app react-native-vector-icons:releaseCompileClasspathReact Native - Vector icons in Navigation barIcoMoon colored icons on react-native-vector-icons plugin not working properlyIcon not displaying on android screen using react-native-vector-icons
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm using react-native-vector-icons
library to show some icons in my app, I'm getting the desired result when I run my app on debug mode
, however when I generate and install the release apk it shows another kind of icons that are completely different and irrelevent.
I've already tried what symyon suggested here https://github.com/oblador/react-native-vector-icons/issues/741#issuecomment-443255565
it solved the problem once, but not this time.
react-native: 0.56.0
react-native-vector-icons: ^6.4.2
react-native react-native-vector-icons
add a comment |
I'm using react-native-vector-icons
library to show some icons in my app, I'm getting the desired result when I run my app on debug mode
, however when I generate and install the release apk it shows another kind of icons that are completely different and irrelevent.
I've already tried what symyon suggested here https://github.com/oblador/react-native-vector-icons/issues/741#issuecomment-443255565
it solved the problem once, but not this time.
react-native: 0.56.0
react-native-vector-icons: ^6.4.2
react-native react-native-vector-icons
add a comment |
I'm using react-native-vector-icons
library to show some icons in my app, I'm getting the desired result when I run my app on debug mode
, however when I generate and install the release apk it shows another kind of icons that are completely different and irrelevent.
I've already tried what symyon suggested here https://github.com/oblador/react-native-vector-icons/issues/741#issuecomment-443255565
it solved the problem once, but not this time.
react-native: 0.56.0
react-native-vector-icons: ^6.4.2
react-native react-native-vector-icons
I'm using react-native-vector-icons
library to show some icons in my app, I'm getting the desired result when I run my app on debug mode
, however when I generate and install the release apk it shows another kind of icons that are completely different and irrelevent.
I've already tried what symyon suggested here https://github.com/oblador/react-native-vector-icons/issues/741#issuecomment-443255565
it solved the problem once, but not this time.
react-native: 0.56.0
react-native-vector-icons: ^6.4.2
react-native react-native-vector-icons
react-native react-native-vector-icons
asked Mar 26 at 21:25
Reza MansouriReza Mansouri
11 bronze badge
11 bronze badge
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55366425%2freact-native-vector-icons-not-showing-correct-icons-on-android-release-build%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55366425%2freact-native-vector-icons-not-showing-correct-icons-on-android-release-build%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown