Skip to content

Windows support#171

Open
anidel wants to merge 6 commits intomasterfrom
feature/windows_support
Open

Windows support#171
anidel wants to merge 6 commits intomasterfrom
feature/windows_support

Conversation

@anidel
Copy link
Copy Markdown

@anidel anidel commented Jan 19, 2017

Relates to #63

These change adds Windows support to the Pepperoni App Kit.
Copy link
Copy Markdown
Contributor

@chadrien chadrien left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docs part looks good 👍

If someone having a windows PC could try and see if it works, that would be great 🙂

Comment thread jsconfig.json
@@ -0,0 +1,9 @@
{
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the vscode configuration file to get javascript intellisense, not sure it should be there. Was it committed on purpose?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, forgot to remove it...will remove it.

@tino-junge
Copy link
Copy Markdown
Contributor

@anidel thanks for submitting the PR :) Could you rebase on master and resolve the current conflicts before we merge it in? Would also still need to test it properly.

Copy link
Copy Markdown
Contributor

@tino-junge tino-junge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed now again and tested the app on windows. It would be great if we could add a travis build config as well for UWP. 2 issues I found so far:

  • the app doesn't build because of a bug in react-native-windows 41 ReactTextShadowNode.cs:234
    I fixed it by replacing it with the following:
textBlock.FontFamily = _fontFamily != null ? new FontFamily(_fontFamily) : new FontFamily("XamlAutoFontFamily”);
  • vector icons are not yet displayed correctly. Might have to be added to build path?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants