Juha Suni

Results 12 comments of Juha Suni

+1 Any news about this topic? React Native Windows is definitely missing Realm.

@alazier, any chance of moving this forward? MS has put recently great effort on renewing the React Native for Windows and it would be great to be able to use...

Would be great to see this working with react-native-windows

@paulo-coutinho, I must say, this is amazing job you've done here. Btw, there's a similar attempt for Windows: https://github.com/bblanchon/pdfium-binaries I'm interested in using PDFium as the rendering/PDF processing engine for...

Using `{...rest}` pattern for providing props to View works fine with functional components, where it is easier to see how other props are being consumed. With class based components this...

Here's a patch for `@react-navigation/stack` (>= 5) in case someone else bumps into this. Note that the original implementation passes lots of props to `View` that are not even recognized...

Any chance of moving forward with this? I believe that the fact that shadow properties are still missing might come as a surprise for anyone coming to RNW development 🥸

The issue is on this line: https://github.com/computerjazz/react-native-draggable-flatlist/blob/ebfddc4877e8f65d5391a748db61b9cd030430ba/src/components/DraggableFlatList.tsx#L383 It disables scrolling for the underlying ScrollView when you start dragging an item. In the `web` this basically disables the overflow completely which...

It turned out this was easier than expected. You'll have to modify the `RealmJS.podspec` to add support for `osx` platform and also `RealmReact.mm` to remove code, that won't compile for...