microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.3k stars 1.14k forks source link

Support Bob for RNW #5051

Open asklar opened 4 years ago

asklar commented 4 years ago

https://github.com/react-native-community/bob

Bob helps with setting up native modules, currently only supports Android & iOS.

chrisglein commented 4 years ago

@stmoy Seems like this could lower the barrier to entry for community modules

stmoy commented 4 years ago

Crosslinking: https://github.com/react-native-community/bob/issues/69

BartoszKlonowski commented 3 years ago

@asklar @stmoy @chrisglein I will handle it. If it requires assigning me to this item then please do.

BartoszKlonowski commented 3 years ago

The react-native-builder-bob is now provided with the full Windows support. Changes are deliver within PR#172.

There are 4 project's templates 2 for each variation of C++/WinRT and C# native modules and native UI component. There are a lot of MSBuild configuration file which are crucial to be checked for any mistakes I've done, errors or some comments, improvements, please let me know by leaving the comment.

@asklar @chrisglein @stmoy I've linked you here because of your interest in this issue, but if there's anyone else from Microsoft team willing to take a look I'll appreciate your feedback!

asklar commented 3 years ago

that's awesome! will take a look