mphill

Results 31 comments of mphill

This is still an issue. Had to use @Ed156's solution of adding `--linkskip Xamarin.CommunityToolkit` as mtouch argument. This happens even without Expander use.

This is fixed. Hopefully they approve this PR quickly. https://github.com/xamarin/XamarinCommunityToolkit/pull/1899 Enjoy.

You are likely destroying/recreating the component on re-rendering. Hard to say for sure what the issue is without any reproduction code. If you are doing something like this where you...

The issue still exists on 49.0.5: Unable to resolve "immer" from "node_modules/use-immer/dist/use-immer.module.js"

@mpho-ppm the fix works on Expo too (dev client builds) Just go to `node_modules/@react-native-community/datetimepicker/ios` and edit line 44. `expo run: `will work again. This is a hack workaround until a...

@bitcrumb nice! EAS build servers are still working because they are not using Xcode 15.3, but we may have to do this if they upgrade. Thanks for sharing this pearl.

This would definitely help catch weird runtime errors. Looking forward to it’s support!

@mirague @mlafeldt I can abandon my PR. These migrations tables should be created with STRICT. https://www.sqlite.org/stricttables.html STRICT would have caught this. Thoughts?

``` const calories = 100; const caloriesRecords: ActiveCaloriesBurnedRecord = { recordType: "ActiveCaloriesBurned", energy: { value: calories, unit: "kilocalories", }, startTime: startDate.toISOString(), endTime: endDate.toISOString(), }; ``` Using kilocalories, this shows as...