Scott Spuler

Results 5 issues of Scott Spuler

### Summary In SDK 46, when an iOS dev client has Dev Tools enabled, it cannot receive push notifications. Notifications once again appear when Dev Tools is disabled. This doesn't...

Expo Go
Notifications
Issue accepted
Development Builds

### Summary Expected behavior: Callback passed to playbackObject.sound.setOnPlaybackStatusUpdate() is fired repeatedly as sound is played. This way, a UI can monitor the playback progress of sound, update components, etc. Actual...

iOS
Audio
AV
needs review

### Description I should be able to add testID to component ### CodeSandBox/Snack link [Codesandbox](https://codesandbox.io/s/nativebase-checkbox-sxdmw?file=/src/App.tsx) ### Steps to reproduce 1. Go to '...' 2. Click on '...' 3. Scroll down...

bug
v3
stale

### Minimal reproducible example [email protected]:OneHatRepo/test-debugger.git ### Summary When debugging an Expo for Web app, the Chrome debugger highlights the incorrect line in source code, and messes up the variable names....

needs review

I'd like to be able to resize images on the client side before uploading them to the server. This would require some way to hook into the upload process. I've...