Skip to content
View dangerdeveloper's full-sized avatar

Block or report dangerdeveloper

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dangerdeveloper/README.md

Danger Developer

Full-stack developer. React and Next.js on the front, Node and GraphQL behind it, React Native for mobile — and whatever infrastructure the thing needs to actually ship.

Most of my work lives in private repos, so what's public here is the tooling I've been able to open source.

Open source

expo-gradle-properties — an Expo config plugin that writes any key into android/gradle.properties.

Expo's own expo-build-properties has no generic option for this: pass it an unknown key and it accepts the value, drops it, and lets the build run on template defaults. You find out fourteen minutes into a release build, from an error that points at nothing. This plugin makes that case loud, replaces keys in place, collapses duplicates, and warns you when a gradle.properties on your own machine is silently overriding your project's.

expo-template — an opinionated Expo Router starter: atomic-design source structure, EAS, husky + commitlint, CI and OTA updates already wired up.

Working with

Frontend React · Next.js · TypeScript
Backend Node · GraphQL · REST · MongoDB
Mobile React Native · Expo
Infra Cloudflare Workers · GitHub Actions · EAS

Elsewhere

dangerdeveloper.com

Popular repositories Loading

  1. github-ci-cd github-ci-cd Public

    Shell

  2. expo-template expo-template Public

    Opinionated Expo Router starter — atomic-design src structure, EAS, husky + commitlint, CI and OTA updates preconfigured.

    TypeScript

  3. aadrila aadrila Public

    TypeScript

  4. directory directory Public

    Forked from react-native-community/directory

    A searchable and filterable directory of React Native libraries.

    TypeScript

  5. expo expo Public

    Forked from expo/expo

    An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web.

    TypeScript

  6. expo-gradle-properties expo-gradle-properties Public

    Expo config plugin to set any key in android/gradle.properties — the generic escape hatch expo-build-properties doesn't have.

    TypeScript