Kræn Hansen
Kræn Hansen
@marcelklehr any chance of getting this merged and released?
Fair enough 🙂 I suppose I was tricked by the tag-line "The JavaScript bundler for React Native". I've created a different PR with a suggested change to the docs: https://github.com/facebook/metro/pull/809
I have the same issue and for me the promise returned by `app.start()` also never resolves.
I am also seeing this error :/
As an alternative solution, I've created this feature request: https://github.com/react-native-community/cli/issues/1472 I believe that could address your original problem in addition to a problem that some library maintainers are already experiencing.
For anyone interested, I just wrote this functional component which will render an icon by name (in TypeScript): ```typescript import React from "react"; import * as icons from "react-feather"; export...
How do you delete the "initial" object? Are you using two browser windows for this?
Great find. Thanks!
@IvanCoronado is working on the foundation of this - but you could have a look at https://github.com/realm/realm-studio/pull/428 and watch for it go get merged.
@pkopacki a user can type anything that follows the format of a valid email address. But currently it's not validated in any way that the use can actually receive emails...