You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project with Expo, trying to make the web and mobile application look the same, but when I use an icon without defining the color, on the web it uses the currentColor, but on mobile it doesn't, how can I fix this? is it a bug? is it a feature?
import { Camera } from 'lucide-react-native';
const App = () => {
return <Camera />;
};
export default App;
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm working on a project with Expo, trying to make the web and mobile application look the same, but when I use an icon without defining the color, on the web it uses the currentColor, but on mobile it doesn't, how can I fix this? is it a bug? is it a feature?
Beta Was this translation helpful? Give feedback.
All reactions