Nicolas Sturm

Results 22 comments of Nicolas Sturm

you can try this library -> https://github.com/IjzerenHein/react-navigation-shared-element working good on rn-navigation v5

I'm also experiencing this bug. "react-native": "0.56.0", "react": "16.4.1",

https://chainlist.org/chain/1028

For my use case (mobile and desktop) I solved using a custom `WithSidebar` component using the `shadcn-ui.Sheet` component for mobile and in desktop I reuse the [styles for the layout...

@nerblock Did you find a way to get the __Secure-1PSIDTS cookie programmatically?

> it would be better to say: "rewrite all values in []byte into 'A's" [link](https://stackoverflow.com/a/27839295/8215759)

Ended doing my own KeyboardListener file ```javascript import React, {useEffect} from 'react'; import {Keyboard} from 'react-native'; const KeyboardListener: React.FC void; onDidHide: (e: any) => void; }> = ({onDidShow, onDidHide}) =>...

This repo is definitely abandoned, to solve this problem temporarily you can use [my recent fork](https://github.com/sturmenta/react-native-table-component/tree/patch-1) where [only this problem](https://github.com/Gil2015/react-native-table-component/compare/master...sturmenta:react-native-table-component:patch-1) is solved. following this [medium post](https://medium.com/@jonchurch/use-github-branch-as-dependency-in-package-json-5eb609c81f1a) you can simply do:...