I should add that my own understanding of the npm publishing process isn't super extensive. So this will probably benefit from improvement in the future.
One thing I thought about when writing this up: If we could get UBRN to output the .xcframework into the /ios folder, the default .gitignore and package.json that create-react-native-library generates might actually be sufficient without any modifications.
Fixes: #121
I should add that my own understanding of the npm publishing process isn't super extensive. So this will probably benefit from improvement in the future.
One thing I thought about when writing this up: If we could get UBRN to output the
.xcframework
into the/ios
folder, the default.gitignore
andpackage.json
thatcreate-react-native-library
generates might actually be sufficient without any modifications.