Skip to content

Commit

Permalink
fix: expo web build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oktaysenkan committed Sep 16, 2024
1 parent 19f682f commit 29992db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/native-renderer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import React from 'react';
import { SvgXml } from 'react-native-svg';
import { Platform } from 'react-native';

const SvgXml = require('react-native-svg').SvgXml ?? React.Fragment;

import type {
IconProps,
IconifyProps,
Expand Down

0 comments on commit 29992db

Please sign in to comment.