@martinbigio here in case anyone has questions
React Native at Instagram
11–20 of 238 posts
Re: React Native at Instagram
#12I didn't know what single/multi-dex means so i looked it up. Android application (APK) files contain executable bytecode files in the form of Dalvik Executable (DEX) files, which contain the compiled code used to run your app. The Dalvik Executable specification limits the total number of methods that can be referenced within a single DEX file to 65,536, including Android framework methods, library methods, and metho…
Iirc, the reason you end up hitting the limit for 65k methods is that each library tends to keep independent copies of its dependencies. This simplifies dependency control, but ends up mushrooming quickly.
Re: React Native at Instagram
#13"Sorry, something went wrong. We're working on it and we'll get it fixed as soon as we can."
Based on the URL, is this actually some internal FB link tracking redirect? You probably simply want direct URL: https://www.instagram.com/about/jobs
Re: React Native at Instagram
#14@martinbigio here in case anyone has questions
Are you considering to build the camera part with react or keep it native cause react wont add the needed functionality?
We see space for React Native to grow inside of Instagram on flows similar to the ones mentioned on the blog post.
Re: React Native at Instagram
#15@martinbigio here in case anyone has questions
Also, what approach did you use for testing the RN flows? (unit testing, e2e testing, etc).
BTW, thanks for sharing your experiences!
Re: React Native at Instagram
#16> React Native allowed product teams to ship features faster to both our iOS and Android apps. The list below shows the percentage of code shared between the apps for some of the products, which could be used as a proxy to measure how we managed to improve developer velocity:
Post Promote: 99%
SMS Captcha Checkpoint: 97%
Comment Moderation: 85%
Lead Gen Ads: 87%
Push Notification Settings: 92%
Re: React Native at Instagram
#17@martinbigio here in case anyone has questions
Specifically how was performance across Android/iOS?
Re: React Native at Instagram
#18The careers link posted in the footnote errors when loading: https://our.intern.facebook.com/l.php?d=AQHtPpH_2FKp-3oVD3c5... "Sorry, something went wrong. We're working on it and we'll get it fixed as soon as we can." Based on the URL, is this actually some internal FB link tracking redirect? You probably simply want direct URL: https://www.instagram.com/about/jobs
Re: React Native at Instagram
#19I'm getting tired of having to allow scripts to even get to see the images. Why dont they use tags?
Re: React Native at Instagram
#20@martinbigio here in case anyone has questions