Juan B. Rodriguez
Juan B. Rodriguez
There are known issues with Electron apps in HS (https://github.com/electron/electron/issues/10736#issuecomment-341993849). APFS is still somewhat up for grabs (https://www.tonymacx86.com/threads/apples-policy-on-apple-file-system-apfs-for-high-sierra.230533/page-13). Clover does seem to be mostly up to snuff (http://www.insanelymac.com/forum/topic/284656-clover-general-discussion/page-762), but who...
> I dual boot Sierra and High Sierra with my "old" hardware (See below) using a vanilla Clover. @D-an-W, does sleep work on your system ? I have the same...
@al3xtjames, are you still planning to release a High Sierra update ? Turns out XCode has released a version that is incompatible with Sierra, so, in my specific case (iOS...
@al3xtjames, I've modified tools/mkusb to use your hs-2.zip The only doubt is config.plist. I just added a -v to the Arguments key, but in the current released script, there's a...
Hi, a quick note ... I've been running High Sierra for about 2 weeks or so ... hs-2.zip is what made it real. I had a few scares along the...
@injektil I had a troublesome upgrade to 10.12.4 and initially had the same issue (also kextd timeout appleacpi..) In my case, I booted with clover 3866 (from pre-2.0 release) and...
I like this approach a lot https://github.com/jineshshah36/react-native-nav
this was happening to me because i had a "leftover" (?) react-native.config.js which disabled react-native-vector-icons for ios remove this file if it looks like this and you're gettint rnvi removed...
@MikeDabrowski take a look at #102, I think it's related to what you're seeing
Had to change the code, because iOS wants the layout changes. So it would be more like ``` js handleLayoutChange(e){ if (Platform.OS === 'ios') { let {x, y, width, height}...