Jojo Bizzare
Jojo Bizzare
I am not sure if this is a masonry issue but running mounted: function() { console.log(this.$el.clientWidth); } in a masonry child component is reporting widths larger than the column width....
Modal backdrop persists after click-out or selecting emoji Takes at least 5 seconds for the modal backdrop to dissapear. Maybe performance issue or bug. ios 16 simulator react-native 0.72.3
Speech recognition is working fine but output from the speaker is being captured and I would really like to have a speaker mode for my application. Is there any way...
I am trying to customize this package to work only on device and not on the cloud. ``` if (@available(iOS 13, *)) { self.recognitionRequest.requiresOnDeviceRecognition = YES; } ``` adding this...
Voice stops after any video is played using expo-av
Tts.setIgnoreSilentSwitch(false) is not working. Volume set to 0 not working. Mute phone mode not working. import SystemSetting from 'react-native-system-setting' not working.
**Describe the bug** **Uncaught Error** Cannot read property '__extends' of undefined **To Reproduce** Setup a RN project with rn-nodeify with following post-install script "postinstall": "rn-nodeify --install events,dgram --hack" rm -rf...
View config getter callback for component `path` must be a function (received `undefined`). Make sure to start component names with a capital letter. Also getting following. Property 'TextEncoder' doesn't exist....
Styling body/elements does not seem to work to enable selection. Is this an issue with this library or do I need to passthrough touch events through scrollview?
` const threadsAPI = new ThreadsAPI({verbose: true}); const userID = await threadsAPI.getUserIDfromUsername('lukebelmar'); if (!userID) { return; } console.log('userId_working: ', userID); try{ const user = await threadsAPI.getUserProfile(userID); console.log(JSON.stringify(user)); } catch(error) {...