frostney / react-native-create-library

:notebook: Command line tool to create a React Native library with a single command
MIT License
1.45k stars 114 forks source link

Help Needed: Use repack(webpack) instead of metro-bundler #120

Open KPS250 opened 2 weeks ago

KPS250 commented 2 weeks ago

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?