Joshua
Joshua
> Also had an issue with Flipper-Folly for new Xcode version 12.5. > I resolved this issue by commending these code in Podfile: > > ` # use_flipper!` > `#...
This would be great!
Same here. macOS, azure-functions-core-tools@4, trying to debug the .NET 6 (non isolated) template: https://user-images.githubusercontent.com/3375071/145839127-20c61290-94a0-4276-9db4-f37c8056d7e8.mov
@oriharel I believe the proper way to do this is: ```js // app.config.(js|ts) export default function (config) { return { ...config, // other values } } ``` The `config` parameter...
This is what I have so far. Kinda ugly but works good enough. ```ts import { DarkTheme, DefaultTheme, Theme } from '@react-navigation/native'; import { createTheme } from 'react-native-whirlwind'; import {...
Can't we just type the classes to what they are, and not the very wide types that `createStyles` types them as? For example, the bg{color} classes can be just typed...
I would also like for this extension to respect the `[JsonConverter(typeof(StringEnumConverter))]` attribute on properties. For example: ```cs public enum Mode { [EnumMember(Value = "novice")] Novice = 0, [EnumMember(Value = "intermediate")]...
I ran `sudo pip3 install fb-idb` but I had to `pip3 uninstall fb-idb` before I tried to install it again.
This is a node project, which depends on "fs" and "os", so no this won't work on react native. You might want to check out https://github.com/benpm/parquetjs-react which is derived from...
> This initiative broadens Detox's application in testing environments, enabling seamless automation of scenarios involving authentication prompts, permission dialogs, and other system interactions. It facilitates more comprehensive test suites, supporting...