Scott Spuler
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...
### 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...
### 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...
### 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....
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...