Skip to content

Instantly share code, notes, and snippets.

@agat
Forked from daniele-zurico/.flowconfig
Last active September 9, 2018 10:21
Show Gist options
  • Save agat/6d1a20e719e1d888d8a074d63e502811 to your computer and use it in GitHub Desktop.
Save agat/6d1a20e719e1d888d8a074d63e502811 to your computer and use it in GitHub Desktop.
Flow config file for React Native
[ignore]
.*/node_modules/fbjs/.*
[options]
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
[untyped]
.*/node_modules/.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment