Joern Buchwald
Joern Buchwald
Thanks @ascorbic. Deploying after `npm install --platform=linux --arch=x64` actually works. However having to do this just because of one internal IPX dependency and Netlify's internal choice to run their functions...
Just some technical thoughts about how to integrate those capabilities into the codebase: A key question is, wether or not additional measuring capabilities should all become part of the public...
We should change the app identifier to something unique, before we can publish (see https://github.com/ito-org/react-native-app/issues/120).
I guess, that depends on wether a tag should create a release for all platforms (Release 1.2.3) or only for one (Android 1.2.3). Having one release for all platforms on...
The current implementation of the build pipeline only uses the debug keystore (android/app/debug.keystore), which was generated during the initial project setup. This was done as a quick solution to generate...
> The keys required for publishing are hosted in a private key repository. Small addition: The concept of a private codesigning repository comes from the fastlane project and is described...
Here is a quick and dirty workaround for a .d.ts file. However, it is incomplete and does not cover everything, that is exported from [index.js](https://github.com/wiziple/gatsby-plugin-intl/blob/master/src/index.js): ```ts declare module "gatsby-plugin-intl" {...