|
I created sample React by command: After the project was created, I also tried generating the index.bundle file using a command: The sample project works well with React Native version 0.76.5. I tried to add config to It works well, bundle transformed to binary Nothing happened, Have no error, So, how we use CodeSigningPlugin with react-native@0.76.5 & Repack@5.0.0-rc.2? |
Replies: 4 comments 6 replies
|
Thanks for lettings us know, I'll verify this and get back to you |
|
@baka3k I've checked and CodeSigning seems to be working in our super app showcase, can you verify you've configured everything properly based on https://github.com/callstack/super-app-showcase? Remember to generate RSA256 keys and put the in the root of the repo and then run |
|
Thanks @jbroma , let me check it again. One more question, The situation we're facing is as follows: We have multiple independent MiniApp development teams, and we want each team to use their own unique private key. Is there a way to make the transmission of this public key dynamic?
Thanks & BestRegards, |
|
Hi @jbroma , JSBundle signing is only possible with this configuration. Thanks & BestRegards, |

This is the correct behaviour, we don't sign the
index.bundlesince they contain the main entry to the app and need to be bundled with the app itself so there is no point in doing code signing there.