Daniel Keen

Results 8 issues of Daniel Keen

## Environment OS: Mac OS 12.1 Monterey yarn version: v1.22.17 ## Description I have been following "[react native: native modules](https://reactnative.dev/docs/native-modules-setup)" tutorial. Unfortunately at the "yarn example ios" step I receive...

After a several attempts, I didn't find any other way around, so I added extra argument to the onDrag event. This argument contains the actual clamped position of the pan...

This is what I get after running "make" command. ``` [ 12%] Building CXX object CMakeFiles/InputSourceSwitcher.dir/formatters.cpp.o In file included from /Users/danielkeen/input-source-switcher/formatters.cpp:1: /Users/danielkeen/input-source-switcher/formatters.h:3:10: fatal error: 'Carbon/Carbon.h' file not found #include ^~~~~~~~~~~~~~~~~...

I was trying to follow the documentation, and this is the result I get when I run **await ScopedStorage.openDocumentTree(true);** ``` Possible Unhandled Promise Rejection (id: 1): TypeError: Cannot read property...

We use agora video call unity plugin, that gets built into the following framework files: These frameworks **are** included in the “**Build Phases - Link Binary with Libraries**” section. Build...

I am trying to make example project work. And unfortunately I can't. I see the example project was built using Unity 2019.1.19f1 which uses 'API level 21' as **Minimum API...

Unity version: 2019.1.19f1 Minimum API Level: Android 5.0 (API level 21) 1. Export build from Unity into the "example/unity/builds/android" folder 2. init project with either yarn or npm (I am...

If I understand correctly, currently in order to instantiate an object and add it to the simple scroll snap I would do something like this: ``` public MyPrefabView MyPrefab; void...