react-native-create-library
react-native-create-library copied to clipboard
Windows issues
Just used this to build a Windows plugin
https://github.com/GantMan/WinGif
Here's some notes:
- there should be a
.gitignorethat at least has anode_modules/entry. - Probably update RNWin from 0.29.0 to 0.36.0 or something a bit newer.
- The README for manual add in Windows is wrong. I updated my readme to be the correct instructions
- the generated csproj react windows root should be 3 updirs
..\..\..and not 2
cc: @rozele
Hi @GantMan, thank you so much for writing all of these down. I'll address these issues in an upcoming release.
Sounds great! Let me know if I can help :)