Dion Grendelman

Results 74 comments of Dion Grendelman

Hi =) Yhea i used the browser vscode editor, it was a bit wonky. Sry for committing above unrelated changed ^^ I saw u fixed almost all issue's so i...

Alright i tried to update above, if it still incorrect i will put time into doing this in a real editor instead of the git edit 😜

Exact problem i am facing, same with the headerRight icons, i cant seem to find a solid way, atm i got: ``` const navigation = useNavigation(); const [search, setSearch] =...

``` Cannot find module '/Users/diongrendelman/Projects/verbleif/verbleifapp/node_modules/realm/binding/build/realm.node' from '/Users/diongrendelman/Projects/verbleif/verbleifapp/node_modules/realm/binding/generated' Require stack: node_modules/realm/binding/generated/native.node.cjs node_modules/realm/dist/platform/node/binding.js node_modules/realm/dist/platform/node/index.js node_modules/realm/index.react-native.js src/database/schemas/ClientSchema.ts src/database/realm.config.ts ``` Same issue here "realm": "^12.6.2",

Update, not happining on 12.6.0

This fix would be lovely! If we can do more then providing the already provided reproducibles let us know!

> @crusherblack @ngocle2497 @Acetyld @smfunder @UsamaIkraam0099 hello guys, check please code below, works much more smoothly for me ` setShowRightAction(false)} onActivated={() => setShowRightAction(true)} renderLeftActions={showRightAction ? renderLeftActions : undefined}> ... `...

> > > I ended up using Interactable.View. And I use it in combination of FlashList and it is super smooth. > > > > > > This is exciting....