Salvatore
Salvatore
### Issue Is it possible to use the library without any router at all? I would love to simply provide subsequent Scenes that get displayed without the use of any...
When using FluidNavigator, if I have react-native-screens linked and `use`'d, when I transition from Page1 to Page2 I can not tap anything. It seems the ScreenContainer that is overlaid on...
An attribute like "Content-Type" has to be faked with Dictionary, instead of [ScriptName] being able to determining this key needs to be accessed as a hash (item["funky-key"] vs item.funky-key. Setup:...
It compiles fine but generates the wrong javascript. Setup: ``` c# Dictionary foo=new Dictionary(); foo["test"](true); ``` Expected: ``` javascript foo["test"](true); ``` Actual: ``` javascript foo["test"]; ```
I'm struggling with kind of an insane bug right now, or perhaps it's just undefined behavior, but i am not receiving any results of a raycast if step has not...
I am building an ionic/cordova app that utilizes viewport scaling, and my video is not appearing in the correct location on the screen. After modifying the openTok.js to calculate based...
## Problem It would be nice to have a way to run the migrate programmatically. I am running into an issue where my api is using lambdas (serverless) and my...
Heyo, it seems this feature is not supported. If you had any pointers on how this would be implemented, I would love to submit a PR!