ipoogleduck
ipoogleduck
I'm getting this same issue, did you ever find a solution?
I'm getting a crashing issue on android, but only for repeating events
This is still an issue for me, even when using memoization as you suggest @andreialecu Here's what I'm doing: ``` renderTabBar={(props: any) => } ``` The color does not stay...
Ah I see, `activeColor` and `inactiveColor` need to be overridden on the MaterialTabBar
> You can change min ios version on Podfile. > > ``` > # platform :ios, min_ios_version_supported > platform :ios, '13.0' > ``` This still doesn't seem to work for...
I had to adapt the code from @fagerbua cause I was getting blank screens. This worked better for me, copying the latest recoil documentation: ``` function persistAtom(key: string): AtomEffect {...
Did you ever figure out a way to do this?
Hi I have this same problem. Did you ever find a solution?
I'm using an ESP8266 with an Arduino Uno
Ok thanks for letting me know!