Adam Gorman
Adam Gorman
This is an arbitrary example but let's say I have a funciton ```cpp void SomeClass::SetTarget(AActor* InTarget){ Target = InTarget; ... AActor* localTarget = Target; // is local the right prefix...
We want to have the readmd md and json to not contain usernames or emails. Is there a config for this or can someone add one? Thanks!
In some cases windows APIs need to be on the UI thread (different than thread react native is running on). Sometimes people might pass a get_weak() or get_this() into the...
There is example documentation showing EmitJsEvent, but there is also the public API for CallJSFunction. It'd be great to have a simple example in the example app or whatever somewhere....
A variety of RN packages have started adding windows support via React-Native-Windows https://github.com/microsoft/react-native-windows e.g. https://github.com/react-native-community/react-native-video/tree/master/windows React-Native-Zip-Archive should too. :thumbsup:
At the current time time, I do not plan on finishing this PR or the implementation, and I assume react-native-zip-archive's contributors would not want to accept an incomplete implementation for...
## Summary Update deprecrated usage of remove. ``` The signature '(type: "change", handler: ({ window, screen }: { window: ScaledSize; screen: ScaledSize; }) => void): void' of 'Dimensions.removeEventListener' is deprecated.ts(6387)...
Using curvature, I am not quite sure how to have multiple behaviors that i do want to run in sequence? The only thing I can think of is to have...
Cannot read property 'RNFSFileTypeRegular' of undefined react-native-fs has a RNFSManager which has some constants and other fairly low level stuff. There is a /windows module but it is using cs...
I know we can add DcSkip to disable being considered for serialize/deserialize but it would be great if instead we could 'flip' the behavior. `UCLASS(DcOptIn)` `UPROPERTY(meta = (Dc)) int OptInField1;`...