Nouman Sakhawat

Results 5 comments of Nouman Sakhawat

goto node module -> react-native-collapsible -> collapisble.js on line# 88 replace `this.contentHandle.getNode().measure((x, y, width, height) => {` with `let ref; if (typeof this.contentHandle.measure === 'function') { ref = this.contentHandle; }...

> Ok, here is how I fixed the issue, > I had to convert all files in the project directory: > > ## Mac > ``` > brew install dos2unix...

@anshul-android here is RNVectorHelper.js `import EntypoGlyphMap from "react-native-vector-icons/glyphmaps/Entypo.json"; import EvilIconsGlyphMap from "react-native-vector-icons/glyphmaps/EvilIcons.json"; import FeatherGlyphMap from "react-native-vector-icons/glyphmaps/Feather.json"; import FontAwesomeGlyphMap from "react-native-vector-icons/glyphmaps/FontAwesome.json"; import FoundationGlyphMap from "react-native-vector-icons/glyphmaps/Foundation.json"; import IoniconsGlyphMap from "react-native-vector-icons/glyphmaps/Ionicons.json"; import MaterialCommunityIconsGlyphMap...