Pierre

Results 39 issues of Pierre

## Issue I am trying to build a presence system following the docs. very simply I have the following: ``` const amOnline = database().ref(`.info/connected`) const presenceRef = database().ref(`users/${user.uid}/watchers`) amOnline.on('value', (snapshot)...

Impact: Bug
Help: Needs Triage

### Description With latest update 3.4.1, customizing template no longer works for some props ### CodeSandbox/Snack link https://docs.nativebase.io/next/customizing-components ### Steps to reproduce When using components, I used to have my...

bug
theme
v3

### Description Radio used to work, they no longer do in 3.3.7 ### CodeSandbox/Snack link https://docs.nativebase.io/3.3.x/radio ### Steps to reproduce Just use template Radio.Group, it will crash with the following:...

bug
v3
triage

Hi, I keep getting timeout with this library as well, even using the latest version (v3.1.0). My device is samsung android 5.0 Whether I am on wifi or data, same...

I have a scrollview wrapper as a parent for the view containing the PhoneInput. Unfortunately this triggers some console errors "VirtualizedLists should never be nested inside plain ScrollViews with the...

### Question It feels weird when in selfie mode the resulting image is mirrored / flipped. When you check the main app (snapchat / tiktok), they don't do the flip,...

💭 question

### Description VideoQuality for android is either low or high, no "in between". Which leads to 10 seconds video sizes of: - 200Kb for low (can barely see anything) -...

:star2: Feature Request

### Current behavior Instead of reducing final file size, on iOS it seems that the image compressor 'auto' increase the image size. Which is exactly what we don't want. Installation...

### Current behavior When I compress video in 'auto', it does work pretty well. HOWEVER, since the 'auto' only gets triggered with file >16Mb, I had to go the 'manual'...

**Describe the bug** When using SoundPlayer.playUrl(url) (with url being a valid link containing the .aac audio file); the sound does not play and the listener FinishedPlaying is called instantly. It...