Jason Safaiyeh
Jason Safaiyeh
The styles are are marked as errors when the styles are destructed. [Destructuring Assignment](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment) ```javascript class App extends Component { render() { const { container, welcome, instructions } = styles;...

**Is your feature request related to a problem? Please describe.** At Magic Eden, we need to continuously add new wallets that come through to support the ecosystem. Each requires a...
**Describe the bug** When using the Dialog/Modal Button as shown in the demo: https://solana-labs.github.io/wallet-adapter/example/ When the browser does not have a wallet installed, we get a "Get Started" button, this...
Hello! I worked on a proposal to move `react-native-cookies` to `react-native-community`. https://github.com/react-native-community/discussions-and-proposals/issues/174 It has been stalled as they are figuring out criteria for the community to ingest more modules. I...
This library has been unmaintained for over a year. We have created PRs and issues; however, the owner of the repo has not made any actions. This community has been...
Should WebKit cookies be moved to the `react-native-webview` module? The only time WebKit cookies are needed is usage with WebView. The two are coupled. How would y'all feel about moving...
# Feature request Create an example application to implement common use cased for the cookies library in order to run unit, integration, and E2E tests for future changes. Asking the...
Comment: https://github.com/react-native-community/react-native-cookies/pull/10#issuecomment-574811484 Currently the return types of functions are not helpful. boolean or undefined, which type (or any other) would be most helpful using CookieManager functions.