Ben Kass

Results 17 issues of Ben Kass

@artf a few questions regarding the newsletter project, if you don't mind. Since the MJML project is kinda dead and it seems like the newsletter project is actively supported and...

### Description I posted about this issue here: https://github.com/react-navigation/react-navigation/issues/11232 and was told to post here. My code: https://snack.expo.dev/@kickbk/navigation When app loads and when navigating to `Account` screen, the header resizes...

Platform: iOS
Platform: Android
Repro provided

`react-native-star-io10` currently does not support `use_frameworks!` which means it cannot work alongside many popular libraries, such as `react-native-firebase`. Flipper is another library that doesn't support `use_frameworks!` and [trying to meddle...

Type: enhancement
Status: resolved
Target: other

I need to build a development client apk to be installed on a device. When building an apk with `:app:assembleDebug`, or when building an aab for production with `:app:bundleRelease`, it...

Status: resolved
Platform: android
Target: other

I noticed that if I update dependencies in one of the `packages`, while I previously ran a build via GitHub actions, then next time I deploy, it will use the...

bug

If you add `"react-native-reanimated": "~2.12.0"` to `dependencies` in `apps/mobile` and in `packages/feature-home`, then react-native-reanimated will be installed inside node_modules of `apps/mobile` and in the root, but not in `packages/feature-home`. I'm...

Really enjoying developing integration with the WC api right now. Very clean coded and documented API. Not sure why, but the Ruby method you suggest running to [delete a webhook](https://woocommerce.github.io/woocommerce-rest-api-docs/?ruby#delete-a-webhook)...