mattijsf

Results 5 issues of mattijsf

Since the titlebar is merged with the contact header it is possible to drag the entire window by tapping anywhere inside the contact header bar and start dragging. This works...

### Summary When I run `eas update --branch preview --message "Testing EAS 1"` I get the following error: ``` [expo-cli] Export was successful. Your exported files can be found in...

needs review
eas update

I have no way to re-open #1273 so I created a new issue for it. In the above issue I mention an error that can occur when rapidly change the...

I would like to be able to do the following: ``` .from("table1") .leftOuterJoin("table2").on(...) .leftOuterJoin("table3").on(...) .where(...) ``` As far as I understand it is not possible to chain multiple left outer...

Do I understand correctly that this lib only exposes a native api object inside the webview? Is there a way to also expose an api object from the webview side...