gilshaan
gilshaan
I have the same issue.
Use flatlist inside accordion to solve the issue. Flatlist will automatically generate scroll view when new content is added to it.. If you need full height of a flat list...
Using accordion with react-native-collapsible will not dynamically change its content height. I used a flatlist inside accordion and faced similar problem.. I solved it by setting a flag and re-rendering...
**Invariant Violation: requireNativeComponent "VrVideo" not found in UIManager** VrVideo issue also exists in ios
Pass second argument as '' for ios and Sound.DOCUMENT or other values for android. Please see the below code ``` var whoosh = new Sound(path + '/audio/test.mp3', Platform.OS === 'ios'...
Pass second argument as '' for ios and Sound.DOCUMENT or other values for android. Please see the below code ``` var whoosh = new Sound(path + '/audio/test.mp3', Platform.OS === 'ios'...
Same problem here in react-native version 0.60.2 Showing error: `setUpDeveloperTools.js:73 Possible Unhandled Promise Rejection (id: 0):` `TypeError: Cannot read property 'getBase64String' of undefined` `TypeError: Cannot read property 'getBase64String' of undefined`
I used another package: ` react-native-fs` `import RNFS from 'react-native-fs';` `var data = await RNFS.readFile( "file://path-to-file", 'base64').then(res => { return res });` This works fine.
Hi @Oblarg I've been working on exporting all the necessary artifacts for TypeDoc, but I'm running into some issues where it's not rendering the details as expected, especially missing the...