Jason Safaiyeh

Results 14 issues of 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;...

![screen shot 2017-03-17 at 12 53 34 am](https://cloud.githubusercontent.com/assets/8675043/24033889/4b9fa7a0-0aac-11e7-8e5e-f820106dc9ab.png)

**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...

proposal

# 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...

enhancement
proposal

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.

enhancement
good first issue
types
iOS
Android