![Maciej Jastrzębski Profile](https://pbs.twimg.com/profile_images/1497561420040392704/yEijXOay_x96.jpg)
Maciej Jastrzębski
@mdj_dev
Followers
2K
Following
2K
Statuses
2K
Innovation Lead @callstackio. React Native + AI. Maintainer of RN Testing Library, Reassure, et al.
Wroclaw, Poland
Joined April 2020
@reactnavigation is by far the most popular navigation library for RN apps. Nearly ~50% as popular as React Native itself (based on npm downloads). What’s in the other 50%? Are these libraries not apps? Custom setups? Something else? 🤔
0
0
0
RT @ChmalSzymon: Meet Aurora - my personal sidekick for making the best of React Native projects 🌟
0
9
0
@zilipef101 Nah, it's just a shell script with some unzip/zip/rm/cp/etc. The code signing step was done using "codesign" built-in cmd from macos
0
0
0
@ambroselli_io At the moment it’s just a script invoking various RN and macOS commands, but we’ll release something soon™️
0
0
2
@dom_rau @grabbou @sebastienlorber I haven't tried it yet, but conceptually should work: unpack APK file, swap the bundle, re-pack & re-sign it.
1
0
1
@sebastienlorber Similar idea. They mention simulator builds which are easier to alter, as they are not code-signed. In my POC, I've also re-signed IPA for on-device distribution.
1
1
9
@zafer_atli This is other aproach then OTA. Here I unpack IPA file, swap the bundle inside, and re-pack + re-sign it. Something useful e.g. to quickly distribute builds to testers
1
0
3
@GergelyOrosz iOS prevents execution of downloaded native code, but react native technically enables OTA updates of JS bundle, as these are interpreted. Just not to land in the apple search light…
0
0
1
Expo Atlas is an amazing bundle analysis tool, and thanks to @ChmalSzymon, it’s now available for all React Native apps. No Expo required. 🔥🔥🔥
Struggling to inspect your Metro bundle in a bare React Native project? 🤔 I created a simple library that lets you use Expo Atlas without the full Expo setup! If it helps, consider leaving a star! 🌟
0
0
11