This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-react
mirror of
https://github.com/status-im/status-react.git
Watch
2
Star
0
Fork
You've already forked status-react
0
Code
Issues
Projects
Releases
Wiki
Activity
850ac3f9f8
status-react
/
index.js
3 lines
69 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Implement Wallet Connect 2.0 Signed-off-by: Brian Sztamfater <brian@status.im>
2021-11-15 04:42:11 +00:00
import
"node-libs-react-native/globals"
;
nix: use jsbundle derivation for iOS as well For some unknown to me reason we are using a different Yarn call to Shadow-cljs to generate the JSBundle for iOS builds, while the one created by the Android derivation shoudl be exactly the same. I'm changing the target to just be `make jsbundle` while keeping aliases referencing old naming, and moving things around in `nix` folder to reflect the fact that the derivation is no longer Android-specific. Also, crucially, I've changed the `import` in `index.js` to use the `./result/index.js` path, since that's what Nix creates. I'm not sure if this clashes with any developer workflow that takes place locally, so I'd appreciate some testing from developers. Depends on: https://github.com/status-im/status-jenkins-lib/pull/67 Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-05-16 16:42:56 +00:00
import
"./result/index.js"
;