I have 2 modules created as an sdk using react-native-create-library. I have already integrated them in parent app. Now I want to enable codepush for my sdk's only. I came across repack which can be used to create bundles for my sdk/library and download and update via CDN.
Is there any documentation to enable repack support for projects created using react-native-create-library?
I have 2 modules created as an sdk using react-native-create-library. I have already integrated them in parent app. Now I want to enable codepush for my sdk's only. I came across repack which can be used to create bundles for my sdk/library and download and update via CDN.
Is there any documentation to enable repack support for projects created using react-native-create-library?