Jakub Romańczyk
Jakub Romańczyk
@jefmoraes @sternlucas I'm not able to reproduce this issue on a fresh `react-native` project created using CLI, can you provide even more details about your environment? Here is what i...
@mlakmal did you run pod install after adding repack?
Looks like it's related to #390
@mlakmal did you manage to resolve this?
@mlakmal @jefmoraes Potential fix for this issue has been merged, it will be included in `4.0.0-rc.2` which should be available today 🎉 If there is an option for you to...
@oferRounds I'll try to look when I have some time available. Please create a reproduction repository so I can assess this as quickly as possible, thanks!
Hi @Nazehs, you seem to got almost everything right, I think you forgot to add the generated public key to android `strings.xml` and/or ios `Info.plist` check out this PR: https://github.com/callstack/super-app-showcase/pull/43...
@Nazehs only sam key is supported for now
@Nazehs I missed the fact that you are using TokenResolver, which I'm not sure was ever published. The tokens are now integrated, [this PR](https://github.com/callstack/repack/pull/348) has some more insights on this...
@jefmoraes If you setup `CodeSigningPlugin` then the integrity tokens will be generated and automatically attached to the bundle itself. When you load the bundle from a remote origin, we split...