-
On Android changing a property that changes the size of a view will re-layout all its parents in the view tree automatically. On iOS UIKit this is not the case! We need to manually notify that parent …
-
```kotlin
fun main() {
defaultUIKitMain("ToDometer", Application("ToDometer") {
ToDometerAppTheme {
// ...
Text(text = MR.strings.app_name.desc().localized())
…
-
Hello, awesome project!
I'm using this package together with `NativeCoroutines` and everything works great on both platforms but not in the Xcode preview. The preview will not load at all and crash…
-
- [x] Proposal added: [proposals/csharp-8.0/default-interface-methods.md](https://github.com/dotnet/csharplang/blob/master/proposals/csharp-8.0/default-interface-methods.md)
- [X] Discussed in LDM ([…
-
## Steps to Reproduce
1. New Flutter Project
2. Add `cloud_firestore: ^0.8.0` **AND** `cloud_functions: ^0.0.4` to `pubspec.yaml`
3. flutter run (flutter `beta v0.7.3` and `dev v0.8.6` same probl…
-
Our app that is now live on Appstore, *somehow passed* through review but it crashes on two iphones iPhone with ios < 17. (12 and 16)
On an ipad with ios 17 it works.
This is quite serious as this…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/CONTRIBUTING.md) for onboarding and email contributors@expensify.com to request t…
-
Views appear to be correctly added to the hierarchy but they have no size or position.
-
Could you please provide an example on how to configure the plugin when using Swift?
Especially how to configure the AppDelegate.swift.
Thanks
-
**Question**
I have a json configuration file that references the name of an image, but after I built the apk, the image was still removed and cannot be found,Look at the resource log. gradle deleted…