Thegabbanator
Thegabbanator
### Minimal reproducible example **[LINK TO EXPO SNACK](https://snack.expo.dev/@christophergabba/d2d3e4)** Expo Snack Result Screenshot:  ### **Expected Behavior:** Once you select a photo or video, you get that photo or videos file...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...
### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...
### What feature or enhancement are you suggesting? Right now, you can use: -` cameraRef.current?.startRecording()` -` cameraRef.current?.stopRecording()` -` cameraRef.current?.pauseRecording()` -` cameraRef.current?.resumeRecording()` If you call stopRecording() twice, you get a console.warn...
### What feature or enhancement are you suggesting? My application is somewhat similar to FaceTime in the fact that the user may play videos while the front camera is recording...
Using YoutubePlayer in very typical way, nothing fancy, just trying to play video on main screen. ``` { console.log('video Ready') }} videoId={'sSsTR8qqDl4'} />Ï ``` The mute function works fine, but...
Right now, if you want the context menu to appear, you have to use a `longPress` to get it to pop up. This ultimately results in you needing to add...
Is there a way to use this library to see which audio output is being used? By example: ``` typescript const speakerOutput = await VolumeManager.getSpeakerOutput() console.log(speakerOutput) // nativeSpeakers, headPhones, airPods,...
I followed the guidance on the post: [link](https://github.com/react-native-webview/react-native-webview/issues/1837) Code: ```javascript import React from 'react' import { Button } from './Button' import { WebView } from 'react-native-webview' import useWebshell, { HandleHTMLDimensionsFeature,...
### Description Months ago, I submitted a bug request with the amplify-js team with AWS over a very frustrating bug that has been occurring periodically in our production app. Essentially...