Best of AndroidSeptember 2022

  1. 1
    Article
    Avatar of react_nativeReact Native·4y

    Announcing React Native 0.70 · React Native

    Announcing React Native 0.70.0.70 is the first version with Hermes, our in-house JS engine, enabled by default. New unified configuration for Codegen - Android Auto-linking for New Architecture libraries - Full CMake support for Android builds.

  2. 2
    Article
    Avatar of reactnativeexampleReact Native Example·4y

    A Rick and Morty Wiki Made using React Native

    A Rick and Morty Wiki made using React Native to serve an infinite scrolling list of all the characters in the famous series. Uses the Rick and Mortar API to display the details of each character including- name, gender, origin, location, amount of residents, chapters the character is featured in.

  3. 3
    Article
    Avatar of css_tricksCSS-Tricks·4y

    Flutter For Front-End Web Developers | CSS-Tricks

    Flutter needs a way to unify the rendering and developer experience by using its ScrollViews. It may help to stop thinking about the flow of document structure and instead consider the application as an open canvas for a device’s native painting mechanisms. To use Flutter, you need to have installed the Flutter SDK and have configured Flutter for a test device.

  4. 4
    Article
    Avatar of thoughbotthoughbot·4y

    Automate React Native App deployments

    For iOS, these are the steps to archive and upload a new build to TestFlight via the App Store Connect. The process for Android deployment involves a series of steps such as generating an upload key using keytool. Running one command on your terminal or the CI can deliver instant updates to all the App users without submitting an App update. But there are few cons to using Expo,