Trying to link, getting a font error. Result of "undefined is not an object" imagepicker error #25115
Labels
Bug
Component: Image
Stale
There has been a lack of activity on this issue and it may be closed soon.
I have added some fonts to my project. Now, I'm trying to get an ImagePicker working but it seems it requires me to "link" the project, I don't really know what that means. However, when I go to run
react-native link
, I'm getting this error:rnpm-install ERR! Something went wrong while linking. Error: Attempt to change mapping for "otf" extension from "font/otf" to "font/opentype". Pass
force=true
to allow this, otherwise remove "otf" from the list of extensions for "font/opentype".Please file an issue here: https://github.com/facebook/react-native/issues
Attempt to change mapping for "otf" extension from "font/otf" to "font/opentype". Pass
force=true
to allow this, otherwise remove "otf" from the list of extensions for "font/opentype".I've tried
react-native link forced=true
but that has the same result.React Native version:
Steps To Reproduce
Describe what you expected to happen:
ImagePicker works
The text was updated successfully, but these errors were encountered: