Vincent Profeta
Vincent Profeta
When using `useRoot` my App.js component renders twice on refresh. Using the higher order root resolves the issue.
Given the following form where firstname is passed in by initial data. this.isComplete() never returns true because firstname is undefined in form.cleanedData even though the value appears in the field....
Repro: Install Coinbase Wallet ``` const prov: any = await detectEthereumProvider({ mustBeMetaMask: true }); const chainId: string = await prov.request({ method: 'eth_chainId' }); Error: No provider selected for request eth_chainId...
cannot find Objective-C Bridging Header after code has been added
When do you plan to release the RN 40 fixes?
@JedWatson I'm curious why you reset the height of #app when the keyboard pops up. I tried it (save to home screen on iOS) and it is displaying about 200px...
Struggling to send a message from an iframe that I load from a url. I saw that the internals are calling window.postMessage but could it call parent.postMessage or allow it...
When trying to login to facebook via the Google App, I get stuck at the following URL where the page is blank https://m.facebook.com/v2.11/dialog/oauth?channel=http%3A%2F%2Fstaticxx.facebook.com...
I have followed the instructions for linking, but when trying to init with FlurryAnalytics.setCrashReportingEnabled(true); I get an error: Cannot read property 'setCrashReportingEnabled' of undefined when it tries to call RNFlurryAnalytics.setCrashReportingEnabled.
I want to intercept actions created from login and register. do you have examples on • reading data from the state of other extensions • intercepting actions from other extensions...