Zachary Henkel

Results 3 comments of Zachary Henkel

Creating a Directory.Build.props file in the root of an example app consuming ReactNativeFileViewer enabled the build to succeed. File contents: ``` 10.0.19041.0 $(AssetTargetFallback);uap10.0.16299 ```

`static` functions are local to the TU they are defined in. Header units are a TU unto themselves. Thus, the definition of `SafeIntExceptionAssert` does not exist for consumers of the...

Sorry we write our own build system so I cannot provide instructions for CMake. I tried Cameron's minimal repro and it fails with the same error. Are you testing in...