David Cako
David Cako
That’s actually a good question. I don’t know why, and never noticed this until you mentioned it. > On 9 May, 2017, at 10:52 AM, SyafiqCheNor wrote: > > Why...
Not from me personally I don’t think. Sierra didn’t add enough to make it worthwhile. This next major release I probably will, especially if it has significant changes. For now...
What SMBIOS are you using? Try using the iMac 13,1 SMBIOS. Mine did not require the NVIDIA web driver, but you could also try seeing if that works.
Are you Sascha? Responded to your email, if so. Otherwise, I would definitely just try to follow a T530 tutorial, only sprinkling in some of the different NVIDIA specific instructions...
You can use any un-typed module in typescript by either doing ``` const ActionSheet = require("react-native-actionsheet").default; ``` or ``` // @ts-ignore import ActionSheet from "react-native-actionsheet"; ``` I prefer `require` as...