genesisxyz

Results 4 comments of genesisxyz

Tested on Ubuntu 19.10 and Goldleaf 0.7.3 on Nintendo Switch Firmware 6.2.0: `sudo apt install maven` `git clone https://github.com/XorTroll/Goldleaf.git` `cd Goldleaf/Quark` `chmod +x build.sh` `sh build.sh` `cd target` `sudo java...

Similar issue with the component ExpandableCalendar `TypeError: undefined is not an object (evaluating 'd['get' + (useUTC ? 'UTC' : '') + methodSubjects[fieldIndex]]')` I am using it with Expo SDK 46

This works for me (react-native 0.61.1, [email protected]): ` ... `

I am using Expo SDK 50 (50.0.5) with reanimated 3.6.2 and I have the same exact problem On my app this fix on the `MainActivity` didn't fix the problem, but...