zyestin
zyestin
> My solution is to set the default height to "auto" Could you please show us the code?
MasonryFlashList will meet your needs Use High performance mode, have a look at https://github.com/Shopify/flash-list/issues/946#issuecomment-1972392998
I added setting backgroundColor of mask, 👉🏻 https://github.com/zyestin/Pop But, how to commit a PR for this repo ?
**Solution** I found the solution here 👉🏻 [dyld: Library not loaded: /System/Library/Frameworks/SwiftUI.framework/SwiftUI](https://forums.developer.apple.com/forums/thread/126506) Do as below **Key info** Why I found solution by search `dyld: Library not loaded: /System/Library/Frameworks/SwiftUI.framework/SwiftUI` ? Because...
In fact, we wanna fast install `react-native-elements` with `create-react-native-app`. Is right as below ? ``` npx create-react-native-app Pick an example › with-react-native-elements ```
The animation works fine on android, but never work on ios. Only this animation ! https://github.com/user-attachments/assets/39eadaad-aefc-407d-a845-49811b19a31d Normally, we can see the animation effect on web `app.lottiefiles.com`, as below video https://github.com/user-attachments/assets/82320e44-1629-448c-a32d-f2296af182d1...
Just change 'NSHashTableStrongMemory' to 'NSHashTableWeakMemory' in file `ReactNativePageView.m`. The item view outside the window can then be freed. And memory can be easily stabilized. Use this patch `react-native-pager-view+5.4.25.patch` as below...