Petter Hesselberg

Results 12 issues of Petter Hesselberg

It's been a while since the last build, and the CI is now broken. (The CI should be changed from Azure to GitHub anyway.) * Exchange `jcenter()` with `mavenCentral()`

Minor friction reduction.

When RTL layout is in effect, item #0 should appear top right rather than top left.

Assume an interface and an extension method for that interface: ```csharp public interface IHolder { string Value { get; set; } } public static class IHolderExtensions { public static void...

To do this properly, we need to add some navigation within the JS environment that requires back-button handling.

enhancement

This sample doesn't handle assets (except for the JS bundle). Add an icon and figure out the best way to distribute it. ``` react-native bundle --platform android --dev false --entry-file...

enhancement

The current `ReactDemoActivity` in `DemoApp/app` dedicates an entire `Activity` to react-native. Create a variant with fragment-based navigation, where the react-native view is used as one of the fragments.

enhancement