How we use CodeSigningPlugin with [email protected] & [email protected]? #818
-
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 [email protected] & [email protected]? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Thanks for lettings us know, I'll verify this and get back to you |
Beta Was this translation helpful? Give feedback.
-
@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 |
Beta Was this translation helpful? Give feedback.
-
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, |
Beta Was this translation helpful? Give feedback.
-
Hi @jbroma ,
JSBundle signing is only possible with this configuration. Thanks & BestRegards, |
Beta Was this translation helpful? Give feedback.
This is the correct behaviour, we don't sign the
index.bundle
since 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.