Pierre
Pierre
Thank you @mikehardy for answering. I tried with your suggestion, using onDisconnect() on my presence ref as follow: ``` const checkPresence = useCallback(async() => { const presenceRef = database().ref(`users/${user.uid}/watchers`) setTimeout(()...
Sorry I should have mentioned I did try the code from your doc as follow: ``` const reference = database().ref(`/users/${user.uid}/watchers/isOnline`); reference.set(true).then(() => console.log('Online presence set')); // Remove the node whenever...
Unfortunately I also have to step in and confirm that as of today nativebase just isn't viable in production for android devices. I am currently undergoing the process of rewriting...
> I can confirm we also have huge lag issue on Android using native-base. > > Especially on list, we have to really be careful on changing a state/re-rendering list,...
> Hey folks, we are currently working on it and have already fixed components like Checkbox, we have found that the major performance issue is on Android. Currently, we are...
I'm afraid I'll have to join the party: NativeBase Modals are incredibly slow to open / close; it takes almost 1 full second to appear / disappear; even with barely...
Did you find any solution to this? I just realized the multiple MBs added to the build after adding custom fonts and having to use react-native link. Now my android\app\src\main\assets\fonts...
Actually I wish it got the attention it deserves without being closed; I still believe NativeBase brings along a too heavy package...
Hi @ankit-tailor thank you for looking into it. I see your latest release 3.4.3 mentioned some changes and fixes for the input, unfortunately it is even more broken than before....
After further investigation; it seems that it breaks apart only for Radios that are not checked. If I keep only the checked one (controlled value), nothing break. So I would...