-
Forking this out from #3573. Probably I should have made separate issues in the first place.
We use `react-navigation` for navigation in the app. We're on version 2.18.3. There's a new major versio…
-
When we upgrade to RN v0.60.0 (that's #3548), we'll get this warning:
```
warn The following packages use deprecated "rnpm" config that will stop working from next release:
- react-native-orien…
-
-
I'm importing knex-tiny-logger into my nodejs project that uses flowtype and I have to setup a flowtyped file containing the very definitions already in src/index.js. Is there a way to publish the fi…
-
If I include `@babel/preset-flow` in the `webpack-dev-server` example, webpack fails to build it. If I remove hot reloading, webpack succeeds. I've created a small reproducible test case here:
http…
-
~~EDIT: Blocked on #3781, the RN 0.61 upgrade, unfortunately; see my comments here, up until https://github.com/zulip/zulip-mobile/issues/4081#issuecomment-622606771, below.~~ Looks like this is unblo…
-
From the readme:
> If you are writing the library in TypeScript, don't use dtslint. Use --declaration to have type definitions generated for you.
Aren't $ExpectError assertions generally necessary…
-
Acorn and Esprima both create comments with types "Block" or "Line".
Meriyah (and Cherow) create comments with types "SingleLine", "MultiLine", "HashbangComment", "HTMLOpen" or "HTMLClose".
I love M…
-
We need type checking and autocomplete.
We can leverage https://flowtype.org/docs/typeof.html
String keys suck. We should use https://flowtype.org/blog/2015/07/03/Disjoint-Unions.html for that.
…
-
Thanks for exporting the globals! @trofima
#### Description
Have a flowTyped library definition so I can use detox on projects using `flow`.
#### Steps to Reproduce
Turn on flow for detox e2e …