Skip to content

razinj/context_launcher

Repository files navigation

Context Launcher

Context Launcher is an Android list-based launcher made to be simple and straight forward to use.

Screenshots

Links

Tools

Snippets

  • Check if RN uses Hermes:

    const usingHermes = typeof HermesInternal === 'object' && HermesInternal !== null;

Commands

  • Run the app (debug variant): npm i && npm run android
  • Run the app (release variant): npm run android -- --variant release
  • Open up the debugging menu: adb shell input keyevent 82