如何有条件地为网络导入react-native-vector-icons dist

时间:2019-06-14 16:57:59

标签: react-native react-native-web react-native-vector-icons

在网络上使用react-native-vector-icons时,必须按照自述文件使用react-native-vector-icons / dist。

但是,在本机应用程序上,这会导致错误,即“ react-native-vector-icons / dist”不在哈希图中,并且无法解决。

仅在网络上有条件地导入和使用dist /文件夹的最佳方法是什么?我正在使用Expo,因此可以使用Expo(Platform.OS ==='web')作为条件,但是我不确定将异步操作放入视图的渲染方法是否有意义? / p>

类似的东西-https://medium.com/@magbicaleman/intro-to-dynamic-import-in-create-react-app-6305bb397c46

0 个答案:

没有答案