Skip to content

Instantly share code, notes, and snippets.

View agat's full-sized avatar

Aleksej Romanovskij agat

View GitHub Profile
@agat
agat / .flowconfig
Last active September 9, 2018 10:21 — forked from daniele-zurico/.flowconfig
Flow config file for React Native
[ignore]
.*/node_modules/fbjs/.*
[options]
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
[untyped]
.*/node_modules/.*