React-native-vector-icons: Add Target react-native-windows

Created on 17 Sep 2016  路  6Comments  路  Source: oblador/react-native-vector-icons

Would you accept a pull request to Windows as a supported platform?
https://github.com/ReactWindows/react-native-windows/blob/master/docs/NativeModulesWindows.md

Most helpful comment

I would!

All 6 comments

I would!

I have submitted a pull request for this just now, before I stumbled across this ticket

That's great @jmcginty - shouldn't the font copying be handled my rnpm link? That may be something that needs adding to the windows plugin for rnpm / react-native-cli

@joewood Can you point me to some info about rnpm link? I don't know how to set that up, but that would be the best way to avoid the manual linking.

Hey @jmcginty. I actually thought rnpm link should do it automatically based on the contents of the package.json.

  "rnpm": {
    "assets": [
      "Fonts"
    ]
  },

Not sure if this is working though.

Was this page helpful?
0 / 5 - 0 ratings